[arch-dev-public] [namcap] namcap 3.0.6 released

2011-04-01 Thread Rémy Oudompheng
Hello, namcap 3.0.6 has been released in [testing]. It fixes several regressions with respect to the namcap 2.x series. If nobody complains about it I will also move it to [extra] in a few days. Changes since 3.0.5 * fix the inverted logic in provides handling during missing dependency detection

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Allan McRae
On 02/04/11 06:45, Pierre Schmitz wrote: On Fri, 1 Apr 2011 15:10:36 -0500, Dan McGee wrote: On Fri, Apr 1, 2011 at 2:58 PM, Pierre Schmitz wrote: On Fri, 1 Apr 2011 21:54:30 +0200, Rémy Oudompheng wrote: In my current understanding: * package pool holds packages and their signature files, an

[arch-dev-public] [PATCH 6/6] commitpkg: upload signatures if available

2011-04-01 Thread Dan McGee
Signed-off-by: Dan McGee --- commitpkg |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/commitpkg b/commitpkg index ed2254c..a0a5628 100755 --- a/commitpkg +++ b/commitpkg @@ -129,12 +129,17 @@ for _arch in ${arch[@]}; do continue 2

[arch-dev-public] [PATCH 5/6] commitpkg: upload all files at the same time

2011-04-01 Thread Dan McGee
Batch them up using a bash array and then pass them all to a single invocation of rsync. Signed-off-by: Dan McGee --- Demo of what this should be doing: $ touch /tmp/foobar /tmp/foobaz '/tmp/file with spaces' $ uploads+=('/tmp/foobar') $ uploads+=('/tmp/foobaz') $ uploads+=('/tmp/file with space

[arch-dev-public] [PATCH 4/6] commitpkg: add '-y' to rsyncopts

2011-04-01 Thread Dan McGee
This allows uploads to possibly be smaller if a similar file exists nearby without the same name. Unlikely in most cases, but we might as well take advantage if they do exist: Signed-off-by: Dan McGee --- commitpkg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commitp

[arch-dev-public] [PATCH 1/6] Unify comment style

2011-04-01 Thread Dan McGee
Signed-off-by: Dan McGee --- makechrootpkg |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makechrootpkg b/makechrootpkg index 2a9f56b..9143f0c 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -156,7 +156,7 @@ if [ -n "$install_pkg" ]; then mkarchroot -r "pa

[arch-dev-public] [PATCH 3/6] commitpkg: move all rsync opts to rsyncopts var

2011-04-01 Thread Dan McGee
Signed-off-by: Dan McGee --- commitpkg |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commitpkg b/commitpkg index 009c777..6a100de 100755 --- a/commitpkg +++ b/commitpkg @@ -97,9 +97,9 @@ for i in 'changelog' 'install'; do done # see if any limit options were pa

[arch-dev-public] [PATCH 2/6] commitpkg: make repo/server selection more modular

2011-04-01 Thread Dan McGee
This gets rid of the ever-expanding conditional we had before and replaces it with two case statements. The first handles the command name. If it ends with 'pkg', we treat the entire first part of the reponame, unless of course 'commitpkg' was called directly. This allows one to add new symlinks s

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Pierre Schmitz
On Fri, 1 Apr 2011 15:10:36 -0500, Dan McGee wrote: > On Fri, Apr 1, 2011 at 2:58 PM, Pierre Schmitz wrote: >> On Fri, 1 Apr 2011 21:54:30 +0200, Rémy Oudompheng wrote: >>> In my current understanding: >>> * package pool holds packages and their signature files, and serves as >>> the basis for gen

[arch-dev-public] Integrity Check x86_64: core, extra, community, multilib 01-04-2011

2011-04-01 Thread repomaint
Warning : the repository multilib does not exist in /srv/abs/rsync/any === = Integrity Check x86_64 of core,extra,community,multilib = === Performing integrity checks... ==> parsing pkg

[arch-dev-public] Integrity Check i686: core, extra, community 01-04-2011

2011-04-01 Thread repomaint
= Integrity Check i686 of core,extra,community = Performing integrity checks... ==> parsing pkgbuilds ==> parsing db files ==> checking mismatches ==> checking archs ==> checking dependencies ==> che

Re: [arch-dev-public] Integrity Check x86_64: core, extra, community, multilib 01-04-2011

2011-04-01 Thread Pierre Schmitz
On Fri, 1 Apr 2011 15:08:08 -0500, Dan McGee wrote: > Someone needs to recompile... > > On Fri, Apr 1, 2011 at 3:00 PM, wrote: >> Traceback (most recent call last): >>  File "/arch/cron-jobs/check_archlinux/check_packages.py", line 19, in >> >>    import os,re,commands,getopt,sys,tarfile,alpm

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Dan McGee
On Fri, Apr 1, 2011 at 2:58 PM, Pierre Schmitz wrote: > On Fri, 1 Apr 2011 21:54:30 +0200, Rémy Oudompheng wrote: >> On 2011/4/1 Pierre Schmitz wrote: >>> On Fri, 1 Apr 2011 00:54:57 +0200, Rémy Oudompheng wrote: Signature files are optional and the previous behaviour is unchanged when

Re: [arch-dev-public] Integrity Check x86_64: core, extra, community, multilib 01-04-2011

2011-04-01 Thread Dan McGee
Someone needs to recompile... On Fri, Apr 1, 2011 at 3:00 PM, wrote: > Traceback (most recent call last): >  File "/arch/cron-jobs/check_archlinux/check_packages.py", line 19, in > >    import os,re,commands,getopt,sys,tarfile,alpm > ImportError: libalpm.so.5: cannot open shared object file: N

Re: [arch-dev-public] Integrity Check i686: core, extra, community 01-04-2011

2011-04-01 Thread Rémy Oudompheng
On Fri 01 April 2011 at 16:00 -0400, repoma...@archlinux.org wrote: > Traceback (most recent call last): > File "/arch/cron-jobs/check_archlinux/check_packages.py", line 19, in > > import os,re,commands,getopt,sys,tarfile,alpm > ImportError: libalpm.so.5: cannot open shared object file: No

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Rémy Oudompheng
On 2011/4/1 Pierre Schmitz wrote: > On Fri, 1 Apr 2011 21:54:30 +0200, Rémy Oudompheng wrote: >> Then I'm also confused by our current handling of signatures. >> Do we have decided anything about that? >> Why did Allan suggest this patch? >> How can repo-add put signatures in db files if signature

[arch-dev-public] Integrity Check x86_64: core, extra, community, multilib 01-04-2011

2011-04-01 Thread repomaint
Traceback (most recent call last): File "/arch/cron-jobs/check_archlinux/check_packages.py", line 19, in import os,re,commands,getopt,sys,tarfile,alpm ImportError: libalpm.so.5: cannot open shared object file: No such file or directory

[arch-dev-public] Integrity Check i686: core, extra, community 01-04-2011

2011-04-01 Thread repomaint
Traceback (most recent call last): File "/arch/cron-jobs/check_archlinux/check_packages.py", line 19, in import os,re,commands,getopt,sys,tarfile,alpm ImportError: libalpm.so.5: cannot open shared object file: No such file or directory

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Pierre Schmitz
On Fri, 1 Apr 2011 21:54:30 +0200, Rémy Oudompheng wrote: > On 2011/4/1 Pierre Schmitz wrote: >> On Fri, 1 Apr 2011 00:54:57 +0200, Rémy Oudompheng wrote: >>> Signature files are optional and the previous behaviour >>> is unchanged when signatures files do not exist. >>> >>> Signed-off-by: Rémy Ou

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Rémy Oudompheng
On 2011/4/1 Pierre Schmitz wrote: > On Fri, 1 Apr 2011 00:54:57 +0200, Rémy Oudompheng wrote: >> Signature files are optional and the previous behaviour >> is unchanged when signatures files do not exist. >> >> Signed-off-by: Rémy Oudompheng >> --- >> This patch was already posted with very sligh

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Dan McGee
On Fri, Apr 1, 2011 at 2:50 PM, Pierre Schmitz wrote: > On Fri, 1 Apr 2011 21:34:47 +0200, Rémy Oudompheng wrote: >> On 2011/4/1 Dan McGee wrote: >>> WTF- so now we've gone back to the original two-upload? What are we doing >>> here? >>> >>> rsync -e ssh $rsyncopts --partial "${pkgfile}" "${sigf

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Pierre Schmitz
On Fri, 1 Apr 2011 21:34:47 +0200, Rémy Oudompheng wrote: > On 2011/4/1 Dan McGee wrote: >> WTF- so now we've gone back to the original two-upload? What are we doing >> here? >> >> rsync -e ssh $rsyncopts --partial "${pkgfile}" "${sigfile}" >> "$server:staging/$repo/" >> >> will work just fine. >

Re: [arch-dev-public] [dbscripts] [PATCH] Add signature files to update/move/remove targets

2011-04-01 Thread Pierre Schmitz
On Fri, 1 Apr 2011 00:54:57 +0200, Rémy Oudompheng wrote: > Signature files are optional and the previous behaviour > is unchanged when signatures files do not exist. > > Signed-off-by: Rémy Oudompheng > --- > This patch was already posted with very slight differences > on the mailing-list by All

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Rémy Oudompheng
On 2011/4/1 Dan McGee wrote: > WTF- so now we've gone back to the original two-upload? What are we doing > here? > > rsync -e ssh $rsyncopts --partial "${pkgfile}" "${sigfile}" > "$server:staging/$repo/" > > will work just fine. If you specify the empty string as a rsync argument, it will take i

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Dan McGee
On Fri, Apr 1, 2011 at 2:11 PM, Rémy Oudompheng wrote: > Also move some rsync options to $rsyncopts to help > with readability. > > Signed-off-by: Rémy Oudompheng > --- >  commitpkg |   12 +--- >  1 files changed, 9 insertions(+), 3 deletions(-) > > diff --git a/commitpkg b/commitpkg > in

[arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Rémy Oudompheng
Also move some rsync options to $rsyncopts to help with readability. Signed-off-by: Rémy Oudompheng --- commitpkg | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/commitpkg b/commitpkg index dfc2bd1..fb8f9ea 100755 --- a/commitpkg +++ b/commitpkg @@ -104,9 +104

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Rémy Oudompheng
On 2011/4/1 Pierre Schmitz wrote: > On Fri, 1 Apr 2011 01:00:00 +0200, Rémy Oudompheng wrote: >> -             rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts >> --partial "${pkgfile}" -e ssh "$server:staging/$repo/${pkgfile##*/}" >> || abort >> +             rsync -e ssh $rsyncopts --

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Pierre Schmitz
On Fri, 1 Apr 2011 01:00:00 +0200, Rémy Oudompheng wrote: > - rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts > --partial "${pkgfile}" -e ssh "$server:staging/$repo/${pkgfile##*/}" > || abort > + rsync -e ssh $rsyncopts --partial "${pkgfile}" ${sigfile} > "$serve

Re: [arch-dev-public] [signoff] xz 5.0.2-1

2011-04-01 Thread Stéphane Gaudreault
Le 1 avril 2011 11:08:20, Pierre Schmitz a écrit : > Hi all, > > this is a minor upstream update. So please sign off. I ave also added > make check to the PKGBUILD. > > Greetings, > > Pierre > > PS: here is the upstream changelog: > > * LZMA2 decompressor now correctly accepts LZMA2 streams

Re: [arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

2011-04-01 Thread Dan McGee
On Thu, Mar 31, 2011 at 6:00 PM, Rémy Oudompheng wrote: > Also move some rsync options to $rsyncopts to help > with readability. > > Signed-off-by: Rémy Oudompheng > --- > This patch was part of a patchset posted by Allan two weeks > ago. Only one of his patches was merged, this is the > second o

[arch-dev-public] [signoff] xz 5.0.2-1

2011-04-01 Thread Pierre Schmitz
Hi all, this is a minor upstream update. So please sign off. I ave also added make check to the PKGBUILD. Greetings, Pierre PS: here is the upstream changelog: * LZMA2 decompressor now correctly accepts LZMA2 streams with no uncompressed data. Previously it considered them corrupt. The