Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-13 Thread Daniel Dehennin
Bernhard R. Link brl...@debian.org writes:


[...]

 I cannot reproduce something like that failing here.
 Perhaps the output of an reprepro -VV checkupdate
 can give more information what it tries to do.
 (Ideally only with the minid-arch-source in the Update:
 of conf/distributions and not the others).

Here is my log:

#+begin_src
ftpmaster@repository:~/reprepro$ reprepro -VV -b ${HOME}/reprepro
checkupdate unstable
Method 'http://192.168.1.10/debian' started as 1324
want to read from 'http://192.168.1.10/debian'
Got '100 Capabilities
Version: 1.2
Pipeline: true
Send-Config: true
'
Sending config: '601 Configuration
Config-Item: Dir=/

'
want to write to 'http://192.168.1.10/debian'
want to read from 'http://192.168.1.10/debian'
want to write to 'http://192.168.1.10/debian'
want to read from 'http://192.168.1.10/debian'
want to write to 'http://192.168.1.10/debian'
want to read from 'http://192.168.1.10/debian'
want to read from 'http://192.168.1.10/debian'
aptmethod 'http://192.168.1.10/debian': 'Connexion à 192.168.1.10'
want to read from 'http://192.168.1.10/debian'
aptmethod 'http://192.168.1.10/debian': 'Connexion à 192.168.1.10'
want to read from 'http://192.168.1.10/debian'
aptmethod 'http://192.168.1.10/debian': 'Waiting for headers'
want to read from 'http://192.168.1.10/debian'
aptmethod error receiving
'http://192.168.1.10/debian/unstable/source/Release':
'404  Not Found'
want to read from 'http://192.168.1.10/debian'
aptmethod 'http://192.168.1.10/debian': 'Waiting for headers'
want to read from 'http://192.168.1.10/debian'
aptmethod error receiving
'http://192.168.1.10/debian/unstable/source/Release.gpg':
'404  Not Found'
Still waiting for 1324
There have been errors!
#+end_src

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgp9QWGrYMR9j.pgp
Description: PGP signature


Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-13 Thread Bernhard R. Link
* Daniel Dehennin daniel.dehen...@baby-gnu.org [120213 09:09]:
 aptmethod error receiving
 'http://192.168.1.10/debian/unstable/source/Release':
 '404  Not Found'

Look like it is missing a Release file there. Make sure the directory
is correct (i.e. there is a
http://192.168.1.10/debian/unstable/source/Sources*) and if not fix
the directory name or otherwise try to add the IgnoreRelease: yes option.

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



Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-13 Thread Daniel Dehennin
Bernhard R. Link brl...@debian.org writes:

 Look like it is missing a Release file there. Make sure the directory
 is correct (i.e. there is a
 http://192.168.1.10/debian/unstable/source/Sources*) and if not fix
 the directory name or otherwise try to add the IgnoreRelease: yes option.

Ok, the problem is on mini-dinstall, there is no Release for source, I
do not even find my orig.tar.gz.

As this is just a transitonnal step, for already released packages, I
will just skip sources.

So, this report can be closed as not a bug.

Thanks a lot your responsiveness.

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgpgoOQfZXnS3.pgp
Description: PGP signature


Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-12 Thread Bernhard R. Link
* Daniel Dehennin daniel.dehen...@baby-gnu.org [120210 15:03]:
 I try to migrate from mini-dinstall with simple-subdir to reprepro but
 source and architecture all does not seems to work.
 [...]
 #+NAME: conf/updates
 #+begin_src conf
 Name: minid-unstable
 Method: URL
 Flat: main
 VerifyRelease: MY GPG ID
 
 Name: minid-arch-source
 From: minid-unstable
 Suite: */source
 Architectures: source

I cannot reproduce something like that failing here.
Perhaps the output of an reprepro -VV checkupdate
can give more information what it tries to do.
(Ideally only with the minid-arch-source in the Update:
of conf/distributions and not the others).

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



Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-10 Thread Daniel Dehennin
Package: reprepro
Version: 4.9.0-1
Severity: normal

Dear Maintainer,

I try to migrate from mini-dinstall with simple-subdir to reprepro but
source and architecture all does not seems to work.

The simple-subdir archive style use one directory per architecture and
is used like:

#+begin_src apt-source
deb http://repo.example.net/debian unstable/all/
deb http://repo.example.net/debian unstable/i386/
#+end_src

Here is my configuration:

#+NAME: conf/updates
#+begin_src conf
Name: minid-unstable
Method: URL
Flat: main
VerifyRelease: MY GPG ID

Name: minid-arch-source
From: minid-unstable
Suite: */source
Architectures: source

Name: minid-arch-all
From: minid-unstable
Suite: eole-unstable/all
Architectures: all

Name: minid-arch-i386
From: minid-unstable
Suite: */i386
Architectures: i386

Name: minid-arch-amd64
From: minid-unstable
Suite: */amd64
Architectures: amd64
#+end_src

Any hints?

Regards.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.4+hati.1+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reprepro depends on:
ii  libarchive12.8.5-5
ii  libbz2-1.0 1.0.6-1
ii  libc6  2.13-26
ii  libdb5.1   5.1.29-1
ii  libgpg-error0  1.10-3
ii  libgpgme11 1.2.0-1.4
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages reprepro recommends:
ii  apt  0.8.15.9

Versions of packages reprepro suggests:
ii  gnupg-agent 2.0.18-2
ii  inoticoming none
ii  lzipnone
ii  xz-lzma [lzma]  5.1.1alpha+20110809-3
ii  xz-utils5.1.1alpha+20110809-3

-- no debconf information

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1



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



Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-10 Thread Bernhard R. Link
* Daniel Dehennin daniel.dehen...@baby-gnu.org [120210 15:03]:
 The simple-subdir archive style use one directory per architecture and
 is used like:
 
 #+begin_src apt-source
 deb http://repo.example.net/debian unstable/all/
 deb http://repo.example.net/debian unstable/i386/
 #+end_src

 Here is my configuration:

 #+NAME: conf/updates
 #+begin_src conf
 Name: minid-unstable
 Method: URL
 Flat: main
 VerifyRelease: MY GPG ID
 
 Name: minid-arch-source
 From: minid-unstable
 Suite: */source
 Architectures: source

I will have to look into this a bit longer, perhaps
there is something missing there.
(Please make sure you have source in Architectures:
in conf/distributions, as without that it would definitely
not load anything from it).

 Name: minid-arch-all
 From: minid-unstable
 Suite: eole-unstable/all
 Architectures: all

I think you need Architectures: i386 amd64 here.

The architecture is about where to place stuff (And it automatically
ignores anything that cannot go there. If you wanted it to limit to
Architecture all packages you would need a FilterFormula additionally).

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



Bug#659354: reprepro: Update rules does not work with architecture all

2012-02-10 Thread Daniel Dehennin
Bernhard R. Link brl...@debian.org writes:


[...]

 Name: minid-arch-source
 From: minid-unstable
 Suite: */source
 Architectures: source

 I will have to look into this a bit longer, perhaps
 there is something missing there.
 (Please make sure you have source in Architectures:
 in conf/distributions, as without that it would definitely
 not load anything from it).

I have it.

 Name: minid-arch-all
 From: minid-unstable
 Suite: eole-unstable/all
 Architectures: all

 I think you need Architectures: i386 amd64 here.

 The architecture is about where to place stuff (And it automatically
 ignores anything that cannot go there. If you wanted it to limit to
 Architecture all packages you would need a FilterFormula additionally).

This works, many thanks, as a non native english, I have some difficulty to
understand sometimes ;-)

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgp1zgBANpDxC.pgp
Description: PGP signature