summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-08-06 21:46:56 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-08-06 21:46:56 +0200
commitf6fd7bd59c05280092de5f978d87119624612012 (patch)
tree4fd86e3ee2d566272df7ac119c6a1aaefba37d80
parent99c24563aec1ae65a92a5b59eb8aa6d7292058fd (diff)
downloadbin-f6fd7bd59c05280092de5f978d87119624612012.zip
bin-f6fd7bd59c05280092de5f978d87119624612012.tar.gz
arch-up: cleanup
-rwxr-xr-xarch-up4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch-up b/arch-up
index 2f6ad7d..6f2603e 100755
--- a/arch-up
+++ b/arch-up
@@ -51,7 +51,7 @@ function update_makepkg () {
}
function update_e17() {
- run "e17_build.sh -u -m --sudopwd=$PASSWD $@"
+ run "easy_e17.sh -u -m --sudopwd=$PASSWD $@"
sudo_run "find /opt/e17 -mtime +30 ! -type d -exec rm '{}' \;"
if [ -e ~/local/eperiodique ]; then
cd ~/local/eperiodique
@@ -59,8 +59,6 @@ function update_e17() {
echo "update eperiodique" && ./autogen.sh --prefix=/usr >/dev/null && make >/dev/null && sudo make install >/dev/null
fi
fi
- echo "push e17 to HMSA"
- cd ~/local/e17_src && git push hmsa
}
function check_etc_git() {