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: 22-Aug-2006 15:43:24
Branch: HEAD Handle: 2006082214432400
Modified files:
openpkg-tools/cmd build.pl
Log:
allow .curlrc files for passive FTP, etc.
Summary:
Revision Changes Path
1.36 +2 -2 openpkg-tools/cmd/build.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/build.pl
============================================================================
$ cvs diff -u -r1.35 -r1.36 build.pl
--- openpkg-tools/cmd/build.pl 18 Aug 2006 13:12:37 -0000 1.35
+++ openpkg-tools/cmd/build.pl 22 Aug 2006 13:43:24 -0000 1.36
@@ -840,7 +840,7 @@
if ($fetch =~ /^\w+:/) {
# looks like URL scheme
print "# fetching XML/RDF index from URL $fetch\n";
- $path = $config->{"curl"} . " -q -s -o - \"$fetch\" |";
+ $path = $config->{"curl"} . " -s -o - \"$fetch\" |";
$path .= "$bzip2 -dc |" if ($fetch =~ /\.bz2$/);
} else {
print "# reading XML/RDF index from file $fn\n";
@@ -2521,7 +2521,7 @@
npriv($config->{"mkp"} . " $ppkg").
" )";
} elsif (defined $_->{prefix}) {
- $cmd1 = npriv($config->{"curl"} . " -q -s -o $bpkg $spkg");
+ $cmd1 = npriv($config->{"curl"} . " -s -o $bpkg $spkg");
} else {
$cmd1 = npriv($config->{"rpm"} . "$opt --rebuild $spkg");
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]