Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-aslo-and-content.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-02 00:26:34 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-02 00:26:34 (GMT)
commit4554ade42567154f91dc153b1c41f9c92dbd13b2 (patch)
tree628645ec361db6a88cc96444ee7198e92c95ea70 /soas-aslo-and-content.ks
parent21b54cc797a1c51a876031fe2f10d8a11db60c81 (diff)
don't get python scripts from other branches
Diffstat (limited to 'soas-aslo-and-content.ks')
-rw-r--r--soas-aslo-and-content.ks4
1 files changed, 2 insertions, 2 deletions
diff --git a/soas-aslo-and-content.ks b/soas-aslo-and-content.ks
index dcda2cd..6e6a4fe 100644
--- a/soas-aslo-and-content.ks
+++ b/soas-aslo-and-content.ks
@@ -86,10 +86,10 @@ for pdf in $PDFS ; do
done
# get the script to install the activities
-curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/2d1057e6d8e74aecfa82c0b8e51a2c8d772a7923/install-activity.py
+cp -p $WD/../install-activity.py .
# get sample content setup script directly from git
-curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/8ad00566985860f9891aea714c74e5430e9c395d/copy-to-datastore.py
+cp -p $WD/../copy-to-datastore.py .
chown -R 500:500 $BUNDLES_DIR
cd $WD