diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-06 21:46:56 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-06 21:46:56 +0200 |
commit | f6fd7bd59c05280092de5f978d87119624612012 (patch) | |
tree | 4fd86e3ee2d566272df7ac119c6a1aaefba37d80 | |
parent | 99c24563aec1ae65a92a5b59eb8aa6d7292058fd (diff) | |
download | bin-f6fd7bd59c05280092de5f978d87119624612012.zip bin-f6fd7bd59c05280092de5f978d87119624612012.tar.gz |
arch-up: cleanup
-rwxr-xr-x | arch-up | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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() { |