Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
8bdc0a8b
Commit
8bdc0a8b
authored
Oct 09, 2011
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a script to update git submodules
parent
55097dc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
update_vendors.sh
update_vendors.sh
+30
-0
No files found.
update_vendors.sh
0 → 100755
View file @
8bdc0a8b
#!/bin/sh
COMPONENTS
=
'BrowserKit CssSelector EventDispatcher HttpFoundation Process ClassLoader DomCrawler Finder HttpKernel Routing'
cd
vendor/Symfony/Component
for
COMPONENT
in
$COMPONENTS
do
cd
$COMPONENT
&&
git fetch origin
&&
git reset
--hard
origin/2.0
&&
cd
..
done
cd
../../..
cd
vendor/doctrine-common
git fetch origin
&&
git reset
--hard
origin/2.1.x
cd
../..
cd
vendor/doctrine-dbal
git fetch origin
&&
git reset
--hard
origin/2.1.x
cd
../..
cd
vendor/monolog
git fetch origin
&&
git reset
--hard
1.0.1
cd
../..
cd
vendor/pimple
git fetch origin
&&
git reset
--hard
origin/master
cd
../..
cd
vendor/twig
git fetch origin
&&
git reset
--hard
v1.3.0
cd
../..
Write
Preview
Markdown
is supported
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