[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Holger Levsen
holger at layer-acht.org
Wed May 15 10:10:22 UTC 2013
The following commit has been merged in the master branch:
commit bd88a5138fe1b6ae8d7e26e965c2546936fa1a4d
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 15 10:50:52 2013 +0200
switch default Ubuntu distribution to "saucy".
diff --git a/debian/changelog b/debian/changelog
index d4d2867..d139d9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -93,6 +93,7 @@ piuparts (0.51) UNRELEASED; urgency=low
* piuparts.py:
- Add to ignored_files:
+ /var/log/fontconfig.log (Closes: #703810) - Thanks to Hideki Yamane.
+ - switch default Ubuntu distribution to "saucy".
* slave_run:
- Run slave_cleanup before starting the slave.
* Bump Standards-Version to 3.9.4.
diff --git a/piuparts.py b/piuparts.py
index 19f4e95..b49a82d 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -106,7 +106,7 @@ class UbuntuDefaults(Defaults):
return [("http://archive.ubuntu.com/ubuntu", self.get_components())]
def get_distribution(self):
- return ["natty"]
+ return ["saucy"]
class DefaultsFactory:
--
piuparts git repository
More information about the Piuparts-commits
mailing list