Update Artifactory URL
Updates the artifactory URL to point to the new Artifactory
server.
Change-Id: I3d6b67861037364da32e571a5d61cc2aa83af978
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/tools/cleanupRepo.py b/tools/cleanupRepo.py
index d25b5c5..997d6bf 100755
--- a/tools/cleanupRepo.py
+++ b/tools/cleanupRepo.py
@@ -28,7 +28,7 @@
arg_parser=argparse.ArgumentParser(description="Tool to retrieve the latest build from the artifactory server")
arg_parser.add_argument('--branch',default=None)
arg_parser.add_argument('repo')
-arg_parser.add_argument('--url',default='http://osm1.etsi.org:8081/')
+arg_parser.add_argument('--url',default='https://artifactory-osm.etsi.org/)
arg_parser.add_argument('--keep',default=5)
arg_parser.add_argument('--password',default='')
arg_parser.add_argument('--debug',default=None)