[opensuse-buildservice] Add a proper ARM Download on Demand Repository
Hi, I am currently trying to add a proper download on demand URL to my repositories. The current one looks like this: <repository name="Debian_8.0"> <download arch="armv7l" url="ftp://ftp.de.debian.org/debian/dists/jessie/main/binary-armhf/" repotype="deb"> <pubkey>{}</pubkey> </download> <arch>armv7l</arch> <path project="openSUSE.org:Debian:8.0" repository="standard"/> <arch>i586</arch> <arch>x86_64</arch> </repository> However the dodup.log tells me that this fails 2017-05-03 05:52:00: [1002] checking home:uibmz:opsi:opsi41-experimental/Debian_8.0/armv7l... updating metadata for deb repo at ftp://ftp.de.debian.org/debian/dists/jessie/main/binary-armhf/ bad uri: ftp://ftp.de.debian.org/debian/dists/jessie/main/dists/binary-armhf/Release Where does this additional dists substring come from? I didn't add this in my url as seen in the log. Any suggestion how to properly add debian based ARM Repos to my local instance? Cheers -- Mathias Radtke --- http://uib.de/de/support-schulung/schulung/ --- uib gmbh Bonifaziusplatz 1B 55118 Mainz Tel. 06131 / 27561-16 <phone:061312756116> Fax 06131 / 27561-22 <phone:061312756122> E-Mail: m.radtke@uib.de Internet: www.uib.de Geschäftsführer: dr. detlef oertel & erol ueluekmen Handelsregister: Amtsgericht Mainz HRB 6942 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi I fixed the issue. The correct url has to be ftp://ftp.de.debian.org/debian/jessie/main Afterwards the dod service sncs and downloas the needed packages Cheers Mathias On 03.05.2017 08:05, Mathias Radtke wrote:
Hi,
I am currently trying to add a proper download on demand URL to my repositories. The current one looks like this:
<repository name="Debian_8.0"> <download arch="armv7l" url="ftp://ftp.de.debian.org/debian/dists/jessie/main/binary-armhf/" repotype="deb"> <pubkey>{}</pubkey> </download> <arch>armv7l</arch> <path project="openSUSE.org:Debian:8.0" repository="standard"/> <arch>i586</arch> <arch>x86_64</arch> </repository>
However the dodup.log tells me that this fails 2017-05-03 05:52:00: [1002] checking home:uibmz:opsi:opsi41-experimental/Debian_8.0/armv7l... updating metadata for deb repo at ftp://ftp.de.debian.org/debian/dists/jessie/main/binary-armhf/ bad uri: ftp://ftp.de.debian.org/debian/dists/jessie/main/dists/binary-armhf/Release
Where does this additional dists substring come from? I didn't add this in my url as seen in the log.
Any suggestion how to properly add debian based ARM Repos to my local instance?
Cheers
-- Mathias Radtke --- http://uib.de/de/support-schulung/schulung/ --- uib gmbh Bonifaziusplatz 1B 55118 Mainz Tel. 06131 / 27561-16 <phone:061312756116> Fax 06131 / 27561-22 <phone:061312756122> E-Mail: m.radtke@uib.de Internet: www.uib.de Geschäftsführer: dr. detlef oertel & erol ueluekmen Handelsregister: Amtsgericht Mainz HRB 6942 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thu, May 04, 2017 at 11:05:14AM +0200, Mathias Radtke wrote:
I fixed the issue. The correct url has to be ftp://ftp.de.debian.org/debian/jessie/main
Yes, this is somewhat underdocumented ;) It uses the same format as the build package: distribution: <baseurl>/<dist>/[components] flat repo: <baseurl>/.[/components] components: comp1,comp2... (main if empty) Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hello, 2017-05-04 11:05 GMT+02:00 Mathias Radtke <m.radtke@uib.de>:
Hi
I fixed the issue. The correct url has to be ftp://ftp.de.debian.org/debian/jessie/main
Afterwards the dod service sncs and downloas the needed packages
Also, please, be aware of https://www.debian.org/News/2017/20170425 Regards -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi On 09.05.2017 10:51, Hector Oron wrote:
Hello,
2017-05-04 11:05 GMT+02:00 Mathias Radtke <m.radtke@uib.de>:
Hi
I fixed the issue. The correct url has to be ftp://ftp.de.debian.org/debian/jessie/main
Afterwards the dod service sncs and downloas the needed packages
Also, please, be aware of https://www.debian.org/News/2017/20170425
Regards
Thank you for the info. I already changed it to http Cheers -- Mathias Radtke --- http://uib.de/de/support-schulung/schulung/ --- uib gmbh Bonifaziusplatz 1B 55118 Mainz Tel. 06131 / 27561-16 <phone:061312756116> Fax 06131 / 27561-22 <phone:061312756122> E-Mail: m.radtke@uib.de Internet: www.uib.de Geschäftsführer: dr. detlef oertel & erol ueluekmen Handelsregister: Amtsgericht Mainz HRB 6942 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Hector Oron
-
Mathias Radtke
-
Michael Schroeder