[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-712-g09a3a78

Andreas Beckmann debian at abeckmann.de
Sun Jun 17 13:36:45 UTC 2012


The following commit has been merged in the develop branch:
commit 79f7a1a9c824667aea533a5baa4dce2747c77555
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu Jun 14 23:00:10 2012 +0200

    p-s: test the 'dpkg' package to create a base_tgz
    
    dpkg is essential and can never be tested by piuparts,
    this allows custom scripts to distinguish the setup process
    between base_tgz creation and actual package testing.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 46d53c2..df5f15e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -99,6 +99,7 @@ piuparts (0.45) UNRELEASED; urgency=low
     - Sleep until the next section can be tried, but at least 1 minute.
     - Simplify and merge Section.setup() into Section.__init__().
     - Generate master command: use global setting and append section.
+    - Test the 'dpkg' package for creating/updating a base_tgz.
   * piuparts-report.py:
     - Remove known_circular_depends handling.
     - Exclude obsolete states from generated report.
diff --git a/piuparts-slave.py b/piuparts-slave.py
index 2cc6a3b..170d829 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -539,7 +539,7 @@ def create_chroot(config, tarball, distro):
     output_name = tarball + ".log"
     logging.debug("Opening log file %s" % output_name)
     logging.info("Creating new tarball %s" % tarball)
-    command = "%s -ad %s -s %s.new -m %s hello" % \
+    command = "%s -ad %s -s %s.new -m %s dpkg" % \
                 (config["piuparts-cmd"], distro, tarball, config["mirror"])
     output = file(output_name, "w")
     output.write(time.strftime("Start: %Y-%m-%d %H:%M:%S %Z\n\n",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list