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-cvs@rpm5.org

Reply via email to