0

I've successfully created a Debian repository wiht reprepro by adding deb files manually with:

reprepro --ask-passphrase -V includedeb jessie /tmp/debs/*.deb

Now I revived new versions of the debs by the upstream. The upstream does not provide a repository. This is why I want to build my own. My question is:

How to update the packages in my repository with new versions?

mahescho
  • 3
  • 2

1 Answers1

0

Just add packages to your pool with newer versions than the ones installed. Unless you're importing from another repo it will keep as many versions as you import. You can just delete them manually.

jdwolf
  • 4,887
  • 1
  • 13
  • 28