summaryrefslogtreecommitdiffstats
path: root/pullrev.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-05-16 10:00:54 +0100
committerJoe Orton <jorton@redhat.com>2017-05-16 10:00:54 +0100
commitdbcbdf8a7373333db3b7d887ebf49744a1b409e2 (patch)
treeceea3e3cafe5c1b9d03455225e0c93261beb4390 /pullrev.sh
parent55508e15301488314a27cdc75c99a871a3639ed5 (diff)
downloadhttpd-dbcbdf8a7373333db3b7d887ebf49744a1b409e2.tar.gz
httpd-dbcbdf8a7373333db3b7d887ebf49744a1b409e2.tar.xz
httpd-dbcbdf8a7373333db3b7d887ebf49744a1b409e2.zip
require mod_http2, now packaged separately
Diffstat (limited to 'pullrev.sh')
-rwxr-xr-xpullrev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pullrev.sh b/pullrev.sh
index 8b60efa..2b2fef9 100755
--- a/pullrev.sh
+++ b/pullrev.sh
@@ -6,7 +6,7 @@ if [ $# -lt 1 ]; then
fi
repo="https://svn.apache.org/repos/asf/httpd/httpd/trunk"
-#repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x"
+repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x"
ver=2.4.25
prefix="httpd-${ver}"
suffix="r$1${2:++}"