ubuntu-release-upgrader: set static release on tarball script
This commit is contained in:
parent
19af8d6039
commit
566593039d
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
# Also, don't forget to update the meta-release files at archive and packages.t.i
|
||||
# The "obsoletes" list from ubuntu has been removed
|
||||
|
||||
VERSION=16.7
|
||||
VERSION=17
|
||||
|
||||
. ./config
|
||||
# Previous upstream release name, update for each release.
|
||||
|
|
@ -375,7 +375,7 @@ MR-FILE
|
|||
apply_patch_changes
|
||||
|
||||
# Modify build-scripts
|
||||
sed -i "s|DIST=.*|DIST=$CODENAME|" DistUpgrade/build-dist.sh
|
||||
sed -i "s|DIST=.*|DIST=$CODENAME|" DistUpgrade/build-dist.sh DistUpgrade/build-tarball.sh
|
||||
sed -i "s|MAINTAINER=.*|MAINTAINER=\"$DEBFULLNAME <$DEBEMAIL>\"|" DistUpgrade/build-dist.sh
|
||||
|
||||
#NOTE: In order to run build-dist.sh it is required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue