Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fdff703e authored by Robert Nelson's avatar Robert Nelson
Browse files
parent 397e8403
Branches
Tags
No related merge requests found
...@@ -161,8 +161,8 @@ aufs4 () { ...@@ -161,8 +161,8 @@ aufs4 () {
${git} "${DIR}/patches/aufs4/0005-merge-aufs4.patch" ${git} "${DIR}/patches/aufs4/0005-merge-aufs4.patch"
if [ "x${regenerate}" = "xenable" ] ; then if [ "x${regenerate}" = "xenable" ] ; then
number=5 git format-patch -5 -o ../patches/aufs4/
cleanup exit 2
fi fi
} }
......
...@@ -346,8 +346,12 @@ debian_regs () { ...@@ -346,8 +346,12 @@ debian_regs () {
warn_eol_distro=1 warn_eol_distro=1
stop_pkg_search=1 stop_pkg_search=1
;; ;;
yakkety)
#16.10 yakkety: (EOL: July 2017)
unset warn_eol_distro
;;
xenial) xenial)
#16.04 trusty: (EOL: April 20xx) lts: xenial -> xyz #16.04 xenial: (EOL: April 2021) lts: xenial -> xyz
unset warn_eol_distro unset warn_eol_distro
;; ;;
wily) wily)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment