-
Notifications
You must be signed in to change notification settings - Fork 6
/
update_submodules.sh
executable file
·35 lines (33 loc) · 3.51 KB
/
update_submodules.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
source "update_functions.sh"
#El tercer paràmetre només es posa si el repositori és nostre per poder-hi escriure
gitcheckout "src/testlib" "master" "[email protected]:projectestac/testlib_PHP.git"
gitcheckout "src/wp-content/mu-plugins/common" "master" "[email protected]:projectestac/wordpress-mu-common.git"
gitcheckout "src/wp-content/plugins/add-to-any" "master" "[email protected]:projectestac/wordpress-add-to-any.git"
gitcheckout "src/wp-content/plugins/anti-spam" "master" "[email protected]:projectestac/wordpress-anti-spam.git"
gitcheckout "src/wp-content/plugins/blogger-importer" "master" "[email protected]:projectestac/wordpress-blogger-importer.git"
gitcheckout "src/wp-content/plugins/google-analyticator" "master" "[email protected]:projectestac/wordpress-google-analyticator.git"
gitcheckout "src/wp-content/plugins/google-calendar-events" "master" "[email protected]:projectestac/wordpress-gce.git"
gitcheckout "src/wp-content/plugins/multisite-plugin-manager" "master" "[email protected]:projectestac/wordpress-multisite-plugin-manager.git"
gitcheckout "src/wp-content/plugins/slideshare" "master" "[email protected]:projectestac/wordpress-slideshare.git"
gitcheckout "src/wp-content/plugins/slideshow-jquery-image-gallery" "master" "[email protected]:projectestac/wordpress-slideshow-jig.git"
gitcheckout "src/wp-content/plugins/tinymce-advanced" "master" "[email protected]:projectestac/wordpress-tinymce-advanced.git"
gitcheckout "src/wp-content/plugins/wordpress-importer" "master" "[email protected]:projectestac/wordpress-importer.git"
gitcheckout "src/wp-content/plugins/wordpress-php-info" "master" "[email protected]:projectestac/wordpress-php-info.git"
gitcheckout "src/wp-content/plugins/wordpress-social-login" "master" "[email protected]:projectestac/wordpress-social-login.git"
gitcheckout "src/wp-content/plugins/wp-recaptcha" "master" "[email protected]:projectestac/wordpress-recaptcha.git"
gitcheckout "src/wp-content/plugins/wp-super-cache" "master" "[email protected]:projectestac/wordpress-super-cache.git"
gitcheckout "src/wp-content/plugins/xtec-ldap-login" "master" "[email protected]:projectestac/wordpress-xtec-ldap-login.git"
gitcheckout "src/wp-content/plugins/xtec-mail/lib" "master" "[email protected]:projectestac/mailer.git"
gitcheckout "src/wp-content/plugins/xtec-ms-manager" "master" "[email protected]:projectestac/wordpress-xtec-ms-manager.git"
gitcheckout "src/wp-content/themes/fukasawa" "master" "[email protected]:projectestac/wordpress-theme-fukasawa.git"
gitcheckout "src/wp-content/themes/reddle" "master" "[email protected]:projectestac/wordpress-theme-reddle.git"
gitcheckout "src/wp-content/themes/twentyeleven" "master" "[email protected]:projectestac/wordpress-theme-twentyeleven.git"
gitcheckout "src/wp-content/themes/twentyfifteen" "master" "[email protected]:projectestac/wordpress-theme-twentyfifteen.git"
gitcheckout "src/wp-content/themes/twentyten" "master" "[email protected]:projectestac/wordpress-theme-twentyten.git"
gitcheckout "src/wp-content/themes/twentytwelve" "master" "[email protected]:projectestac/wordpress-theme-twentytwelve.git"
gitcheckout "src/wp-content/themes/twentysixteen" "master" "[email protected]:projectestac/wordpress-theme-twentysixteen.git"
gitcheckout "src/wp-includes/xtec" "master" "[email protected]:projectestac/wordpress-xtec.git"
gitcheckout "src/wp-content/plugins/widget-options" "master" "https://github.com/phpbits/widget-options.git"
gitcheckout "src/wp-content/plugins/xtec-eduhack" "master" "https://github.com/projectestac/xtec-eduhack.git"
gitcheckout "src/wp-content/plugins/eduhack" "master" "https://github.com/Artesans/Edu_Hack.git"