projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f19baf
)
Fix sync_local() to return 0 when a appropriate. Thanks to
author
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Dec 2007 08:21:39 +0000
(08:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Dec 2007 08:21:39 +0000
(08:21 -0000)
Alon Bar-Lev" <alonbl@gentoo.org>
svn path=/main/trunk/; revision=9055
bin/emerge-webrsync
patch
|
blob
|
history
diff --git
a/bin/emerge-webrsync
b/bin/emerge-webrsync
index eefba192a73133d2bb3330792f7d86662bcab564..a3c7e9130153cf75190fe7e60286e32a271f4061 100755
(executable)
--- a/
bin/emerge-webrsync
+++ b/
bin/emerge-webrsync
@@
-192,6
+192,7
@@
sync_local() {
emerge --metadata
fi
[ -x /etc/portage/bin/post_sync ] && /etc/portage/bin/post_sync
+ return 0
}
do_snapshot() {