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:
parent
2cbe96edd1
commit
8d6d46b788
@ -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',
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user