Package build and delivery improvements
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user