[Hejes-devel] [1066] improved dbblog/Makefile
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Wed Dec 25 18:41:54 CET 2013
Revision: 1066
Author: mihaltz
Date: 2013-12-25 18:41:54 +0100 (Wed, 25 Dec 2013)
Log Message:
-----------
improved dbblog/Makefile
Modified Paths:
--------------
trunk/misc/dbblog/Makefile
Modified: trunk/misc/dbblog/Makefile
===================================================================
--- trunk/misc/dbblog/Makefile 2013-12-25 17:41:10 UTC (rev 1065)
+++ trunk/misc/dbblog/Makefile 2013-12-25 17:41:54 UTC (rev 1066)
@@ -39,13 +39,12 @@
# 1. svn add & commit any new blog images
cd $(DEVDIR)/static/blog ; \
svn add ./* ; \
- svn commit -m "new blog image(s) (new blog post(s))"
-# 2. make new db dump & svn commit
+ svn commit -m "new blog image(s) for new blog post(s)"
+# 2. make new db dump
make dump_db
- svn commit dump_dbhelyesblog.sql.zip -m "updated dbhelyesblog dump (new blog post(s))"
# 3. run sitemap.xml updater & svn commit
python ./sitemap_updater.py
- svn commit ../../web2py/applications/helyesiras_webdev/static/sitemap.xml -m "updated sitemap xml (new blog post(s))"
+ svn commit dump_dbhelyesblog.sql.zip ../../web2py/applications/helyesiras_webdev/static/sitemap.xml -m "new blogpost(s), updated sitemap.xml"
# ------------------------------------------------------------------------------
More information about the Hejes-devel
mailing list