Skip to content
Snippets Groups Projects
Commit cce857c4 authored by david_williams's avatar david_williams
Browse files

add pack200 to promote script

parent e1130de3
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,12 @@
function usage() {
printf "\n\tUsage: %s [-v] [-d] [-s] [-c] [-z] [-p] projectname " $(basename $0) >&2
printf "\n\t\t%s\n\n" "where <projectname> (for -p) is wtp-R2.0-M, wtp-R3.0-I, wtp-R3.0-N, etc." >&2
printf "\n\t\t%s\n\n" "v: verbose, d: deleteOld, s: sendMail, c: doCopy, z: processArtifacts" >&2
printf "\n\t\t%s\n\n" "(processArtifacts can be very long running)" >&2
printf "\n\t\t%s\n" "where <projectname> (for -p) is wtp-R2.0-M, wtp-R3.0-I, wtp-R3.0-N, etc." >&2
printf "\n\t\t%s\t\t%s\n" "-v" "verbose" >&2
printf "\n\t\t%s\t\t%s\n" "-d" "delete old builds" >&2
printf "\n\t\t%s\t\t%s\n" "-s" "send notification mail" >&2
printf "\n\t\t%s\t\t%s\n" "-c" "copy the build from committers to downloads" >&2
printf "\n\t\t%s\t\t%s\n" "-z" "process artifacts (create pack200 gz jars, etc.) Remember, is long running." >&2
}
source rsync-retry.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment