diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-22 16:59:54 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-22 16:59:54 +0100 |
| commit | 0e06105183cd1757ce4369bc778ece8363330fbf (patch) | |
| tree | 24805e11ebe6b5f8cab4dd78343feacdb5e69718 /DistUpgrade | |
| parent | 301765d757df2c0cac9e3cea61ccc842f92fb660 (diff) | |
| download | python-apt-0e06105183cd1757ce4369bc778ece8363330fbf.tar.gz | |
* make the dist-upgrade tool fully self-contained
* po/*: make update-po
Diffstat (limited to 'DistUpgrade')
| l--------- | DistUpgrade/DistInfo.py | 1 | ||||
| l--------- | DistUpgrade/aptsources.py | 1 | ||||
| -rwxr-xr-x | DistUpgrade/build-tarball.sh | 4 |
3 files changed, 4 insertions, 2 deletions
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 . |
