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.
For now, if I build foo_0.1 bar_0.2
The build of
foo
will remove the deb files produced bybar
.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.