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 644bebd935
commit 6e82dbb024
1 changed files with 1 additions and 1 deletions

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',
}