Browse Source

* changed `sde pkg up` to call Download in quite mode

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20713 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 18 years ago
parent
commit
d41b95b126
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/sde-package/update.in

+ 2
- 2
lib/sde-package/update.in

@ -45,7 +45,7 @@ package_do_update() {
fi
cd "$SDEROOT"
./scripts/Download "$pkg" && ./lib/sde-package/patch-cksum.sh "$pkg" | patch -p0
./scripts/Download -q "$pkg" && ./lib/sde-package/patch-cksum.sh "$pkg" | patch -p0
}
package_update_md5() {
@ -79,7 +79,7 @@ package_update_md5() {
confdir=$( ls -1d $SDEROOT/package/*/$pkg 2> /dev/null || true )
if [ -z "$confdir" -o ! -f "$confdir/$pkg.desc" ]; then
echo_error "Failed to detect package name for '$file'."
echo_error "Failed to detect package name for '$file' ($pkg)."
continue
fi

Loading…
Cancel
Save