This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# You must run this in the Sakai working directory in master branch | |
# chcherrypick.sh -u (to update your repo) | |
# chcherrypick.sh -m (to check the list of pending cherry picks even they are not Verified in jira) | |
# chcherrypick.sh (to check the list of pending cherry picks) | |
# | |
SEPARATOR=$'\n'"###" | |
SEPARATOREND="###" | |
CNT=1 |