osinfo-db: add patches to add upgrade and derivation field.
This commit is contained in:
parent
13dcdd56db
commit
f71aaa77eb
2 changed files with 50 additions and 0 deletions
24
helpers/DATA/osinfo-db/002-add_upgrades_id_trisquel.patch
Normal file
24
helpers/DATA/osinfo-db/002-add_upgrades_id_trisquel.patch
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
diff --git a/data/os/trisquel.info/trisquel-10.xml.in b/data/os/trisquel.info/trisquel-10.xml.in
|
||||||
|
index f012ba00..78fd5bdd 100644
|
||||||
|
--- a/data/os/trisquel.info/trisquel-10.xml.in
|
||||||
|
+++ b/data/os/trisquel.info/trisquel-10.xml.in
|
||||||
|
@@ -11,6 +11,7 @@
|
||||||
|
<family>linux</family>
|
||||||
|
<distro>trisquel</distro>
|
||||||
|
<codename>Nabia</codename>
|
||||||
|
+ <upgrades id="http://trisquel.info/trisquel/9"/>
|
||||||
|
<derives-from id="http://ubuntu.com/ubuntu/20.04"/>
|
||||||
|
|
||||||
|
<release-date>2022-02-01</release-date>
|
||||||
|
diff --git a/data/os/trisquel.info/trisquel-11.xml.in b/data/os/trisquel.info/trisquel-11.xml.in
|
||||||
|
index 0c986732..8619adb1 100644
|
||||||
|
--- a/data/os/trisquel.info/trisquel-11.xml.in
|
||||||
|
+++ b/data/os/trisquel.info/trisquel-11.xml.in
|
||||||
|
@@ -11,6 +11,7 @@
|
||||||
|
<family>linux</family>
|
||||||
|
<distro>trisquel</distro>
|
||||||
|
<codename>Aramo</codename>
|
||||||
|
+ <upgrades id="http://trisquel.info/trisquel/10"/>
|
||||||
|
<derives-from id="http://ubuntu.com/ubuntu/22.04"/>
|
||||||
|
|
||||||
|
<release-date>2023-03-19</release-date>
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
diff --git a/data/os/trisquel.info/trisquel-10.xml.in b/data/os/trisquel.info/trisquel-10.xml.in
|
||||||
|
index 78fd5bdd..bc95ba98 100644
|
||||||
|
--- a/data/os/trisquel.info/trisquel-10.xml.in
|
||||||
|
+++ b/data/os/trisquel.info/trisquel-10.xml.in
|
||||||
|
@@ -12,7 +12,7 @@
|
||||||
|
<distro>trisquel</distro>
|
||||||
|
<codename>Nabia</codename>
|
||||||
|
<upgrades id="http://trisquel.info/trisquel/9"/>
|
||||||
|
- <derives-from id="http://ubuntu.com/ubuntu/20.04"/>
|
||||||
|
+ <derives-from id="http://trisquel.info/trisquel/9"/>
|
||||||
|
|
||||||
|
<release-date>2022-02-01</release-date>
|
||||||
|
|
||||||
|
diff --git a/data/os/trisquel.info/trisquel-11.xml.in b/data/os/trisquel.info/trisquel-11.xml.in
|
||||||
|
index 8619adb1..294963f6 100644
|
||||||
|
--- a/data/os/trisquel.info/trisquel-11.xml.in
|
||||||
|
+++ b/data/os/trisquel.info/trisquel-11.xml.in
|
||||||
|
@@ -12,7 +12,7 @@
|
||||||
|
<distro>trisquel</distro>
|
||||||
|
<codename>Aramo</codename>
|
||||||
|
<upgrades id="http://trisquel.info/trisquel/10"/>
|
||||||
|
- <derives-from id="http://ubuntu.com/ubuntu/22.04"/>
|
||||||
|
+ <derives-from id="http://trisquel.info/trisquel/10"/>
|
||||||
|
|
||||||
|
<release-date>2023-03-19</release-date>
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue