Page MenuHomeDevCentral

Deploy script performs a 'make' instead of a 'make clean all'
Closed, ResolvedPublic

Description

Expected behavior: make clean all

Current behavior: seems to be a make

Symptom:

$ ../bin/deploy
mv: rename vendor/dereckson/source-templates-generator to wikimedia/write/sourcetemplatesgenerator/source-templates-generator: Directory not empty
*** Error code 1

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Normal.
dereckson updated the task description. (Show Details)
dereckson added a project: Nasqueron Tools.
dereckson added a subscriber: dereckson.

Fixed, new script available as P30.

/home/dereckson ] bash -c 'diff -u <(arc paste P13) <(arc paste P30)'
--- /dev/fd/63  2014-07-04 18:03:20.000000000 +0000
+++ /dev/fd/62  2014-07-04 18:03:20.000000000 +0000
@@ -46,7 +46,7 @@
 
     if [ "$branch_name" = "$DEFAULTBRANCH" ]; then
         su $WWWUSER -c "$GIT pull $REPO"
-        su $WWWUSER -c make clean all
+        su $WWWUSER -c "make clean all"
         exit
     fi