[go: up one dir, main page]

0% found this document useful (0 votes)
25 views2 pages

Git CMD

The document contains commands for tagging, exporting, and pushing code from several git repositories to coordinate a software release. Directory paths and dates are included in the commands.

Uploaded by

itsme300
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

Git CMD

The document contains commands for tagging, exporting, and pushing code from several git repositories to coordinate a software release. Directory paths and dates are included in the commands.

Uploaded by

itsme300
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

cd ~/samba/views/nincg3/ai_nissan_hmi && git log --oneline bf85a6d..

391e458 | cut -
d " " -f 2 | sed "s/.*(\(NCG3D.*\)).*/\1/" >> ~/samba/views/1831 && cd
../ai_nissan_hmi_bin && git log --oneline 0262653..5ea2bd7 | cut -d " " -f 2 | sed
"s/.*(\(NCG3D.*\)).*/\1/" >> ~/samba/views/1831

cd ../ai_midw && git log --oneline a9b1fcf..144b2bd | cut -d " " -f 2 | sed
"s/.*(\(NCG3D.*\)).*/\1/" >> ~/samba/views/1831

cd ~/samba/views/nincg3/ai_nissan_hmi && git tag -a CC_EXPORT_18_1_`date +%Y-%m-%d`


"824529fd" -m "AI_NISSAN_HMI_JP_QLU5_08" && git push origin CC_EXPORT_18_1_`date +
%Y-%m-%d`

cd ~/samba/views/nincg3/ai_nissan_hmi_bin && git tag -a CC_EXPORT_18_1_`date +%Y-


%m-%d` "725dc3ff9" -m "AI_NISSAN_HMI_BIN_JP_QLU5_01" && git push origin
CC_EXPORT_18_1_`date +%Y-%m-%d`

cd /home/aeu5cob/samba/views/nincg3/ai_nissan_hmi && git checkout


nissan_ncg3_18_1_int && git pull && git tag -a HMI_EXPORT_18_1_2020-12-11 "bf85a6d"
-m "AIVI_NIGHTLY_18_1_2020_12_10_1" && git push origin HMI_EXPORT_18_1_2020-12-11

cd /home/aeu5cob/samba/views/nincg3/ai_nissan_hmi_bin && git checkout


nissan_ncg3_18_1_int && git pull && git tag -a HMI_EXPORT_18_1_2020-12-11 "0262653"
-m "AIVI_NIGHTLY_18_1_2020_12_10_1 " && git push origin HMI_EXPORT_18_1_2020-12-11

cd /home/aeu5cob/samba/views/nincg3/ai_midw && git checkout nissan_ncg3_18_1_int &&


git pull && git tag -a MIDW_EXPORT_18_1_2020-12-11 "a9b1fcf" -m
"AIVI_NIGHTLY_18_1_2020_12_10_1" && git push origin MIDW_EXPORT_18_1_2020-12-11

git log --oneline 06a2460043..a36f1ef | cut -d " " -f 2 | sed "s/.*(\


(NCG3D.*\)).*/\1/" >> ~/samba/views/1827 && cd ../ai_nissan_hmi_bin && git log --
oneline d90bdf3..db17871 | cut -d " " -f 2 | sed "s/.*(\(NCG3D.*\)).*/\1/" >>
~/samba/views/1827 && cd ../ai_midw && git log --oneline 715ae49a..bdddf9a | cut -d
" " -f 2 | sed "s/.*(\(NCG3D.*\)).*/\1/" >> ~/samba/views/1827

git tag -a CC_EXPORT_18_1_`date +%Y-%m-%d` "824529fd8e" -m


"AI_NISSAN_HMI_JP_QLU5_08" && git push origin CC_EXPORT_18_1_`date +%Y-%m-%d`

git tag -a CC_EXPORT_18_1_2020-11-06 "9c96167755" -m "AI_NISSAN_HMI_JP_QLU5_07" &&


git push origin CC_EXPORT_18_1_2020-11-06

python3 ~/samba/views/built-in_quality/changelog/parse_changelog.py --
manifestsdir /home/aeu5cob/samba/views/rn_aivi_18.1_stabi/.repo/manifests --
manifests default_static.xml --from_tag AI_PRJ_RN_AIVI_18.51V29 --format html
git tag -m "AI_PRJ_RN_AIVI_18.51V30" --annotate "AI_PRJ_RN_AIVI_18.51V30"
nissan_ncg3_18_1_int

git push origin "AI_PRJ_RN_AIVI_18.51V29"

repo init -u cm_gerrit:projects/aivi/manifests -b rn_aivi_prj_18.1_stabi -m


default.xml --reference=/media/repoAIVI_mirror

repo init -u cm_gerrit:projects/aivi/manifests -b refs/tags/AI_PRJ_RN_AIVI_18.51V29


-m default_static.xml --reference=/media/repoAIVI_mirror
\\bosch.com\DfsRB\DfsJP\DIV\CM\ENG\PROJECT\Nissan\Alliance-IVI\SW_Releases\
test_builds\AIVI_NIGHTLY_18_1_2020_12_13_1\rnaivi_prd\stick

rsync -r --copy-links
/home/aeu5cob/samba/views/Secure_boot_binaries/AIVI_NIGHTLY_18_1_2020_12_13_1/
stick/rnaivi_prd
/media/BinaryExchange_Servers/COB_Bin_Server/IMX6/test_builds/AIVI_NIGHTLY_18_1_202
0_12_13_1/

You might also like