13 lines
254 B
Bash
13 lines
254 B
Bash
#Discard uncommited changes
|
|
hg revert --all --no-backup
|
|
#Clean build
|
|
./mach clobber
|
|
#Update Mozilla repo
|
|
hg pull -u
|
|
./mach update
|
|
#Update patches
|
|
git clone https://weforgecode.xyz/Spitfire/Branding.git
|
|
#Configure and Build
|
|
./mach configure
|
|
./mach build
|
|
|