summaryrefslogtreecommitdiff
path: root/shippable.yml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-02-10 22:39:00 +0100
committerJulian Andres Klode <jak@debian.org>2017-02-10 23:12:52 +0100
commit85ee4036c68d8ecd2c973d413a17aca81380900b (patch)
tree103e5302ec379461ca91aa74f59e319b09f644d4 /shippable.yml
parent89a2e40d14c29c66aead51df0d56c5c49776009a (diff)
Do not package names representing .dsc/.deb/... files
In the case of build-dep and other commands where a file can be passed we must make sure not to normalize the path name as that can have odd side effects, or well, cause the operation to do nothing. Test for build-dep-file is adjusted to perform the vcard check once as "vcard" and once as "VCard", thus testing that this solves the reported bug. We inline the std::transform() and optimize it a bit to not write anything in the common case (package names are defined to be lowercase, the whole transformation is just for names that should not exist...) to counter the performance hit of the added find() call (it's about 0.15% more instructions than with the existing transform, but we save about 0.67% in writes...). Closes: #854794
Diffstat (limited to 'shippable.yml')
0 files changed, 0 insertions, 0 deletions