removed github direct links from sitemap

This commit is contained in:
Costa Tsaousis (ktsaou) 2015-08-10 13:48:50 +03:00
parent 337575577c
commit 367106b4bc

@ -1208,17 +1208,6 @@ cat >>"${RUN_DIR}/sitemap.xml" <<EOFSITEMAP2
<changefreq>always</changefreq>
</url>
EOFSITEMAP2
fi
if [ -z "${DO_NOT_REDISTRIBUTE[${IPSET_FILE[$x]}]}" ]
then
cat >>"${RUN_DIR}/sitemap.xml" <<EOFSITEMAP3
<url>
<loc>${GITHUB_LOCAL_COPY_URL}${x}</loc>
<lastmod>${sitemap_date}</lastmod>
<changefreq>always</changefreq>
</url>
EOFSITEMAP3
fi
fi
done