The abf repo is more active yes. I have switched only because many corporate 
firewall block the plain svn transport - webdav. No problem to revert if 
necessary. 

Thanks
----Messaggio originale----
Da: Jeffrey Johnson
Inviato:  01/08/2013, 19:43 
A: rpm-devel@rpm5.org
Cc: rpm-...@rpm5.org
Oggetto: Re: [CVS] RPM: rpm-5_4: rpm/ devtool.conf


The acceptability of this change of reference source is subject
to stability in CI buildbots and interest/participation.

The one distinct advantage of using a dead perl-URPM upstream is that nothing
ever changes.

The corresponding risk factor tying to a different, possibly more active,
equally uninvolved "upstream" is tghat all of RPM fails to build becuase
no one is paying attention.

I will revery this change to use the former presumably "dead" upstream
at the first hint of a problem. I see no detectable interest from Per Oyvind
in perl-URPM being tested with RPM CI buildbots over many years. I
do not think that svn -> git is going to change the interest level.

73 de Jeff


On Aug 1, 2013, at 10:31 AM, Pinto Elia wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>  ____________________________________________________________________________
> 
>  Server: rpm5.org                         Name:   Pinto Elia
>  Root:   /v/rpm/cvs                       Email:  devzero2...@rpm5.org
>  Module: rpm                              Date:   01-Aug-2013 16:31:14
>  Branch: rpm-5_4                          Handle: 2013080114311300
> 
>  Modified files:           (Branch: rpm-5_4)
>    rpm                     devtool.conf
> 
>  Log:
>    devtool.conf: no check SSL certs validity when using the git
>    https transport
> 
>    Not so useful anyway in general
> 
>  Summary:
>    Revision    Changes     Path
>    2.365.2.80  +4  -4      rpm/devtool.conf
>  ____________________________________________________________________________
> 
>  patch -p0 << '@@ .'
 >  Index: rpm/devtool.conf
>  ============================================================================
>  $ cvs diff -u -r2.365.2.79 -r2.365.2.80 devtool.conf
>  --- rpm/devtool.conf 1 Aug 2013 14:26:14 -0000       2.365.2.79
>  +++ rpm/devtool.conf 1 Aug 2013 14:31:13 -0000       2.365.2.80
>  @@ -27,11 +27,11 @@
>         case "${name}" in
>         libgit2)
>               if [ -d ${DEVTOOL_SRCDIR}/${name}/.git ]; then
>  -            cmd="git pull"
>  +            cmd="env GIT_SSL_NO_VERIFY=true git pull"
>                   echo "===> ${name} (${cmd})"
>                   ( cd ${DEVTOOL_SRCDIR}/${name} && ${cmd} )
>               else
>  -            cmd="git clone https://github.com/libgit2/libgit2.git";
>  +            cmd="env GIT_SSL_NO_VERIFY=true git clone 
> https://github.com/libgit2/libgit2.git";
>                   echo "===> ${name} (${cmd})"
>                   ( cd ${DEVTOOL_SRCDIR} && ${cmd} )
>           fi
>  @@ -52,14 +52,14 @@
>           ;;
>         perl-URPM)
>               if [ -d ${DEVTOOL_SRCDIR}/${name}/.git ]; then
>  -            cmd="git pull"
>  +            cmd="env GIT_SSL_NO_VERIFY=true git pull"
>                   echo "===> ${name} (${cmd})"
>                   ( cd ${DEVTOOL_SRCDIR}/${name} && ${cmd} && \
>                     cp ../scripts/URPM-Makefile.am ./Makefile.am && \
>                     cp ../scripts/URPM-Makefile.PL.in ./Makefile.PL.in \
>                   )
>               else
>  -            cmd="git clone 
> https://abf.rosalinux.ru/openmandriva/perl-URPM.git";
>  +            cmd="env GIT_SSL_NO_VERIFY=true git clone 
> https://abf.rosalinux.ru/openmandriva/perl-URPM.git";
>                   echo "===> ${name} (${cmd})"
>                   ( cd ${DEVTOOL_SRCDIR} && ${cmd} && \
>                     cp scripts/URPM-Makefile.am ${name}/Makefile.am && \
>  @@ .
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-...@rpm5.org

______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org

______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org

Reply via email to