distro-info-data: add test data for ecne / noble.
This commit is contained in:
parent
57e5ef19ba
commit
b640585ac8
5 changed files with 12 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2023 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2024 Luis Guzman <ark@switnet.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -17,13 +17,13 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=7
|
||||
VERSION=8
|
||||
|
||||
. ./config
|
||||
|
||||
patch --no-backup-if-mismatch -p0 < $DATA/add_trisquel_validate.patch
|
||||
patch --no-backup-if-mismatch -p0 < $DATA/add_trisquel_tools_py.patch
|
||||
patch --no-backup-if-mismatch -p0 < $DATA/README.Debian.patch
|
||||
patch_p1 $DATA/add_trisquel_validate.patch
|
||||
patch_p1 $DATA/add_trisquel_tools_py.patch
|
||||
patch_p1 $DATA/README.Debian.patch
|
||||
|
||||
cp $DATA/trisquel.csv ./
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue