X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=origdiff;h=d42631c3ac7b1b681d917e69146e19b677647303;hp=945eb82b352071cf2efbc4d082408c2e2f6f3a2b;hb=c9b0a39698caad3beaf5228ce051ec83042d4de9;hpb=bcad8f3c6c72c97d1fbd7e8a70160701bed5041f diff --git a/origdiff b/origdiff index 945eb82b..d42631c3 100755 --- a/origdiff +++ b/origdiff @@ -6,15 +6,15 @@ SCRIPT_DIR=$(pwd) # ============ vars specific to the versions ============== -NAME_PRE=22 -NAME_POST=23 +NAME_PRE=40 +NAME_POST=41 -TAG_PRE_COMM=BETA_22_END -TAG_POST_COMM=tip #BETA_23_END -TAG_PRE_MOZ=FIREFOX_BETA_22_END -TAG_POST_MOZ=tip #FIREFOX_BETA_23_END -TAG_PRE_EXT=SEAMONKEY_2_19b2_RELEASE #SEAMONKEY_2_19_RELEASE -TAG_POST_EXT=tip #SEAMONKEY_2_20_RELEASE +TAG_PRE_COMM=BETA_40_END +TAG_POST_COMM=tip #BETA_41_END +TAG_PRE_MOZ=FIREFOX_BETA_40_END +TAG_POST_MOZ=tip #FIREFOX_BETA_41_END +TAG_PRE_EXT=SEAMONKEY_2_33_RELEASE +TAG_POST_EXT=tip #SEAMONKEY_2_38_RELEASE # ===================== process repos ===================== @@ -30,7 +30,7 @@ COMM_LOG=$RUN_DIR/theme-suitedefault.$NAME_PRE-$NAME_POST.log HG_MOZ_DIR=/mnt/mozilla/hg/comm-beta/mozilla MOZ_HG_OPTIONS= -MOZ_DIR=toolkit/themes/windows/ +MOZ_DIR="toolkit/themes/windows/ toolkit/themes/shared/" MOZ_TAG_PRE=$TAG_PRE_MOZ MOZ_TAG_POST=$TAG_POST_MOZ MOZ_NAME_EXTRA=" (toolkit)" @@ -38,7 +38,7 @@ MOZ_LOG=$RUN_DIR/theme-toolkitwin.$NAME_PRE-$NAME_POST.log HG_MOZB_DIR=/mnt/mozilla/hg/comm-beta/mozilla MOZB_HG_OPTIONS= -MOZB_DIR=browser/themes/windows/ +MOZB_DIR="browser/themes/windows/ browser/themes/shared/" MOZB_TAG_PRE=$TAG_PRE_MOZ MOZB_TAG_POST=$TAG_POST_MOZ MOZB_NAME_EXTRA=" (browser)"