mika / jenkins-debian-glue

Scripts for Debian package/repository handling inside Jenkins
MIT License
131 stars 91 forks source link

Building two sources packages in the same repo should not remove the other #139

Open sylvestre opened 9 years ago

sylvestre commented 9 years ago

For now, if I build foo_0.1 bar_0.2

The build of foo will remove the deb files produced by bar.

SKIP_REMOVE=true disable this behavior.

However, the proper solution would be to retrieve the list of packages generated by foo with this command: reprepro -Vb reprepro listfilter wheezy 'Source (== foo)' and only removed the deb provided by this list.

laeti-tia commented 8 years ago

+1 for this request as it enables building multiple different packages and storing them all in a single repo.