]> gitweb.fluxo.info Git - hydra.git/commitdiff
Mass cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Mar 2016 19:24:27 +0000 (16:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Mar 2016 19:24:27 +0000 (16:24 -0300)
share/hydra/mass
share/hydra/mass-update [deleted symlink]

index 3b1ed2de350f0454e530e5edb4af12e26d7ab000..a716bae4f7c6c114dfa8f63ef12291ba2d3221c4 100755 (executable)
@@ -61,9 +61,7 @@ BASEDIR="/tmp"
 set_nodes
 
 # Validation
-if [ "$BASENAME" == "mass-update" ]; then
-  COMMAND="aptitude update"
-elif [ "$BASENAME" == "mass-upgrade" ]; then
+if [ "$BASENAME" == "mass-upgrade" ]; then
   COMMAND="DEBIAN_FRONTEND=noninteractive hydractl upgrade clean"
 elif [ "$BASENAME" == "mass-web" ]; then
   set_nodes web
diff --git a/share/hydra/mass-update b/share/hydra/mass-update
deleted file mode 120000 (symlink)
index 698f7d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-mass
\ No newline at end of file