Skip to content

Commit e321ac6

Browse files
committed
follow-redirects for http://blog.dlang.org
- replaced on master - just so to temporarily fix doc building on stable
1 parent d807ae8 commit e321ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ $G/dlangspec.verbatim.txt : $G/dlangspec-consolidated.d $(DMD) verbatim.ddoc
563563

564564
$G/dblog_latest.ddoc:
565565
@echo "Receiving the latest DBlog article. Disable with DIFFABLE=1"
566-
curl -s --retry 3 --retry-delay 5 http://blog.dlang.org | grep -m1 'entry-title' | \
566+
curl -s --retry 3 --retry-delay 5 -L http://blog.dlang.org | grep -m1 'entry-title' | \
567567
sed -E 's/^.*<a href="(.+)" rel="bookmark">([^<]+)<\/a>.*<time.*datetime="[^"]+">([^<]*)<\/time>.*Author *<\/span><a [^>]+>([^<]+)<\/a>.*/DBLOG_LATEST_TITLE=\2|DBLOG_LATEST_LINK=\1|DBLOG_LATEST_DATE=\3|DBLOG_LATEST_AUTHOR=\4/' | \
568568
tr '|' '\n' > $@
569569

0 commit comments

Comments
 (0)