package reprepro
tags 663956 + pending
thanks

* Daniel Dehennin <daniel.dehen...@baby-gnu.org> [120314 22:34]:
> In my reprepro setup, I define 3 distributions like this:
>
> - experimental: for developers only, packages never get out of this
>   distribution directly.
>
> - unstable: for first tests, packages comes from processincoming
>
> - testing: only pull from unstable
>
> My wish is to delete a package in experimental whenever a new version
> with a greater version number arrives in unstable.

I've added a new FilterList keyword "supersede" which removes the old
package instead of replacing it with the new one.

With this what you want should be doable by having in experimental a
Pull: supersedebyunstable

and in conf/pulls a rule

Name: supersedebyunstable
From: unstable
FilterList: supersede

That is currently only available in the unreleased reprepro available
in the master branch of reprepro's git archive, but I plan to
release the next version soon.

Thanks for your suggestion,
        Bernhard R. Link



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to