X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=origdiff;h=0316f65bed84b7160c167b8d61597cebefc84b72;hp=d496b18e209cc44e9c6fbb5cfb7339cc393aa7db;hb=2c225fcbeaa337cfcdc3d469ab3a9b416f5d8fae;hpb=0300f0d7832475ae13f16003b9864714dd8ed462 diff --git a/origdiff b/origdiff index d496b18e..0316f65b 100755 --- a/origdiff +++ b/origdiff @@ -6,15 +6,15 @@ SCRIPT_DIR=$(pwd) # ============ vars specific to the versions ============== -NAME_PRE=19 -NAME_POST=20 +NAME_PRE=26 +NAME_POST=27 -TAG_PRE_COMM=BETA_19_END -TAG_POST_COMM=tip #BETA_20_END -TAG_PRE_MOZ=FIREFOX_BETA_19_END -TAG_POST_MOZ=tip #FIREFOX_BETA_20_END -TAG_PRE_EXT=SEAMONKEY_2_16_RELEASE -TAG_POST_EXT=tip #SEAMONKEY_2_17_RELEASE +TAG_PRE_COMM=BETA_26_END +TAG_POST_COMM=tip #BETA_27_END +TAG_PRE_MOZ=FIREFOX_26_0b10_RELEASE #FIREFOX_BETA_26_END +TAG_POST_MOZ=tip #FIREFOX_BETA_27_END +TAG_PRE_EXT=SEAMONKEY_2_23_RELEASE +TAG_POST_EXT=tip #SEAMONKEY_2_24_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)"