Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
pointrelease: use correct variable
· 6824e920
Ansgar
authored
Jul 14, 2018
6824e920
pointrelease: removals from the script file are also removals
· 2118f8d1
Ansgar
authored
Jul 14, 2018
2118f8d1
Show whitespace changes
Inline
Side-by-side
config/debian/pointrelease
View file @
2118f8d1
...
...
@@ -220,11 +220,14 @@ if [[ ${suitename} != jessie ]]; then
fi
log
"RM time"
if
${
wget
}
-O
"removallist"
"
${
release_base
}
/removals.
${
target_
suite
}
"
;
then
if
${
wget
}
-O
"removallist"
"
${
release_base
}
/removals.
${
suit
enam
e
}
"
;
then
echo
"Please check removallist file, I am going to run it as shell script when you confirm"
confirm
$EDITOR
removallist
bash removallist
if
[
-s
removallist
]
;
then
hadrms
=
1
fi
fi
echo
"Any more removals to be done?"
...
...