osinfo-db: update helpers for ecne

This commit is contained in:
Luis Guzman 2024-08-05 17:55:48 +00:00
parent 996d104fde
commit ffdb7550b5
5 changed files with 42 additions and 662 deletions

View file

@ -18,10 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=7
EXTERNAL='deb-src http://ftp.us.debian.org/debian bookworm main'
REPOKEY=6ED0E7B82643E131
VERSION=8
. ./config
@ -30,8 +27,7 @@ rd_domain=($(cat $DATA/recommended-distros|grep -v \#|awk '{print$3}'))
# Apply latest patches
for patch in $(ls -v ${DATA}/*.patch)
do
echo "Applying $patch"
patch --no-backup-if-mismatch -Np1 < $patch
patch_p1 $patch
done
# Remove non-free distros references.