Skip to content

Commit 6d9652e

Browse files
committed
Merge latest master into 10-Dev
Conflicts: README iocore/hostdb/HostDB.cc iocore/net/UnixUDPNet.cc
2 parents d76342b + 42bc196 commit 6d9652e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2497
-897
lines changed

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ asf-distdir:
7373
test -d .git && git clone . $(distdir)
7474
cd $(distdir) && autoreconf -i
7575
$(RM) -r -- $(distdir)/autom4te.cache $(distdir)/ci `find $(distdir) -name .git -o -name .gitignore -o -name .gitmodules`
76+
grep -v 'img.shields.io' $(distdir)/README.md > $(distdir)/README.md.clean
77+
mv $(distdir)/README.md.clean $(distdir)/README.md
7678

7779
asf-dist-sign: asf-dist
7880
sha512sum -b $(distdir).tar.bz2 >$(distdir).tar.bz2.sha512

README

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)