X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=origdiff;h=b89891831c6b687ccefc7e5dcf39e7d57c4f2971;hp=a32d6433fc5f9a60f777f6a3bd9026cea1e4f4c4;hb=c7d65f92f03c85fc0524bc04aa6e08e3b039a93a;hpb=cf7e64157224144791caa16b84ca931ce3e04231 diff --git a/origdiff b/origdiff index a32d6433..b8989183 100755 --- a/origdiff +++ b/origdiff @@ -6,15 +6,15 @@ SCRIPT_DIR=$(pwd) # ============ vars specific to the versions ============== -NAME_PRE=12 -NAME_POST=13 +NAME_PRE=24 +NAME_POST=25 -TAG_PRE_COMM=BETA_12_END -TAG_POST_COMM=tip #BETA_13_END -TAG_PRE_MOZ=FIREFOX_BETA_12_END -TAG_POST_MOZ=tip #FIREFOX_BETA_13_END -TAG_PRE_EXT=SEAMONKEY_2_9_RELEASE -TAG_POST_EXT=tip #SEAMONKEY_2_10_RELEASE +TAG_PRE_COMM=BETA_24_END +TAG_POST_COMM=tip #BETA_25_END +TAG_PRE_MOZ=FIREFOX_BETA_24_END +TAG_POST_MOZ=tip #FIREFOX_BETA_25_END +TAG_PRE_EXT=SEAMONKEY_2_21_RELEASE +TAG_POST_EXT=tip #SEAMONKEY_2_22_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/winstripe/ +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/winstripe/ +MOZB_DIR="browser/themes/windows/ browser/themes/shared/" MOZB_TAG_PRE=$TAG_PRE_MOZ MOZB_TAG_POST=$TAG_POST_MOZ MOZB_NAME_EXTRA=" (browser)"