Lines Matching full:echo
28 echo "usage: `basename $0` -user EMAIL -stable-version X.Y -r NUM"
29 echo ""
30 echo " -user EMAIL Your email address for logging into bugzilla."
31 echo " -stable-version X.Y The stable release version (e.g. 4.0, 5.0)."
32 echo " -r NUM Revision number to merge (e.g. 1234567)."
33 echo " This option can be specified multiple times."
34 echo " -bugzilla-bin PATH Path to bugzilla binary (optional)."
35 echo " -assign-to EMAIL Assign bug to user with EMAIL (optional)."
36 echo " -dry-run Print commands instead of executing them."
70 dryrun="echo"
77 echo "unknown option: $1"
86 echo "error: no stable version specified"
110 echo "error: invalid stable version"
116 echo "error: no revisions specified"
121 echo "error: bugzilla username not specified."
128 echo "error: could not find bugzilla executable."
129 echo "Make sure the bugzilla cli tool is installed on your system: "
130 echo "pip install python-bugzilla (recommended)"
131 echo ""
132 echo "Fedora: dnf install python-bugzilla"
133 echo "Ubuntu/Debian: apt-get install bugzilla-cli"
142 echo "***************************** Error ** ********************************"
143 echo "You are using an older version of the bugzilla cli tool, which is not "
144 echo "supported. You need to use bugzilla cli version 2.0.0 or higher:"
145 echo "***********************************************************************"
156 echo "Checking for duplicate bugs..."
161 echo "Duplicate bug found:"
162 echo $check_duplicates
166 echo "Done"
174 echo "warning: failed to get commit message."
181 commit_summary=`echo "$commit_msg" | sed '4q;d' | cut -c1-80`
209 echo "Failed to create bug."
213 echo " Created new bug:"
214 echo https://llvm.org/PR$bug_id