Questions tagged [reprepro]

14 questions
5
votes
1 answer

Reprepro repository is missing some files?

I'm using reprepro to package some internal files for distribution via Puppet. When the puppet clients are hitting the repository I'm seeing errors like this: [error] [client 10.20.xx.xx] File does not exist:…
ethrbunny
  • 743
  • 3
  • 9
  • 24
3
votes
0 answers

add an apt repository only for few packages (or mirror them)

I'd like to install a couple of packages available from an unofficial repository, problem is the repository share many packages and an apt upgrade would replace many of the official. I know about pinning but would prefer not to use it. I think to…
Alex
  • 2,546
  • 3
  • 20
  • 30
2
votes
0 answers

How can I undo the effects of reprepro update?

On a private Debian package server, I accidentally did a reprepro update without the --restrict option, which updated all packages. Not realizing this, I then created a new distribution and populated it with all those updated packages. How can I…
2
votes
0 answers

"ERROR: missing required packages from profile myprofile" when building a simple cd

I'm using simple-cdd to create a Debian cd with only the packages I need for a re/installation of my system, but I'm facing some difficulties, namely, of the list of packages that I want to be installed on the CD, and therefore installed on the…
Braiam
  • 35,380
  • 25
  • 108
  • 167
2
votes
0 answers

Virtual packages with reprepro?

I have been working on making Zentyal packages possible on the armhf architecture, and finally succeeded in a working build of 4.0 packages. However the installation is quirky as these packages have a LOT of dependencies, and apt-get does not…
fonix232
  • 365
  • 2
  • 8
1
vote
1 answer

reprepro: keeping "older" packages in the index

Whenever I add a new version to a reprepro repository, it forgets and deletes the older package by default. I want to keep it, so I use --keepunreferencedfiles to the config: $ reprepro --keepunreferencedfiles includedeb stable…
1
vote
0 answers

Reprepro not mirroring everything

I have a reprepro 5.1.1 installation with the following conf. The idea is to mirror everything locally from Debian Stretch amd64 public mirror. "distributions": Origin: debian Codename: stretch Description: debian stretch mirror Architectures:…
John Doe
  • 11
  • 1
1
vote
1 answer

How to manage permissions correctly when adding a new package to a reprepro repo

I've setup a local repo with reprepro, accessible via a local web server. Thus every file and dir in its file sub-tree owns to www-data:www-data. The problem is that every time I add a new package I need to use sudo, that makes all the permissions…
Daniele
  • 438
  • 4
  • 16
1
vote
0 answers

Stop apt-get from trying to download translations from specific repositories

I have a custom Debian repository deployed with no translation packages which I created using reprepro utility. Everytime apt-get update is run I see requests to i18n packages which I don't have and hence 404 is returned back to clients. This hasn't…
staroselskii
  • 201
  • 1
  • 2
1
vote
1 answer

How to inspect local dsc package (need to check 'section', 'priority')

I am managing repository with a with reprepro. Sometimes I need to upload source packages to the repo. For several packages reprepro asks for additional information: $ reprepro -b /srv/reprepro/ubuntu/ includedsc utopic…
Vitaly Isaev
  • 611
  • 1
  • 7
  • 19
1
vote
0 answers

Upgrading sources.list.d

We have a reprepro-server which hosts some packages we have developed for our Ubuntu-systems. It contains packages for precies and trusty. Our systems have the reprepro-server configured in /etc/apt/sources.list.d. When we upgrade a system from…
0
votes
1 answer

Repair corrupted file list in reprepro

Seeing this message when dput'ing a package to my local reprepro instance: ... Exporting indices... Corrupted file list data for pool/main/q/qualys-cloud-agent/qualys-cloud-agent_2.6.0-88_all.deb Corrupted file list data for…
rlandster
  • 723
  • 1
  • 8
  • 22
0
votes
2 answers

How to run reposync with a different releaseversion value

I want to make a CentOS mirror with different versions of CentOS? How do I do that with reposync. I can't use rsync.
Philippe
  • 411
  • 4
  • 15
0
votes
1 answer

Howto upgrade manually added packages in reprepro repositories?

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…
mahescho
  • 3
  • 2