Firefox/Input/Update Script: Difference between revisions

From MozillaWiki
< Firefox‎ | Input
Jump to navigation Jump to search
(Created page with "== Contents of Input Update Script == 1. Update the vendor/ library. 2. git fetch origin 3. git checkout origin/prod 4. git submodule update --init 5. schematic migrations/")
 
 
Line 1: Line 1:
== Contents of Input Update Script ==
== Contents of Input Update Script ==
1. Update the vendor/ library.
# Update the vendor/ library.
2. git fetch origin
# git fetch origin
3. git checkout origin/prod
# git checkout origin/prod
4. git submodule update --init
# git submodule update --init
5. schematic migrations/
# schematic migrations/

Latest revision as of 18:57, 13 October 2010

Contents of Input Update Script

  1. Update the vendor/ library.
  2. git fetch origin
  3. git checkout origin/prod
  4. git submodule update --init
  5. schematic migrations/