mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Import patches-unapplied version 2.4 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: d53152166c1d34c770e05800b2c5dd6fd8d38f52 New changelog entries: * Remove old config directory before creating a new configuration.
This commit is contained in:
parent
d53152166c
commit
7af7abdcc0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.4) oneiric; urgency=low
|
||||||
|
|
||||||
|
* Remove old config directory before creating a new configuration.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:15:20 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.3) oneiric; urgency=low
|
livecd-rootfs (2.3) oneiric; urgency=low
|
||||||
|
|
||||||
* Set pipefail (bash-specific) in auto/build so that we fail immediately
|
* Set pipefail (bash-specific) in auto/build so that we fail immediately
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
rm -rf config
|
||||||
|
|
||||||
if [ -z "$MIRROR" ]; then
|
if [ -z "$MIRROR" ]; then
|
||||||
case $(hostname --fqdn) in
|
case $(hostname --fqdn) in
|
||||||
bld-*.mmjgroup.com) ;;
|
bld-*.mmjgroup.com) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user