[packages/poldek] - rel 3; poldek now supports http/https, so switch to it. ftp.task... no longer exists - dropped
arekm
arekm at pld-linux.org
Thu Feb 6 11:22:41 CET 2020
commit 9e3922b08a773b0508f61725429d4d82b1095bbf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Feb 6 11:22:27 2020 +0100
- rel 3; poldek now supports http/https, so switch to it. ftp.task... no longer exists - dropped
poldek-aidath.conf | 6 +-----
poldek-archive.conf | 7 ++-----
poldek-debuginfo-snap.conf | 6 +-----
poldek-debuginfo.conf | 6 +-----
poldek-multilib-aidath.conf | 6 +-----
poldek-multilib-snap.conf | 6 +-----
poldek-multilib.conf | 6 +-----
poldek-snap.conf | 6 +-----
poldek.conf | 6 +-----
poldek.spec | 2 +-
10 files changed, 11 insertions(+), 46 deletions(-)
---
diff --git a/poldek.spec b/poldek.spec
index 44d06bf..b879afa 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -26,7 +26,7 @@
%define ver_rpm 5.4.10
%endif
-%define rel 2
+%define rel 3
Summary: RPM packages management helper tool
Summary(hu.UTF-8): RPM csomagkezelést segítő eszköz
Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM
diff --git a/poldek-aidath.conf b/poldek-aidath.conf
index eb261ee..d6db01a 100644
--- a/poldek-aidath.conf
+++ b/poldek-aidath.conf
@@ -6,12 +6,8 @@
_arch = %ARCH%
# main PLD-site for often changed things (test, ready):
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/AIDA
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/AIDA
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th/AIDA
_prefix = %{_pld_main_prefix}
# PLD Linux 3.0 (Th): main sources
diff --git a/poldek-archive.conf b/poldek-archive.conf
index d333c2e..4627045 100644
--- a/poldek-archive.conf
+++ b/poldek-archive.conf
@@ -6,13 +6,10 @@
_arch = %ARCH%
# main PLD-site for often changed things (test, ready):
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th
-## Some mirrors
## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th
-#_prefix = http://ftp1.pld-linux.org/dists/th
+#_prefix = https://ftp1.pld-linux.org/dists/th
_prefix = %{_pld_main_prefix}
# PLD Linux 3.0 (Th): main sources archive
diff --git a/poldek-debuginfo-snap.conf b/poldek-debuginfo-snap.conf
index f652efc..3f92207 100644
--- a/poldek-debuginfo-snap.conf
+++ b/poldek-debuginfo-snap.conf
@@ -1,11 +1,7 @@
# Debuginfo repositories for PLD Linux 3.0 (Th)
_arch = %ARCH%
_snap = %SNAP%
-_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th/%{_snap}
+_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}
_type = pndir
diff --git a/poldek-debuginfo.conf b/poldek-debuginfo.conf
index 06bab02..b2c2e18 100644
--- a/poldek-debuginfo.conf
+++ b/poldek-debuginfo.conf
@@ -1,10 +1,6 @@
# Debuginfo repositories for PLD Linux 3.0 (Th)
_arch = %ARCH%
-_prefix = ftp://ftp.th.pld-linux.org/dists/th
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+_prefix = https://ftp.th.pld-linux.org/dists/th
_type = pndir
diff --git a/poldek-multilib-aidath.conf b/poldek-multilib-aidath.conf
index 5fa0f3e..9c93b45 100644
--- a/poldek-multilib-aidath.conf
+++ b/poldek-multilib-aidath.conf
@@ -3,12 +3,8 @@
# Alternative multilib sources for PLD Linux 3.0 (Th)
_arch = %ARCH%
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/AIDA
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/AIDA
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th/AIDA
_prefix = %{_pld_main_prefix}
[source]
diff --git a/poldek-multilib-snap.conf b/poldek-multilib-snap.conf
index 5b2ad4b..a4ba98c 100644
--- a/poldek-multilib-snap.conf
+++ b/poldek-multilib-snap.conf
@@ -4,12 +4,8 @@
_arch = %ARCH%
_snap = %SNAP%
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th/%{_snap}
_prefix = %{_pld_main_prefix}
# group source for referring th+th-multiarch sources together, i.e poldek --sn th-%SNAP%-all
diff --git a/poldek-multilib.conf b/poldek-multilib.conf
index c3cf119..e4e4ce6 100644
--- a/poldek-multilib.conf
+++ b/poldek-multilib.conf
@@ -3,12 +3,8 @@
# Alternative multilib sources for PLD Linux 3.0 (Th)
_arch = %ARCH%
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th
_prefix = %{_pld_main_prefix}
[source]
diff --git a/poldek-snap.conf b/poldek-snap.conf
index 80e5398..707ce3b 100644
--- a/poldek-snap.conf
+++ b/poldek-snap.conf
@@ -9,12 +9,8 @@ _arch = %ARCH%
_snap = %SNAP%
# main PLD-site for often changed things:
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th/%{_snap}
_prefix = %{_pld_main_prefix}
# PLD Linux 3.0 (Th): main sources
diff --git a/poldek.conf b/poldek.conf
index bc51835..cd6987b 100644
--- a/poldek.conf
+++ b/poldek.conf
@@ -6,12 +6,8 @@
_arch = %ARCH%
# main PLD-site for often changed things (test, ready):
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
+_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th
_prefix = %{_pld_main_prefix}
# PLD Linux 3.0 (Th): main sources
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/9e3922b08a773b0508f61725429d4d82b1095bbf
More information about the pld-cvs-commit
mailing list