Skip to content

Instantly share code, notes, and snippets.

@nimbosa
Created July 10, 2014 23:35
Show Gist options
  • Save nimbosa/684a212bb5aa010e4e5c to your computer and use it in GitHub Desktop.
Save nimbosa/684a212bb5aa010e4e5c to your computer and use it in GitHub Desktop.
Pale Moon sources from 24.6 main to 24.7.0_beta4 vNext experimental 'sumozi' build
########
#
# https://github.com/FilipinOTech/mozilla-central.git GECKO280_2014031020_RELBRANCH ### 2014-03-10 Release 28.0
# https://github.com/FilipinOTech/mozilla-central.git GECKO2460esr_2014060920_RELBRANCH ### 2014-06-09 Release 24.6 ESR
# https://github.com/FilipinOTech/mozilla-central.git esr24 ### 2014-07-08 Develop 24.x ESR branch
#
# https://github.com/binoc-software/moonchild-central.git sumozi_master ### 2014-06-20 24.6.2 Binary OutCast 'sumozi' build
# https://github.com/binoc-software/palemoon-experimental.git vNext_base ### 2014-07-05 24.7.0_beta3 experimental'sumozi' build
#
########
git clone https://github.com/FilipinOTech/Pale-Moon.git PaleMoon
cd PaleMoon
git checkout -b mozilla-28 master
git fetch https://github.com/FilipinOTech/mozilla-central.git GECKO280_2014031020_RELBRANCH
git reset --hard 899c4da66f
git checkout -b mozilla-ESR24.6 mozilla-28
git fetch https://github.com/FilipinOTech/mozilla-central.git GECKO2460esr_2014060920_RELBRANCH
git reset --hard FETCH_HEAD
git checkout -b mozilla-ESR24.x mozilla-24.6
git fetch https://github.com/FilipinOTech/mozilla-central.git esr24
git reset --hard FETCH_HEAD
git checkout -b sumozi-release master
git fetch https://github.com/binoc-software/moonchild-central.git sumozi_master
git reset --hard FETCH_HEAD
git checkout -b sumozi-vNext master
git fetch https://github.com/binoc-software/palemoon-experimental.git vNext_base
git reset --hard FETCH_HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment