Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2009-01-13 23:54:09 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2009-01-13 23:54:09 (GMT)
commitccb6daa5acadc1339ab54bb60a6fffec7d37fb37 (patch)
tree2fc656f8c6ba243a839b6432eaa5328f653a306c
parentfd7466397a4b5c6c74357d199df0a34d5f014695 (diff)
Remove update_sharedstate script
-rwxr-xr-xupdate_sharedstate11
1 files changed, 0 insertions, 11 deletions
diff --git a/update_sharedstate b/update_sharedstate
deleted file mode 100755
index 7a92b09..0000000
--- a/update_sharedstate
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-SSDIR=sharedstate.git
-SSGIT=git://dev.laptop.org/projects/sharedstate
-if [ -e ${SSDIR} ]; then
- cd ${SSDIR}
- git-pull ${SSGIT}
- cd ..
-else
- git-clone ${SSGIT} ${SSDIR}
- ln -s ${SSDIR}/sharedstate sharedstate
-fi