summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2020-02-06 10:22:27 (GMT)
committerArkadiusz Miśkiewicz2020-02-06 10:22:27 (GMT)
commit9e3922b08a773b0508f61725429d4d82b1095bbf (patch)
tree4cf633652e21d4b070721a182077868a6e4de5ac
parentfc61ee66a2787d888082af6dc4fa0d7597502827 (diff)
downloadpoldek-9e3922b08a773b0508f61725429d4d82b1095bbf.zip
poldek-9e3922b08a773b0508f61725429d4d82b1095bbf.tar.gz
- rel 3; poldek now supports http/https, so switch to it. ftp.task... no longer exists - droppedauto/th/poldek-0.40.0-3
-rw-r--r--poldek-aidath.conf6
-rw-r--r--poldek-archive.conf7
-rw-r--r--poldek-debuginfo-snap.conf6
-rw-r--r--poldek-debuginfo.conf6
-rw-r--r--poldek-multilib-aidath.conf6
-rw-r--r--poldek-multilib-snap.conf6
-rw-r--r--poldek-multilib.conf6
-rw-r--r--poldek-snap.conf6
-rw-r--r--poldek.conf6
-rw-r--r--poldek.spec2
10 files changed, 11 insertions, 46 deletions
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
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