mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Remove old config directory before creating a new configuration.
This commit is contained in:
parent
b02c8d8cdd
commit
c96aa15cea
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.4) UNRELEASED; urgency=low
|
||||
|
||||
* Remove old config directory before creating a new configuration.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:14:46 +0100
|
||||
|
||||
livecd-rootfs (2.3) oneiric; urgency=low
|
||||
|
||||
* Set pipefail (bash-specific) in auto/build so that we fail immediately
|
||||
|
@ -1,6 +1,8 @@
|
||||
#! /bin/sh
|
||||
set -e
|
||||
|
||||
rm -rf config
|
||||
|
||||
if [ -z "$MIRROR" ]; then
|
||||
case $(hostname --fqdn) in
|
||||
bld-*.mmjgroup.com) ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user