put all deb packages in the same root, small fix to package tool, renable upgrade tests

This commit is contained in:
Bryan Thornbury 2016-03-22 11:14:29 -07:00
parent ad2f1991b8
commit 6ed82a1a3f
6 changed files with 11 additions and 9 deletions

View file

@ -218,7 +218,7 @@ package_docs(){
## Generation Functions ##
generate_config_templates(){
python ${SCRIPT_DIR}/scripts/config_template_generator.py $CONFIG $SCRIPT_DIR/templates/debian $DEBIAN_DIR $PACKAGE_VERSION
python ${SCRIPT_DIR}/scripts/config_template_generator.py $CONFIG $SCRIPT_DIR/templates/debian $DEBIAN_DIR $PACKAGE_NAME $PACKAGE_VERSION
}
generate_manpages(){