public
Description: Files and scripts dedicated to the Rivendell debian packaging
Homepage: http://peope.tryphon.org/~alban
Clone URL: git://github.com/albanpeignier/rivendell-debian.git
rivendell-debian / config.rb.template
100644 9 lines (5 sloc) 0.232 kb
1
2
3
4
5
6
7
8
9
# Change to directory used to manipulate sources and binaries :
#Package.build_directory = Platform.build_directory = '/var/tmp/rivendell-debian'
 
if ENV['REMOTE_BUILD']
  PBuilder.default_build_host = 'taitaiye.tryphon.priv'
end