Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:gallery/gallery3-vendor
  • Loading branch information
bharat committed Jul 10, 2010
2 parents 0f5eac1 + e7ca0d1 commit 78bbb61
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ui.themeroller/README
Expand Up @@ -14,18 +14,21 @@ UPDATING
* Select the Gallery tab in the left column
* Click the Download link under the Redmond theme
* Put the file (jquery-ui-themeroller.zip) in upstream
$ svn commit upstream
$ git add jquery-ui-themeroller.zip
$ git commit -m "Updated ui.themeroller to version <VERSION_NUMBER>"

$ sh refresh_modified.sh
$ git status modified
# Examine what's in modified and make sure that we only add files
# here that we want to go into Gallery3. Anything that we don't
# want should get added to the filters in refresh_modified.sh and
# run it again.
$ git commit -m "Updated ui.jquery to version <VERSION_NUMBER>"
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/lib/themeroller -p3
$ git commit -m "Updated ui.themeroller to version <VERSION_NUMBER>"
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/themes/admin_wind/css/themeroller -p3
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/themes/wind/css/themeroller -p3
$ git push

$ cd ../../gallery3
$ git commit -m "Updated ui.jquery to version <VERSION_NUMBER>" lib/themeroller
$ git add themes/admin_wind/css/themeroller themes/wind/css/themeroller
$ git commit -m "Updated ui.themeroller to version <VERSION_NUMBER>"
$ git push

0 comments on commit 78bbb61

Please sign in to comment.