Comment 14 for bug 244093

Revision history for this message
Savvas Radevic (medigeek) wrote :

I've added a regular expression check the value if it contains "security.ubuntu.com"
re.search('security\.ubuntu\.com',value)

It could be marked as messy, but I tried it and it works, attached a debdiff.

Otherwise, to fix this you must change BaseURI and MatchURI as mentioned in the previous comment