From 3277e4f7ee5a0acfc59c3915f4592d1204875f34 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 6 Jan 2022 14:50:42 +0100 Subject: [PATCH] Update distribution references in some comments --- conf/01-repositories.conf | 6 +++--- man/it/autospec.1.in | 4 ++-- plugins/spec-create.in | 2 +- tools/autoupdate-perl_modules.in | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/01-repositories.conf b/conf/01-repositories.conf index f6ad308..4224a73 100644 --- a/conf/01-repositories.conf +++ b/conf/01-repositories.conf @@ -11,19 +11,19 @@ ftp_alias[1]="contrib" ftp_enable[0]=1 ftp_enable[1]=1 -# FTP path of RPMS packages (i.e. "ftp://ftp.qilinux.it/pub/QiLinux/devel/RPMS") +# FTP path of RPMS packages (i.e. "ftp://ftp.openmamba.org/pub/openmamba/devel/RPMS") # note: you can specify multiple choices: ftpurl_ro_rpms[0] .. ftpurl_ro_rpms[n] ftpurl_ro_rpms[0]="http://www.openmamba.org/pub/openmamba/devel/RPMS.@arch@" ftpurl_ro_rpms[1]="http://www.openmamba.org/pub/openmamba/devel-contrib/RPMS.@arch@" -# FTP path of SRPMS packages (i.e. "ftp://ftp.qilinux.it/pub/QiLinux/devel/SRPMS") +# FTP path of SRPMS packages (i.e. "ftp://ftp.openmamba.org/pub/openmamba/devel/SRPMS") # note: you can specify multiple choices: ftpurl_ro_srpms[0] .. ftpurl_ro_srpms[n] ftpurl_ro_srpms[0]="http://www.openmamba.org/pub/openmamba/devel/SRPMS.base" ftpurl_ro_srpms[1]="http://www.openmamba.org/pub/openmamba/devel-contrib/SRPMS.base" # FTP setup data needed when uploading RPMS and SRPMS packages # - ftp_rw_server : name of the ftp server where package will be uploaded -# (i.e. "ftpcontrib.qilinux.it" or "ftp.qilinux.it") +# (i.e. "ftpcontrib.openmamba.org" or "ftp.openmamba.org") # - ftp_rw_user : username to gain write access to ftp server, if any # - ftp_rw_passwd : password to gain write access to ftp server, if any # - ftp_rw_port : ftp port (set if a non standard ftp port is used) diff --git a/man/it/autospec.1.in b/man/it/autospec.1.in index c090cef..3f42d58 100644 --- a/man/it/autospec.1.in +++ b/man/it/autospec.1.in @@ -48,8 +48,8 @@ esterni ma piuttosto come ulteriore modularizzazione del codice. .B @package@ e' stato utilizzato con successo dagli sviluppatori della distribuzione -.B QiLinux -(\fIhttp://www.qilinux.org\fP), permettendo la creazione di specfile standard e +.B openmamba +(\fIhttps://openmamba.org\fP), permettendo la creazione di specfile standard e l'aggiornamento (semi)automatico dei pacchetti. E' utilizzato attualmente nello sviluppo di .B openmamba GNU/Linux diff --git a/plugins/spec-create.in b/plugins/spec-create.in index 51c023f..f77d9df 100644 --- a/plugins/spec-create.in +++ b/plugins/spec-create.in @@ -141,7 +141,7 @@ function usage() { "$"Samples"": @frontend@ -s ~/software/@package@-@version@.tar.bz2 -t standard -o @package@.spec - @frontend@ -s http://ftp.qilinux.it/devel/tools/@package@/@package@-@version@.tar.bz2 + @frontend@ -s http://ftp.openmamba.org/devel/tools/@package@/@package@-@version@.tar.bz2 @frontend@ -s @package@-@version@.tar.bz2 --changelog \"First build\" @frontend@ -s git://anongit.freedesktop.org/gstreamer/gst-omx \\ --git-branch=\"raspberry\" --preserve-dot-git -o gst-omx.spec diff --git a/tools/autoupdate-perl_modules.in b/tools/autoupdate-perl_modules.in index 18e6551..fa9f7b2 100644 --- a/tools/autoupdate-perl_modules.in +++ b/tools/autoupdate-perl_modules.in @@ -37,7 +37,7 @@ eval $(autospec -q --eval=logging_dir) [ "$logging_dir" ] || logging_dir="${tmppath_dir:-/var/tmp}/@package@" # FIXME : get the list of perl modules from the repository -# ftp://ftp.qilinux.it:21/pub/QiLinux/devel/SPECS +# ftp://ftp.openmamba.org:21/pub/openmamba/devel/SPECS # WARNING : this variable used for test only mperl_lst="perl-Archive-Tar.spec"