[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-805-gcb3c644

Holger Levsen holger at layer-acht.org
Tue Jun 19 08:54:43 UTC 2012


The following commit has been merged in the piatti branch:
commit 0fc0ac152c4c44ab1977c10e2e1e3511250681df
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 18 23:55:28 2012 +0200

    polishing.

diff --git a/README_piatti.txt b/README_piatti.txt
index 0fc5714..6f88577 100644
--- a/README_piatti.txt
+++ b/README_piatti.txt
@@ -28,7 +28,7 @@ piupartss       ALL=(ALL) NOPASSWD: ALL
 
 === piuparts installation from source
 
-* sudo apt-get install apt python debootstrap lsof lsb-release python-debian make dpkg-dev python-support asciidoc xmlto python-rpy r-recommended r-base-dev gs
+* sudo apt-get install apt python debootstrap lsof lsb-release python-debian asciidoc xmlto python-rpy r-recommended r-base-dev gs
 * you need a webserver too, if you run the master
 * Copy 'http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=piatti;a=blob_plain;f=home/piupartss/bin/update-piuparts-setup' on the host and run it under the 'piupartss' user. It assumes you want to set it up in '/org/piuparts.debian.org' and does all further updates from git as well as the initial installation. It needs the piupartss and piupartsm user set up as described below, though.
 * mkdir /org/piuparts.debian.org
diff --git a/debian/piuparts-master.postrm b/debian/piuparts-master.postrm
old mode 100644
new mode 100755
diff --git a/debian/piuparts-slave.postrm b/debian/piuparts-slave.postrm
old mode 100644
new mode 100755
index be7dc7a..0d79c40
--- a/debian/piuparts-slave.postrm
+++ b/debian/piuparts-slave.postrm
@@ -12,6 +12,10 @@ case "$1" in
         rm -rf /var/lib/piuparts/slave
     fi
 
+    if [ -d /var/lib/piuparts ] ; then
+        rmdir /var/lib/piuparts || true
+    fi
+
     if [ -d /etc/piuparts ] ; then
         rmdir /etc/piuparts || true
     fi
diff --git a/debian/piuparts.postrm b/debian/piuparts.postrm
old mode 100644
new mode 100755

-- 
piuparts git repository



More information about the Piuparts-commits mailing list