diff --git a/pbconf/pbfilter/deb.pbf b/pbconf/pbfilter/deb.pbf index 4d359ac..44ef950 100644 --- a/pbconf/pbfilter/deb.pbf +++ b/pbconf/pbfilter/deb.pbf @@ -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 diff --git a/pbconf/pbfilter/rpm.pbf b/pbconf/pbfilter/rpm.pbf index 68b0262..655a7e6 100644 --- a/pbconf/pbfilter/rpm.pbf +++ b/pbconf/pbfilter/rpm.pbf @@ -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'} diff --git a/pbconf/python-redfish.pb b/pbconf/python-redfish.pb index 48392d9..42a1e60 100644 --- a/pbconf/python-redfish.pb +++ b/pbconf/python-redfish.pb @@ -41,10 +41,11 @@ pbpackager python-redfish = Bruno Cornec # 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