diff options
Diffstat (limited to 'arch-up')
-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() { |