Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-07-07 06:31:06 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-07-07 06:31:06 (GMT)
commit7de33fbb6b9517035a630cd877fe00bb03cd2bd8 (patch)
tree391f96650f3d7b118ba41a0d65597e8418dfca06 /misc
parentf23c35f7af3e9125ce562b9e568350a990e23b73 (diff)
Provide mount name from mount/unmount events and mounts() function
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/aslo_sync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/aslo_sync.py b/misc/aslo_sync.py
index 792b0c4..303bb15 100755
--- a/misc/aslo_sync.py
+++ b/misc/aslo_sync.py
@@ -64,13 +64,13 @@ volume = None
def main():
if not volume['context'].exists(SN_GUID):
- volume['context'].create(guid=SN_GUID, type='application',
+ volume['context'].create(guid=SN_GUID, type='project',
title='Sugar Network', summary='Sugar Network',
description='Sugar Network', user=['aslo'],
layer=['public'], ctime=time.time(), mtime=time.time())
if not volume['context'].exists(SUGAR_GUID):
- volume['context'].create(guid=SUGAR_GUID, type='application',
+ volume['context'].create(guid=SUGAR_GUID, type='project',
title='Sugar', summary='Sugar', description='Sugar',
user=['aslo'],
layer=['public'], ctime=time.time(), mtime=time.time())