Re: creating a simple private repository with reprepro

2015-03-02 Thread Alex Mestiashvili
On 03/01/2015 07:45 PM, Asaf Dalet wrote: Is there another tool I can use that doesn't have that limitation? As Mirko suggested you can use independent reprepro repositories. I do not have experience with other tools like reprepro.. On Mar 1, 2015 3:42 PM, Alex Mestiashvili

Re: creating a simple private repository with reprepro

2015-03-01 Thread Lisi Reisz
On Sunday 01 March 2015 09:03:30 Asaf Dalet wrote: I have a private debian package which I want publish in binary format. I want to supply 2 binary versions: 1. precise/amd64 2. trusty/amd64 That's not Debian. It's Ubuntu. Try: https://lists.ubuntu.com/ ubuntu-users - Ubuntu user technical

creating a simple private repository with reprepro

2015-03-01 Thread Asaf Dalet
Hi, I must first apologize for the somewhat lengthy post, but you'll see most of it is just directory structures which you can probably skip. Here goes: I have a private debian package which I want publish in binary format. I want to supply 2 binary versions: 1. precise/amd64 2. trusty/amd64 My

Re: creating a simple private repository with reprepro

2015-03-01 Thread Asaf Dalet
that means I have to change the changelog before each run of pbuilder? On Sun, Mar 1, 2015 at 3:28 PM, Alex Mestiashvili a...@biotec.tu-dresden.de wrote: On 03/01/2015 10:03 AM, Asaf Dalet wrote: Hi, I must first apologize for the somewhat lengthy post, but you'll see most of it is just

Re: creating a simple private repository with reprepro

2015-03-01 Thread Alex Mestiashvili
On 03/01/2015 12:58 PM, Lisi Reisz wrote: On Sunday 01 March 2015 09:03:30 Asaf Dalet wrote: I have a private debian package which I want publish in binary format. I want to supply 2 binary versions: 1. precise/amd64 2. trusty/amd64 That's not Debian. It's Ubuntu. Try:

Re: creating a simple private repository with reprepro

2015-03-01 Thread Mirko Parthey
On Sun, Mar 01, 2015 at 11:03:30AM +0200, Asaf Dalet wrote: I have a private debian package which I want publish in binary format. I want to supply 2 binary versions: 1. precise/amd64 2. trusty/amd64 [...] I read somewhere that reprepro does not support having 2 files with the same name

Re: creating a simple private repository with reprepro

2015-03-01 Thread Alex Mestiashvili
On 03/01/2015 02:32 PM, Asaf Dalet wrote: that means I have to change the changelog before each run of pbuilder? Yes, but probably you can automatically update the version before running the pbuilder. It depends on your build environment. -- To UNSUBSCRIBE, email to

Re: creating a simple private repository with reprepro

2015-03-01 Thread Alex Mestiashvili
On 03/01/2015 10:03 AM, Asaf Dalet wrote: Hi, I must first apologize for the somewhat lengthy post, but you'll see most of it is just directory structures which you can probably skip. Here goes: I have a private debian package which I want publish in binary format. I want to supply 2 binary

Re: creating a simple private repository with reprepro

2015-03-01 Thread Mirko Parthey
On Sun, Mar 01, 2015 at 03:18:16PM +0200, Asaf Dalet wrote: Mirko, As for your first suggestion - do you imply that I change the changelog before each run of debuild/pbuilder? Yes, at least every time the upstream version changes, or every time you build for a different distribution. You can

Re: creating a simple private repository with reprepro

2015-03-01 Thread Asaf Dalet
Is there another tool I can use that doesn't have that limitation? On Mar 1, 2015 3:42 PM, Alex Mestiashvili a...@biotec.tu-dresden.de wrote: On 03/01/2015 02:32 PM, Asaf Dalet wrote: that means I have to change the changelog before each run of pbuilder? Yes, but probably you can