Re: [arch-projects] [dbscripts] [PATCH v3 2/2] Add reproducible archive of packages.

2019-01-09 Thread Florian Pritz via arch-projects
On Wed, Jan 09, 2019 at 05:01:21PM -0500, Eli Schwartz via arch-projects wrote: > v3: string changes, consistently use BASH_SOURCE Looks good to me. Thanks! Florian signature.asc Description: PGP signature

[arch-projects] [dbscripts] [PATCH v3 2/2] Add reproducible archive of packages.

2019-01-09 Thread Eli Schwartz via arch-projects
Whenever adding new package files to the pool of distributed packages, copy the file into a longterm archive. This is the first step to merging the functionality of archivetools, as this implements the shared pool while also guaranteeing that all packages are archived at the time of entry rather

Re: [arch-projects] [dbscripts] [PATCH v2 2/2] Add reproducible archive of packages.

2019-01-09 Thread Florian Pritz via arch-projects
On Wed, Jan 09, 2019 at 10:45:12AM -0500, Eli Schwartz via arch-projects wrote: > diff --git a/db-update b/db-update > index 313fb999..04a29bf3 100755 > --- a/db-update > +++ b/db-update > @@ -61,6 +61,9 @@ for repo in "${repos[@]}"; do > if

Re: [arch-projects] [dbscripts] [PATCH v2 2/2] Add reproducible archive of packages.

2019-01-09 Thread Eli Schwartz via arch-projects
On 1/9/19 10:34 AM, Florian Pritz wrote: > On Wed, Jan 09, 2019 at 09:49:26AM -0500, Eli Schwartz via arch-projects > wrote: diff --git a/db-functions b/db-functions index 7aeedced..b8a00b90 100644 --- a/db-functions +++ b/db-functions @@ -444,4 +447,24 @@

Re: [arch-projects] [dbscripts] [PATCH v2 2/2] Add reproducible archive of packages.

2019-01-09 Thread Florian Pritz via arch-projects
On Wed, Jan 09, 2019 at 09:49:26AM -0500, Eli Schwartz via arch-projects wrote: > >> diff --git a/db-functions b/db-functions > >> index 7aeedced..b8a00b90 100644 > >> --- a/db-functions > >> +++ b/db-functions > >> @@ -444,4 +447,24 @@ arch_repo_modify() { > >>REPO_MODIFIED=1 > >> } > >>

Re: [arch-projects] [dbscripts] [PATCH v2 2/2] Add reproducible archive of packages.

2019-01-09 Thread Eli Schwartz via arch-projects
On 1/9/19 8:00 AM, Florian Pritz wrote: > On Tue, Jan 08, 2019 at 06:40:37PM -0500, Eli Schwartz via arch-projects > wrote: >> diff --git a/db-archive b/db-archive >> new file mode 100755 >> index ..5680b9de >> --- /dev/null >> +++ b/db-archive >> @@ -0,0 +1,21 @@ >> +#!/bin/bash >> + >>

Re: [arch-projects] [dbscripts] [PATCH v2 2/2] Add reproducible archive of packages.

2019-01-09 Thread Florian Pritz via arch-projects
On Tue, Jan 08, 2019 at 06:40:37PM -0500, Eli Schwartz via arch-projects wrote: > diff --git a/db-archive b/db-archive > new file mode 100755 > index ..5680b9de > --- /dev/null > +++ b/db-archive > @@ -0,0 +1,21 @@ > +#!/bin/bash > + > +. "$(dirname "$(readlink -e "$0")")/config" This

[arch-projects] [namcap] [PATCH] recognize arch-specific variables even if packages is for only one architecture

2019-01-09 Thread arch
From: Erich Eckner Architecture-specific variables should be useable as soon as a package is not built for 'any' architecture. With the deprecation of i686, this becomes relevant, as many packages are now only built for x86_64. However, the source (and checksums) may be _not_