summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wwwtools/messages-branches.txt1
-rwxr-xr-xwwwtools/nls-status-page1
-rw-r--r--wwwtools/postgresql-branches.txt1
-rwxr-xr-xwwwtools/update-nls-www2
4 files changed, 1 insertions, 4 deletions
diff --git a/wwwtools/messages-branches.txt b/wwwtools/messages-branches.txt
index 7897ed5..9a272ed 100644
--- a/wwwtools/messages-branches.txt
+++ b/wwwtools/messages-branches.txt
@@ -3,4 +3,3 @@ messages-17-branch REL_17_STABLE
messages-16-branch REL_16_STABLE
messages-15-branch REL_15_STABLE
messages-14-branch REL_14_STABLE
-messages-13-branch REL_13_STABLE
diff --git a/wwwtools/nls-status-page b/wwwtools/nls-status-page
index c4b6053..b36bd64 100755
--- a/wwwtools/nls-status-page
+++ b/wwwtools/nls-status-page
@@ -79,7 +79,6 @@ about when a branch is about to be released.</p>
_EOF_
my %branch_status = (
- '13-branch' => 'maintenance',
'14-branch' => 'maintenance',
'15-branch' => 'maintenance',
'16-branch' => 'maintenance',
diff --git a/wwwtools/postgresql-branches.txt b/wwwtools/postgresql-branches.txt
index b91df74..75ecf74 100644
--- a/wwwtools/postgresql-branches.txt
+++ b/wwwtools/postgresql-branches.txt
@@ -3,4 +3,3 @@ postgresql-17-branch REL_17_STABLE
postgresql-16-branch REL_16_STABLE
postgresql-15-branch REL_15_STABLE
postgresql-14-branch REL_14_STABLE
-postgresql-13-branch REL_13_STABLE
diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www
index c9b9060..1391190 100755
--- a/wwwtools/update-nls-www
+++ b/wwwtools/update-nls-www
@@ -30,7 +30,7 @@ while true; do
esac
done
-active_branches="18-branch 17-branch 16-branch 15-branch 14-branch 13-branch"
+active_branches="18-branch 17-branch 16-branch 15-branch 14-branch"
if [ -n "$1" ]; then
active_branches=$1