|
From: <ma...@us...> - 2013-02-20 21:48:50
|
Revision: 1514
http://openautomation.svn.sourceforge.net/openautomation/?rev=1514&view=rev
Author: mayerch
Date: 2013-02-20 21:48:41 +0000 (Wed, 20 Feb 2013)
Log Message:
-----------
Remove bad development releases.
Fix build scripts.
Modified Paths:
--------------
CometVisu/_support/make_release.sh
CometVisu/trunk/Makefile
Removed Paths:
-------------
CometVisu/branches/release_0.8.0~pre1/
CometVisu/branches/release_0.8.0~pre2/
Modified: CometVisu/_support/make_release.sh
===================================================================
--- CometVisu/_support/make_release.sh 2013-02-20 21:23:54 UTC (rev 1513)
+++ CometVisu/_support/make_release.sh 2013-02-20 21:48:41 UTC (rev 1514)
@@ -28,6 +28,8 @@
"https://openautomation.svn.sourceforge.net/svnroot/openautomation/CometVisu/trunk" \
"https://openautomation.svn.sourceforge.net/svnroot/openautomation/CometVisu/branches/$RELEASE_DIR"
+$SVN_CMD propdel svn:ignore ../branches/$RELEASE_DIR
+
# NOTE: the script assumes that the branches live at .../CometVisu/branches
cd ../branches
Modified: CometVisu/trunk/Makefile
===================================================================
--- CometVisu/trunk/Makefile 2013-02-20 21:23:54 UTC (rev 1513)
+++ CometVisu/trunk/Makefile 2013-02-20 21:48:41 UTC (rev 1514)
@@ -15,6 +15,7 @@
all: docs build
docs:
+ ls -l
${YUIDOCPATH}/bin/yuidoc.py src/lib src/designs -p docs/parser -o docs -t build/template\
-v ${VERSION} -C "The CometVisu developers (please consult the <a href=\"../AUTHORS\">AUTHORS</a> file)" --showprivate -m ${PROJECT}\
-u "http://cometvisu.org/"
@@ -23,9 +24,11 @@
${LINT} ${SRC}
release:
+ ls -l
chmod a+rw src/backup
chmod a+rw src/visu_config*.xml
- cp -rfp src/* release
+ mkdir ./release
+ cp -rfp ./src ./release
find release -path "*/.svn" -exec rm -rf {} +
release/structure/pure.$(TIMESTAMP).js: release $(STRUCTURE_PURE_SRC)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|