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
# From the last release to the HEAD of master | |
# find all commits with a Jira key | |
$ git log <branch_A>..<branch_B> 2> /dev/null | grep -Eo "[A-Za-z]+-[0-9]+" | sort | uniq | |
# checkout the same branch across multiple repos | |
$ ls | xargs -P10 -I{} git -C {} checkout <branch_name> | |
# make an alias to run a git command across multiple repo, add to ~/.bashrc or ~/.zshrc | |
alias agit="ls | xargs -P10 -I{} git -C {}" |
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
#GLOBAL | |
HTTPRESPONSE="json" | |
SUCCESS="success" | |
#TEST | |
#UIARTFCT="org.acs.cq-code-476" | |
#UILOC="/appl/bamboo-home/xml-data/build-dir/393217/CQ5-MASTER-JOB1/ui/target/" | |
#AUTHORHOST="cmsautdev.acs.org" | |
#AUTHORPORT="443" | |
#AUTHORPROTOCOL="https://" |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>International Center Search</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<!-- Search Engine Verify for Home Page --> | |
<meta name="msvalidate.01" content="3D92C0EE929BE04567ECFDE4F390DC96" /> | |
<meta name="google-site-verification" content="xL7RtAlI13QtadjUtrjw9-TnDxGRYmO6ysBvEd9_xwQ" /> | |
<meta name="y_key" content="1940ff70ba0e0bee" /> |