http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5627580
)
do not return if commit failed
author
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 5 May 2008 20:08:07 +0000
(
00:08
+0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 5 May 2008 20:08:07 +0000
(
00:08
+0400)
etersoft/update_branches.sh
patch
|
blob
|
blame
|
history
diff --git
a/etersoft/update_branches.sh
b/etersoft/update_branches.sh
index ae28c410421e7e67b0e83fff18ffad910f437c23..43b8f313d57f7dd4dd2f34da1e011ac2ca0e3a62 100755
(executable)
--- a/
etersoft/update_branches.sh
+++ b/
etersoft/update_branches.sh
@@
-40,11
+40,11
@@
git commit libs/wine/config.c -m "Update source version"
git checkout master || exit 1
echo "Autoconf in master..."
autoconf -f
-git commit configure -m "Build our configure"
|| exit 1
+git commit configure -m "Build our configure"
git checkout eterhack || exit 1
echo "Autoconf in eterhack..."
autoconf -f
-git commit configure -m "Build our configure"
|| exit 1
+git commit configure -m "Build our configure"
echo "All done correctly"