aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-05 21:29:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-05 21:29:38 +0000
commita763efa94267d32ad515589893e347ed82a7376e (patch)
tree958c77612ceaae1a9bccd08430440f5b74e971d0
parent71b9ca10f7a345aad054593b3508311c17958ce2 (diff)
added sed to modify the HTML for new releases
svn path=/trunk/externals/hardware/arduino/; revision=12536
-rwxr-xr-xmake-release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-release.sh b/make-release.sh
index 97945f2..8944a03 100755
--- a/make-release.sh
+++ b/make-release.sh
@@ -28,6 +28,9 @@ cp -a ${FIRMATA_DIR}.zip ${PDUINO_DIR}.zip ~/code/works/pd/
cd ~/code/works/pd
cvs add ${FIRMATA_DIR}.zip ${PDUINO_DIR}.zip
+# change the versions in the HTML
+sed -i "s|Firmata-[0-9][.0-9A-Za-z_-]*\.zip|${FIRMATA_DIR}.zip|g" objects.html
+sed -i "s|Pduino-[0-9][.0-9A-Za-z_-]*\.zip|${PDUINO_DIR}.zip|g" objects.html