Hi all,
On 07/21/2016 12:35 PM, aitor_czr wrote:
Origin: Devuan
Label: Devuan Jessie packages
Codename: jessie
Architectures: i386 amd64 armhf source
Components: main
UDebComponentes: main
Description: Additional packages for Devuan
DebIndices: Packages Release . .gz
UDebIndices: Packages Relea
On Fri, 22 Jul 2016 09:42:53 +0200, aitor_czr wrote in message
<5791ce7d.5000...@gnuinos.org>:
>
> Hi Arnt,
>
> On 07/21/2016 01:51 PM, Arnt Karlsen wrote:
> > On Thu, 21 Jul 2016 12:35:18 +0200, aitor_czr wrote in message
> > <5790a566.5080...@gnuinos.org>:
> >> >Hi all,
> >> >
> >> >For th
On 07/22/2016 09:42 AM, aitor_czr wrote:
Thanks, i'll begin using talk.devuan.org for these stuffs :)
And the IRC Canal... (i read it time to time)
Ups...! Channel
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailm
Hi Arnt,
On 07/21/2016 01:51 PM, Arnt Karlsen wrote:
On Thu, 21 Jul 2016 12:35:18 +0200, aitor_czr wrote in message
<5790a566.5080...@gnuinos.org>:
>Hi all,
>
>For those people working on live-build:
>
>I'll explain how to generate the /pool and the /dists trees,
>containing all the packages
On Thu, 21 Jul 2016 12:35:18 +0200, aitor_czr wrote in message
<5790a566.5080...@gnuinos.org>:
> Hi all,
>
> For those people working on live-build:
>
> I'll explain how to generate the /pool and the /dists trees,
> containing all the packages, sources, Contents.gz, etc... But first
> of all i
Hi all,
For those people working on live-build:
I'll explain how to generate the /pool and the /dists trees, containing
all the packages, sources, Contents.gz, etc... But first of all i want
to do the following clarification: generating the *Contents* takes TOO
long. As i once commented, i tr
Hi,
I started mirroring Devuan:
http://188.165.204.61/repo/
I hope to have enought space in the hard disk: a dedicated server
machine in SoYouStart (OVH).
Aitor.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/
In the second script, i forgot adding $line3 in the path to 'find', so i
rectify:
** SCRIPT1:
#!/bin/sh
find ./DEBIAN -name "*.dsc" -exec ./script2 {} \;
exit 0
** END OF THE SCRIPT1
** SCRIPT2:
#!/bin/sh
line1=${1%/*}
line2=${line1#*/}
line3=${line2#*/}
if [ -d ./DEVUAN/$li
Hi all,
Take the case two mirrors, a complete Debian mirror in DEBIAN folder,
and the merged packages in DEVUAN folder, containing both their
corresponding /dists/ and /pool/. The following scripts build the /dist/
and /pool/ from the content of them, giving priority to Devuan. The
script1 ca
Hi Hendrik,
I just started working on that. But just started.
The following script generates the pool and dists folders:
find ./DEBIAN -name "*.dsc" -exec reprepro --ask-passphrase -b . -V -C
main includedsc jessie {} \;
find ./DEBIAN -name "*.deb" -exec reprepro --ask-passphrase -b . -V -C
main
On Tue, Aug 25, 2015 at 10:34:42PM +0200, k...@aspodata.se wrote:
> Jaromil:
> > we haven't yet worked on the mirroring mechanism, but we will
> >
> > once done, there will be a script and it will be easy
> > I guess it will be a sort of amprolla satellite process
> > so that the mirror redirectio
Hi, Jaromil,
I did something similar in January, but it took me so long... I have the
script in another hard disk. I will reanalize it (whenever i have the
time) and share with you. I suppose rsync woult be the best tool to
mantain the repository. I don't know if it would be better than Amprol
Jaromil:
> we haven't yet worked on the mirroring mechanism, but we will
>
> once done, there will be a script and it will be easy
> I guess it will be a sort of amprolla satellite process
> so that the mirror redirection will be handled by nextime's software
...
I would be good if one could have
Hello,
On 08/22/2015 01:33 PM, Daniel Reurich wrote:
[...] given that httpredir all the debian packages should come from
your local debian mirror anyway - and that's still > 95% of packages for
a standard install.
Thanks for the explanation.
This explains why I sometimes (rarely happens) hav
On 20/08/15 04:21, Hendrik Boom wrote:
On Wed, Aug 19, 2015 at 10:42:29AM +0200, Jaromil wrote:
dear Karl,
thanks for your analysis
we haven't yet worked on the mirroring mechanism, but we will
once done, there will be a script and it will be easy
I guess it will be a sort of amprolla satelli
esday, August 19, 2015 5:00 AM
>Subject: Re: [DNG] Mirroring Devuan
>
>
>Did you try with debmirror? An example:
>
>debmirror --host=packages.devuan.org \
> --root=merged \
> --dist=jessie \
> --section=main \
> --arch=amd6
Hi Ismael
On 21/08/15 08:34, Ismael L. Donis Garcia wrote:
The directory http://packages.devuan.org/merged/pool/ is empty
That is correct. The merged repo doesn't actually provide any packages
directly.
This is done because amprolla url rewrites on the merged repo web server
to redirects r
The directory http://packages.devuan.org/merged/pool/ is empty
Regards
| ISMAEL |
- Original Message -
From: aitor_czr
To: dng@lists.dyne.org
Sent: Wednesday, August 19, 2015 5:00 AM
Subject: Re: [DNG] Mirroring Devuan
Did you try with debmirror? An example
On Wed, Aug 19, 2015 at 10:42:29AM +0200, Jaromil wrote:
> dear Karl,
>
> thanks for your analysis
>
> we haven't yet worked on the mirroring mechanism, but we will
>
> once done, there will be a script and it will be easy
> I guess it will be a sort of amprolla satellite process
> so that the m
On 19 August 2015 11:56:35 CEST, k...@aspodata.se wrote:
>Aitor:
>> Did you try with debmirror? An example:
>No, didn't know about it, thanks for the tip. For me it is of it is
>of lesser value since I already have a debian mirror (I ran an official
>mirror a few years ago) och don't whish to do
Aitor:
> Did you try with debmirror? An example:
>
> debmirror --host=packages.devuan.org \
>--root=merged \
>--dist=jessie \
>--section=main \
>--arch=amd64 \
>--progress \
>--method=http \
>--nosource \
>
Did you try with debmirror? An example:
debmirror --host=packages.devuan.org \
--root=merged \
--dist=jessie \
--section=main \
--arch=amd64 \
--progress \
--method=http \
--nosource \
--ignore-release-gpg \
dear Karl,
thanks for your analysis
we haven't yet worked on the mirroring mechanism, but we will
once done, there will be a script and it will be easy
I guess it will be a sort of amprolla satellite process
so that the mirror redirection will be handled by nextime's software
however it is sort
Wyatt:
> Is there an up to date list of current mirrors,
Don't know.
> and instructions on how to become a mirror anywhere?
> There's a forum post about it, but the links lead to empty pages on the git
> wiki.
Mirroring debian was/is easy, in the old time you used the perl script
mirror, and l
Is there an up to date list of current mirrors, and instructions on how to
become a mirror anywhere? There's a forum post about it, but the links lead
to empty pages on the git wiki.
--
Wyatt Zacharias
___
Dng mailing list
Dng@lists.dyne.org
https://mail
25 matches
Mail list logo