OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-tools                    Date:   19-Jul-2006 19:21:07
  Branch: HEAD                             Handle: 2006071918210600

  Modified files:
    openpkg-tools/cmd       build.pl

  Log:
    remove to comment prints which are used in the fallback case anyway
    and now would just confuse

  Summary:
    Revision    Changes     Path
    1.27        +0  -2      openpkg-tools/cmd/build.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/build.pl
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 build.pl
  --- openpkg-tools/cmd/build.pl        19 Jul 2006 17:19:46 -0000      1.26
  +++ openpkg-tools/cmd/build.pl        19 Jul 2006 17:21:06 -0000      1.27
  @@ -403,11 +403,9 @@
       if ($url !~ m/^(?:file|ftp|https?):\/\//) {
           ($rel) = run($config->{"rpm"} . " -qi openpkg") =~ 
/Version:\s*(\S+)/m;
           if ($rel =~ /^\d+$/) {
  -            print "# $prg current($rel)\n";
               $url = "ftp://ftp.openpkg.org/current/";;
           } elsif ($rel =~ /^(\d+\.\d+)/) {
               $rel = $1;
  -            print "# $prg release($rel)\n";
               $url = "ftp://ftp.openpkg.org/release/$rel/";;
           } else {
               die "openpkg:build:FATAL: don't know how to handle this 
release\n";
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to