Package build and delivery improvements

This commit is contained in:
Bruno Cornec
2016-01-19 11:09:12 +01:00
3 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ filter PBGRP = utils
filter PBLIC = ASL 2.0 filter PBLIC = ASL 2.0
# PBDEP is replaced by the list of dependencies # PBDEP is replaced by the list of dependencies
filter PBDEP = python-docopt, python-tortilla filter PBDEP = python-docopt, python-tortilla, python-jinja2
# PBBDEP is replaced by the list of build dependencies # PBBDEP is replaced by the list of build dependencies
filter PBBDEP = python-devel, python-setuptools filter PBBDEP = python-devel, python-setuptools

View File

@@ -15,7 +15,7 @@ filter PBLIC = ASL 2.0
# PBBDEP is replaced by the list of build dependencies # PBBDEP is replaced by the list of build dependencies
filter PBBDEP = python-devel, python-setuptools filter PBBDEP = python-devel, python-setuptools
filter PBDEP = python-docopt, python-tortilla filter PBDEP = python-docopt, python-tortilla, python-jinja2
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code) # PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
filter PBSUF = $pb->{'suf'} filter PBSUF = $pb->{'suf'}

View File

@@ -41,10 +41,11 @@ pbpackager python-redfish = Bruno Cornec <bruno@project-builder.org>
# For delivery to a machine by SSH (potentially the FTP server) # For delivery to a machine by SSH (potentially the FTP server)
# Needs hostname, account and directory # Needs hostname, account and directory
# #
#sshhost python-redfish = www.python-redfish.org sshhost python-redfish = www.mondorescue.org
#sshlogin python-redfish = bill sshlogin python-redfish = bruno
#sshdir python-redfish = /python-redfish/ftp sshdir python-redfish = /prj/ftp
#sshport python-redfish = 22 sshport python-redfish = 22
#
# #
# For Virtual machines management # For Virtual machines management