aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-01-30 15:29:04 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-01-30 15:29:04 +0400
commit7d1d20631addc718aaa4063a3cc949b9da0f7ff1 (patch)
treee9e2796be944438ac7e45ddec7a92ce0fcb379b4 /scripts
parentaae3dc39e5ab51e243815d46dc9972661e155192 (diff)
Notify user that nothing was published
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish_to_snapshots.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index c03b6f3..54f3c01 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -397,7 +397,8 @@ def main():
return FAIL
ret = publisher.check_buildinfo(build_dir_path)
if ret != PASS:
- print "BUILD-INFO.txt is not present in artifacts being published"
+ print "BUILD-INFO.txt is not present in build."
+ print "WARNING: Nothing was published because BUILD-INFO.txt is absent."
# Remove artifacts from upload dir
if os.path.isdir(build_dir_path):
shutil.rmtree(build_dir_path)