Switch whisper to master branch

For some reason graphite 0.9.x now depends on unreleased changes
on whisper master (rather than whisper 0.9.x).

Switch whisper to master since that's what the instructions say.

Change-Id: Ia823fc61fe6bafde77a632d1826de9c171bcb268
This commit is contained in:
James E. Blair 2014-01-12 20:46:30 +08:00
parent 2cbe96edd1
commit 8d6d46b788

View File

@ -53,7 +53,7 @@ class graphite(
vcsrepo { '/opt/whisper':
ensure => latest,
provider => git,
revision => '0.9.x',
revision => 'master',
source => 'https://github.com/graphite-project/whisper.git',
}