From 0e06105183cd1757ce4369bc778ece8363330fbf Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 22 Feb 2006 16:59:54 +0100 Subject: * make the dist-upgrade tool fully self-contained * po/*: make update-po --- DistUpgrade/DistInfo.py | 1 + DistUpgrade/aptsources.py | 1 + DistUpgrade/build-tarball.sh | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 DistUpgrade/DistInfo.py create mode 120000 DistUpgrade/aptsources.py (limited to 'DistUpgrade') diff --git a/DistUpgrade/DistInfo.py b/DistUpgrade/DistInfo.py new file mode 120000 index 00000000..bdcd1ba6 --- /dev/null +++ b/DistUpgrade/DistInfo.py @@ -0,0 +1 @@ +../UpdateManager/Common/DistInfo.py \ No newline at end of file diff --git a/DistUpgrade/aptsources.py b/DistUpgrade/aptsources.py new file mode 120000 index 00000000..2f041121 --- /dev/null +++ b/DistUpgrade/aptsources.py @@ -0,0 +1 @@ +../SoftwareProperties/aptsources.py \ No newline at end of file diff --git a/DistUpgrade/build-tarball.sh b/DistUpgrade/build-tarball.sh index 57185c34..9f01b87c 100755 --- a/DistUpgrade/build-tarball.sh +++ b/DistUpgrade/build-tarball.sh @@ -16,7 +16,7 @@ if [ ! -h $DIST ]; then ln -s dist-upgrade.py $DIST fi -# create the tarbal -tar -c -z -v --exclude=$DIST.tar.gz --exclude=$0 -f $DIST.tar.gz . +# create the tarball, copy links in place +tar -c -h -z -v --exclude=$DIST.tar.gz --exclude=$0 -f $DIST.tar.gz . -- cgit v1.2.3