summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-24 20:46:18 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-24 20:46:18 +0100
commitfd88f05165883e7f055b665e09bdcac15da380b6 (patch)
tree68632842c82ca6c84648229db331ea9c705c6b60
parent679b0d66506a59ddd49d5798281b2226fb2c1bd3 (diff)
bin/pkg: Removed redundant git remote origin from vcs_*
-rwxr-xr-xbin/pkg2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pkg b/bin/pkg
index dc7cb7a..8641652 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -230,12 +230,10 @@ function vcs_log {
function vcs_upgrade {
git pull $PKG_ROOT/${PWD:t} master
- git remote update
}
function vcs_push {
git push $PKG_ROOT/${PWD:t} master
- git remote update
}
function vcs_status {