Package build and delivery improvements
This commit is contained in:
commit
a7c39c1df7
pbconf
@ -11,7 +11,7 @@ filter PBGRP = utils
|
||||
filter PBLIC = ASL 2.0
|
||||
|
||||
# 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
|
||||
filter PBBDEP = python-devel, python-setuptools
|
||||
|
@ -15,7 +15,7 @@ filter PBLIC = ASL 2.0
|
||||
|
||||
# PBBDEP is replaced by the list of build dependencies
|
||||
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)
|
||||
filter PBSUF = $pb->{'suf'}
|
||||
|
@ -41,10 +41,11 @@ pbpackager python-redfish = Bruno Cornec <bruno@project-builder.org>
|
||||
# For delivery to a machine by SSH (potentially the FTP server)
|
||||
# Needs hostname, account and directory
|
||||
#
|
||||
#sshhost python-redfish = www.python-redfish.org
|
||||
#sshlogin python-redfish = bill
|
||||
#sshdir python-redfish = /python-redfish/ftp
|
||||
#sshport python-redfish = 22
|
||||
sshhost python-redfish = www.mondorescue.org
|
||||
sshlogin python-redfish = bruno
|
||||
sshdir python-redfish = /prj/ftp
|
||||
sshport python-redfish = 22
|
||||
#
|
||||
|
||||
#
|
||||
# For Virtual machines management
|
||||
|
Loading…
x
Reference in New Issue
Block a user