messages-current master
+messages-9.3-branch master
messages-9.2-branch REL9_2_STABLE
messages-9.1-branch REL9_1_STABLE
messages-9.0-branch REL9_0_STABLE
'9.0-branch' => 'maintenance',
'9.1-branch' => 'maintenance',
'9.2-branch' => 'maintenance',
- 'current' => 'translate this now',
+ '9.3-branch' => 'translate this now',
);
my @branches = map { m!table-([^/]+).html$! && $1 } reverse sort glob("$dir/table-*.html");
}
}
- if ($version eq 'current' or $version eq '8.4-branch' or $version eq '9.0-branch' or $version eq '9.1-branch' or $version eq '9.2-branch') {
# This is what we offer for download.
if (system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages'") != 0) {
system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages' 2>>$outdir/$catalogname-$lang.po.err 1>/dev/null");
}
- }
if (-f "$dirname/po/$lang.po.mrg" && ! -f "$dirname/po/$lang.po.new") {
system("cp $dirname/po/$lang.po.mrg $outdir/$catalogname-$lang.po");
postgresql-current master
+postgresql-9.3-branch REL9_3_STABLE
postgresql-9.2-branch REL9_2_STABLE
postgresql-9.1-branch REL9_1_STABLE
postgresql-9.0-branch REL9_0_STABLE
esac
done
-active_branches="current 9.2-branch 9.1-branch 9.0-branch 8.4-branch"
+active_branches="9.3-branch 9.2-branch 9.1-branch 9.0-branch 8.4-branch"
if [ -n "$1" ]; then
active_branches=$1