[packages/rpm-build-tools] Drop ftp support for distfiles server.

arekm arekm at pld-linux.org
Tue Nov 25 21:22:50 CET 2025


commit c2e8bf14f796dee2575dadcc15d34dba1615ec7d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Nov 25 21:22:43 2025 +0100

    Drop ftp support for distfiles server.

 builder.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/builder.sh b/builder.sh
index ad1a3ca..aa8e1a0 100755
--- a/builder.sh
+++ b/builder.sh
@@ -335,7 +335,7 @@ usage() {
 Usage: builder [--all-branches] [-D|--debug] [-V|--version] [--short-version]  [-a|--add_cvs] [-b|-ba|--build]
 [-bb|--build-binary] [-bs|--build-source] [-bc] [-bi] [-bl] [-u|--try-upgrade]
 [{-cf|--cvs-force}] [{-B|--branch} <branch>] [--depth <number>]
-[-g|--get] [-h|--help] [--ftp] [--http] [{-l|--logtofile} <logfile>] [-m|--mr-proper]
+[-g|--get] [-h|--help] [--http] [{-l|--logtofile} <logfile>] [-m|--mr-proper]
 [-q|--quiet] [--date <yyyy-mm-dd> [-r <tag>] [{-T|--tag <tag>]
 [-Tvs|--tag-version-stable] [-Ts|--tag-stable] [-Tv|--tag-version]
 [{-Tp|--tag-prefix} <prefix>] [{-tt|--test-tag}]
@@ -387,7 +387,6 @@ Usage: builder [--all-branches] [-D|--debug] [-V|--version] [--short-version]  [
 --get               - get <package>.spec and all related files from PLD repo
 -h, --help          - this message,
 -j N                - set %_smp_mflags to propagate concurrent jobs
---ftp               - use FTP protocol to access distfiles server
 --http              - use HTTP protocol to access distfiles server
 -l <logfile>, --logtofile=<logfile>
                     - log all to file,
@@ -2203,8 +2202,6 @@ while [ $# -gt 0 ]; do
 			COMMAND="get_spec"; shift ;;
 		-h | --help )
 			COMMAND="usage"; shift ;;
-		--ftp )
-			PROTOCOL="ftp"; shift ;;
 		--http | --https )
 			PROTOCOL="https"; shift ;;
 		-j)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/c2e8bf14f796dee2575dadcc15d34dba1615ec7d




More information about the pld-cvs-commit mailing list