release 6.16.3 (preliminary)
This commit is contained in:
2
debian/bin/genpatch-pf
vendored
2
debian/bin/genpatch-pf
vendored
@@ -7,7 +7,7 @@ w=$(git rev-parse --path-format=absolute --show-toplevel) ; : "${w:?}" ; cd "$w"
|
||||
|
||||
dst='debian/patches/tmp-pf'
|
||||
src='../linux-extras'
|
||||
branches='fixes archlinux cpuidle exfat kbuild nfs smb xfs'
|
||||
branches='archlinux bbr3 cpuidle kbuild steady'
|
||||
|
||||
if [ -d "${dst}" ] ; then rm -rf "${dst}" ; fi
|
||||
mkdir -p "${dst}"
|
||||
|
2
debian/bin/genpatch-zen
vendored
2
debian/bin/genpatch-zen
vendored
@@ -7,7 +7,7 @@ w=$(git rev-parse --path-format=absolute --show-toplevel) ; : "${w:?}" ; cd "$w"
|
||||
|
||||
dst='debian/patches/tmp-zen'
|
||||
src='../linux-extras'
|
||||
branches='zen-sauce fixes'
|
||||
branches='bbr3 fixes zen-sauce'
|
||||
|
||||
if [ -d "${dst}" ] ; then rm -rf "${dst}" ; fi
|
||||
mkdir -p "${dst}"
|
||||
|
Reference in New Issue
Block a user