aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2012-04-17 19:37:04 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2012-04-17 19:37:04 +0400
commit9b9bc8d0c999c90bfbe9a319ef7fa05b4033a8cf (patch)
treec9e6165b9e4317e3695bd6a58865d50548d37191 /scripts
parentfe3ecd253228fdb106c133827ff593a5b2329b4a (diff)
Added backwards compatibility with old script for android builds
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish_to_snapshots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index cfb8d4c..7e43126 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -68,7 +68,7 @@ class SnapshotsPublisher(object):
build_dir_path = os.path.join(uploads_path, build_path)
user_name = ret_val[0]
job_name = '_'.join(ret_val[1:])
- target_dir = '/'.join([args.job_type, user_name, job_name,
+ target_dir = '/'.join([args.job_type, "~%s" % user_name, job_name,
str(args.build_num)])
target_dir_path = os.path.join(target_path, target_dir)
elif args.job_type == "kernel-hwpack":