Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
c88b5626
Commit
c88b5626
authored
Mar 15, 2019
by
Bertrand Gauthier
Browse files
Script git utile pour travailler sur les modules unicaen
parent
06b6d0a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
git-commit-push-unicaen.sh
View file @
c88b5626
#!/usr/bin/env bash
cd
/home/gauthierb/workspace/unicaen-skeleton-application/vendor/unicaen/app
[[
-z
$1
]]
&&
echo
"Veuillez spécifier le message de commit en argument, svp."
&&
exit
1
cd
../app
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../auth
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../bjy-authorize
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../faq
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../import
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../ldap
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../leocarte
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../oracle
&&
git add
.
&&
git commit
-m
"Corrections pour passer à ZF3."
&&
git push
;
\
cd
../../..
&&
\
../satis-build
cd
vendor/unicaen/app
echo
"############## app ################"
;
cd
../app
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
\
echo
"############## auth ################"
;
cd
../auth
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
\
echo
"############## bjy-authorize ################"
;
cd
../bjy-authorize
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
\
echo
"############## faq ################"
;
cd
../faq
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
\
echo
"############## import ################"
;
cd
../import
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
\
echo
"############## ldap ################"
;
cd
../ldap
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
\
echo
"############## leocarte ################"
;
cd
../leocarte
&&
git add
.
&&
git commit
-m
"
$1
"
;
git push
;
git-status-unicaen.sh
0 → 100755
View file @
c88b5626
#!/usr/bin/env bash
cd
vendor/unicaen/app
echo
""
;
echo
"####### app ###########"
;
cd
../app
&&
git status
-s
;
\
echo
""
;
echo
"####### auth ##########"
;
cd
../auth
&&
git status
-s
;
\
echo
""
;
echo
"####### bjy-authorize ##########"
;
cd
../bjy-authorize
&&
git status
-s
;
\
echo
""
;
echo
"####### faq ##########"
;
cd
../faq
&&
git status
-s
;
\
echo
""
;
echo
"####### import ##########"
;
cd
../import
&&
git status
-s
;
\
echo
""
;
echo
"####### ldap ##########"
;
cd
../ldap
&&
git status
-s
;
\
echo
""
;
echo
"####### leocarte ##########"
;
cd
../leocarte
&&
git status
-s
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment