molior-dbs / molior

Molior - Debian Build System
Apache License 2.0
108 stars 12 forks source link

Fix empty components string splitting #37

Closed randombenj closed 1 year ago

randombenj commented 1 year ago

Otherwise when an empty component is given, the call will forward [""] to the aptly api, wich will result in the error:

https://github.com/aptly-dev/aptly/blob/71fd7305988aa727a32705c6ca28dc30bf643ad8/deb/remote.go#L110