Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
MozillaFirefox
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Added
checkout
@@ -0,0 +1,7 @@ +cd mozilla +export MOZ_CO_PROJECT=browser +export MOZ_CO_LOCALES=all +make -f client.mk checkout +unset MOZ_CO_PROJECT +unset MOZ_CO_LOCALES +cd ..