[Hejes-devel] [1669] fixed indentation errror

hejes-devel at nytud.hu hejes-devel at nytud.hu
Wed Oct 12 11:05:42 CEST 2016


Revision: 1669
Author:   mittelholcz
Date:     2016-10-12 11:05:42 +0200 (Wed, 12 Oct 2016)
Log Message:
-----------
fixed indentation errror

Modified Paths:
--------------
    Makefile
    maintenance.log

Modified: Makefile
===================================================================
--- Makefile	2016-10-11 13:23:44 UTC (rev 1668)
+++ Makefile	2016-10-12 09:05:42 UTC (rev 1669)
@@ -7,10 +7,10 @@
 
 # This target is used to check if variable TAG was set
 check-tag:
-        if test "$(TAG)" = "" ; then \
-            echo "Error: TAG not set"; \
-            exit 1; \
-        fi
+	if test "$(TAG)" = "" ; then \
+		echo "Error: TAG not set"; \
+		exit 1; \
+	fi
 
 # This target is used to check if the directory tags/$(TAG) exists
 check-tag-dir: check-tag
@@ -40,7 +40,7 @@
 	sudo svn export --force --depth=files ./tags/$(TAG)/web2py $(DIR)
 	sudo chown -R www-data:www-data $(DIR)/*
 	sudo chmod -R g+w $(DIR)/*
-	python -m compileall $(DIR)/applications/$(APPDIR)
+	sudo python -m compileall $(DIR)/applications/$(APPDIR)
 	hostname >> maintenance.log
 	date >> maintenance.log
 	echo "Deployed $(TAG) to $(DIR)/applications/$(APPDIR)" >> maintenance.log

Modified: maintenance.log
===================================================================
--- maintenance.log	2016-10-11 13:23:44 UTC (rev 1668)
+++ maintenance.log	2016-10-12 09:05:42 UTC (rev 1669)
@@ -145,3 +145,6 @@
 szotar.nytud.hu
 2015. márc.  6., péntek, 14.26.38 CET
 Restarted uwsgi
+xps
+2016. okt. 11., kedd, 17:44:50 CEST
+Deployed release-1.3.6 to /opt/web2py/applications/helyesiras




More information about the Hejes-devel mailing list