Skip to content

Commit

Permalink
bug 869270 - use a specially-named virtualenv for setupdb, since it n…
Browse files Browse the repository at this point in the history
…eeds dev-only sqlalchemy dep now
  • Loading branch information
rhelmer committed May 9, 2013
1 parent 5fdbd3c commit a7f90e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion puppet/manifests/classes/socorro-base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
}

exec {
'/usr/bin/make install':
'/usr/bin/make install VIRTUALENV=socorro-vagrant-virtualenv':
alias => 'socorro-install',
cwd => '/home/socorro/dev/socorro',
timeout => '3600',
Expand Down
2 changes: 1 addition & 1 deletion puppet/manifests/classes/socorro-db.pp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

exec {
'/home/socorro/dev/socorro/socorro/external/postgresql/setupdb_app.py --database_name=breakpad --fakedata --fakedata_days=15':
'/home/socorro/dev/socorro/socorro-vagrant-virtualenv/bin/python socorro/external/postgresql/setupdb_app.py --database_name=breakpad --fakedata --fakedata_days=15':
require => [Package['postgresql'], File['postgres-config'],
Exec['socorro-reinstall'], Exec['createuser']],
unless => '/usr/bin/psql --list breakpad',
Expand Down

0 comments on commit a7f90e4

Please sign in to comment.