distro-info-data: update data for ecne / noble.
This commit is contained in:
parent
16701f2ac4
commit
75c57df87f
5 changed files with 18 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
--- debian/README.Debian 2019-10-17 15:10:30.000000000 -0500
|
--- a/debian/README.Debian 2019-10-17 15:10:30.000000000 -0500
|
||||||
+++ debian/README.Debian_trisquel 2021-11-26 13:26:20.362971709 -0600
|
+++ b/debian/README.Debian 2021-11-26 13:26:20.362971709 -0600
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,16 @@
|
||||||
--- lib/tools.py 2021-10-15 08:01:00.000000000 -0500
|
diff --git a/lib/tools.py b/lib/tools.py
|
||||||
+++ lib/tools.py 2022-04-06 12:27:07.672427372 -0500
|
index 2ab74f7f..a3d52620 100644
|
||||||
@@ -37,7 +37,7 @@
|
--- a/lib/tools.py
|
||||||
|
+++ b/lib/tools.py
|
||||||
|
@@ -49,7 +49,7 @@ def get_csv_dict_reader(filename: str) -> csv.DictReader:
|
||||||
|
|
||||||
def main(validation_function):
|
def main(validation_function):
|
||||||
"""Main function with command line parameter parsing."""
|
"""Main function with command line parameter parsing."""
|
||||||
script_name = os.path.basename(sys.argv[0])
|
- parser = argparse.ArgumentParser(usage="%(prog)s [-h] -d|-u csv-file")
|
||||||
- usage = "%s [-h] -d|-u csv-file" % (script_name)
|
+ parser = argparse.ArgumentParser(usage="%(prog)s [-h] -d|-u|-t csv-file")
|
||||||
+ usage = "%s [-h] -d|-u|-t csv-file" % (script_name)
|
|
||||||
parser = argparse.ArgumentParser(usage=usage)
|
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
"-d",
|
||||||
@@ -56,15 +56,24 @@
|
@@ -56,15 +56,24 @@
|
||||||
default=False,
|
default=False,
|
||||||
help="validate an Ubuntu CSV file",
|
help="validate an Ubuntu CSV file",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
--- validate-csv-data 2021-10-15 08:01:00.000000000 -0500
|
--- a/validate-csv-data 2021-10-15 08:01:00.000000000 -0500
|
||||||
+++ validate-csv-data 2022-04-06 12:27:29.004706669 -0500
|
+++ b/validate-csv-data 2022-04-06 12:27:29.004706669 -0500
|
||||||
@@ -27,6 +27,13 @@
|
@@ -27,6 +27,13 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,4 @@ version,codename,series,created,release,eol,upstream
|
||||||
9.0 LTS,Etiona,etiona,2017-10-19,2020-10-16,2023-05-31,bionic
|
9.0 LTS,Etiona,etiona,2017-10-19,2020-10-16,2023-05-31,bionic
|
||||||
10.0 LTS,Nabia,nabia,2019-10-17,2021-12-16,2025-05-29,focal
|
10.0 LTS,Nabia,nabia,2019-10-17,2021-12-16,2025-05-29,focal
|
||||||
11.0 LTS,Aramo,aramo,2021-10-14,2023-03-19,2027-06-01,jammy
|
11.0 LTS,Aramo,aramo,2021-10-14,2023-03-19,2027-06-01,jammy
|
||||||
|
12.0 LTS,Ecne,ecne,2023-10-12,2029-05-31,2029-05-31,noble
|
||||||
|
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -21,9 +21,9 @@ VERSION=7
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
patch --no-backup-if-mismatch -p0 < $DATA/add_trisquel_validate.patch
|
patch_p1 $DATA/add_trisquel_validate.patch
|
||||||
patch --no-backup-if-mismatch -p0 < $DATA/add_trisquel_tools_py.patch
|
patch_p1 $DATA/add_trisquel_tools_py.patch
|
||||||
patch --no-backup-if-mismatch -p0 < $DATA/README.Debian.patch
|
patch_p1 $DATA/README.Debian.patch
|
||||||
|
|
||||||
cp $DATA/trisquel.csv ./
|
cp $DATA/trisquel.csv ./
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue