X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=origdiff;h=e1bfb1a5dc1afd467085039fcf68410de3f6ab7d;hp=0409347ead05fc3ac4bb809fc2a1a458690300ec;hb=482e8162568640b70fca709ac53efa44c8ea6b04;hpb=c474871d6eb72bd2b6f19555fc132d050893a4fd diff --git a/origdiff b/origdiff index 0409347e..e1bfb1a5 100755 --- a/origdiff +++ b/origdiff @@ -6,15 +6,15 @@ SCRIPT_DIR=$(pwd) # ============ vars specific to the versions ============== -NAME_PRE=18 -NAME_POST=19 +NAME_PRE=37 +NAME_POST=38 -TAG_PRE_COMM=BETA_18_END -TAG_POST_COMM=tip #BETA_19_END -TAG_PRE_MOZ=FIREFOX_BETA_18_END -TAG_POST_MOZ=tip #FIREFOX_BETA_19_END -TAG_PRE_EXT=SEAMONKEY_2_15_RELEASE -TAG_POST_EXT=tip #SEAMONKEY_2_16_RELEASE +TAG_PRE_COMM=BETA_37_END +TAG_POST_COMM=tip #BETA_38_END +TAG_PRE_MOZ=FIREFOX_BETA_37_END +TAG_POST_MOZ=tip #FIREFOX_BETA_38_END +TAG_PRE_EXT=SEAMONKEY_2_34_RELEASE +TAG_POST_EXT=tip #SEAMONKEY_2_35_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)"