[Fai-commit] r5711 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Thu Jan 28 17:11:37 UTC 2010


Author: lange
Date: 2010-01-28 17:11:37 +0000 (Thu, 28 Jan 2010)
New Revision: 5711

Modified:
   trunk/bin/install_packages
   trunk/debian/changelog
Log:
install_packages: add support for zypper (install and remove packages)
(closes: #514160)

Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2010-01-28 16:47:25 UTC (rev 5710)
+++ trunk/bin/install_packages	2010-01-28 17:11:37 UTC (rev 5711)
@@ -28,7 +28,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-my $version = "Version 4.2.1, 27-january-2010";
+my $version = "Version 4.3, 28-january-2010";
 $0=~ s#.+/##; # remove path from program name
 
 # import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -69,7 +69,7 @@
 
 
 # @commands is the order of the commands that are executed
-our @commands = qw/y2i y2r yast rpmr urpmi urpme yumgroup yumi yumr smarti smartr hold taskrm taskinst clean-internal aptitude aptitude-r install unpack remove dselect-upgrade/;
+our @commands = qw/y2i y2r zypper zypper-rm yast rpmr urpmi urpme yumgroup yumi yumr smarti smartr hold taskrm taskinst clean-internal aptitude aptitude-r install unpack remove dselect-upgrade/;
 %command = (
           "install" => "apt-get $aptopt --fix-missing install",
     "inst-internal" => "apt-get $aptopt --fix-missing -s install",
@@ -93,6 +93,8 @@
 	     "y2i"  => "y2pmsh isc",
 	     "y2r"  => "y2pmsh remove",
 	     "yast" => "yast -i",
+	   "zypper" => "zypper -n install",
+	"zypper-rm" => "zypper -n remove",
 	     "rpmr" => "rpm -e",
            "smarti" => "smart install -y",
            "smartr" => "smart remove -y",

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-01-28 16:47:25 UTC (rev 5710)
+++ trunk/debian/changelog	2010-01-28 17:11:37 UTC (rev 5711)
@@ -18,6 +18,8 @@
     Goetz for the bug report and the patch (closes: #558139)
   * mount2dir, subroutines: handle mount errors (closes: #557082)
   * make-fai-nfsroot: ignore backup files when executing hooks
+  * install_packages: add support for zypper (install and remove packages)
+    (closes: #514160)
   
   [ Michael Tautschnig ]
   * setup-storage: Bumped version number to 1.2
@@ -36,7 +38,7 @@
   * setup-storage/Commands.pm: Add -q to createopts when making reiser file
     systems (thanks Mathieu Alorent and Thomas Neumann).
 
- -- Thomas Lange <lange at debian.org>  Wed, 27 Jan 2010 09:45:14 +0100
+ -- Thomas Lange <lange at debian.org>  Thu, 28 Jan 2010 18:11:22 +0100
 
 fai (3.3.2) unstable; urgency=low
 




More information about the Fai-commit mailing list