Skip to content
Commits on Source (2)
......@@ -22,7 +22,8 @@ bin/update_incoming.sh
# Convert everything to XML files
bin/sources_to_xml.py
bin/excuses_to_xml.py
# FIXME: re-enable when this is re-written to use the YAML formatted excuses
#bin/excuses_to_xml.py
bin/list_packages.sh | bin/other_to_xml.py
# Generate HTML and RDF pages with XSLT
......
......@@ -208,7 +208,8 @@ get https://qa.debian.org/data/bts/wnpp_rm wnpp_rm
get https://sources.debian.org/patches/api/list/ patches.debian
# Get derivatives patch information
get http://deriv.debian.net/sources.patches.pts patches.derivs
# FIXME: re-enable this when the service returns
#get http://deriv.debian.net/sources.patches.pts patches.derivs
# get patches from ubuntu
get https://patches.ubuntu.com/PATCHES patches.ubuntu $ca_global
......