Meta scripts to do the entire release process with a single script invocation

Change-Id: If9826cff51978a4cc4147d9b437c3c4098b9c6c0
diff --git a/tools/build/check-uploaded-maven-artifacts b/tools/build/check-uploaded-maven-artifacts
index e81d35c..0db1d04 100755
--- a/tools/build/check-uploaded-maven-artifacts
+++ b/tools/build/check-uploaded-maven-artifacts
@@ -38,7 +38,7 @@
     expectedSha1 = localArtifactSha.hexdigest()
 
     if localSize != remoteSize:
-        print 'Size is wrong local ' + str(localSize) + ' but found remote ' + str(remoteSize)
+        print 'Size for ' + remoteUrl + ' is wrong local ' + str(localSize) + ' but found remote ' + str(remoteSize)
         sys.exit(1)
 
     sha1 = ''