python-apt: enable cmxsl mirror at custom repo.
This commit is contained in:
parent
dedb8dca9e
commit
080caaf29d
2 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
||||||
|
diff --git a/data/templates/Trisquel.mirrors b/data/templates/Trisquel.mirrors
|
||||||
|
index b6c391e..e4b0bca 100644
|
||||||
|
--- a/data/templates/Trisquel.mirrors
|
||||||
|
+++ b/data/templates/Trisquel.mirrors
|
||||||
|
@@ -22,6 +22,9 @@ https://quantum-mirror.hu/mirrors/pub/trisquel/packages/
|
||||||
|
http://quantum-mirror.hu/mirrors/pub/trisquel/packages/
|
||||||
|
#LOC:JP
|
||||||
|
https://repo.jing.rocks/trisquel/
|
||||||
|
+#LOC:MX
|
||||||
|
+https://mirror.cmxsl.org/trisquel/
|
||||||
|
+http://mirror.cmxsl.org/trisquel/
|
||||||
|
#LOC:SE
|
||||||
|
https://ftp.acc.umu.se/mirror/trisquel/packages/
|
||||||
|
http://ftp.acc.umu.se/mirror/trisquel/packages/
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
# The same way as 'ubiquity' is for for the next Live Desktop ISOs.
|
# The same way as 'ubiquity' is for for the next Live Desktop ISOs.
|
||||||
|
|
||||||
VERSION=11
|
VERSION=11
|
||||||
|
CMXSLVER=1
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
#Be aware to not pull/build before publish date on T12.
|
#Be aware to not pull/build before publish date on T12.
|
||||||
|
|
||||||
|
|
@ -87,6 +88,7 @@ diff -ru source.orig/apt/progress/base.py source/apt/progress/base.py
|
||||||
self.percent = float(percent)
|
self.percent = float(percent)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
apply_patch_changes
|
||||||
export DEB_BUILD_OPTIONS=nocheck
|
export DEB_BUILD_OPTIONS=nocheck
|
||||||
|
|
||||||
changelog "Compiled for Trisquel"
|
changelog "Compiled for Trisquel"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue