Re: [arch-projects] [netctl] Extended testing for 1.20

2019-02-12 Thread Florian Pritz via arch-projects
On Tue, Feb 12, 2019 at 05:20:13PM +0100, Jouke Witteveen wrote: > I just tagged 1.20, which switches from using wpa_actiond to using wpa_cli. > Let's keep this in [testing] for at least two weeks to see whether > there is anything noticeable from this change. Sounds good. Since I'm not really

[arch-projects] [netctl] Extended testing for 1.20

2019-02-12 Thread Jouke Witteveen via arch-projects
Hi all, I just tagged 1.20, which switches from using wpa_actiond to using wpa_cli. Let's keep this in [testing] for at least two weeks to see whether there is anything noticeable from this change. Thanks! - Jouke

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.19-4-g7cb0a5a

2019-02-12 Thread Jouke Witteveen via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The branch, master has been updated via 7cb0a5ab146f3c26bc05706bda7e3e662af5408a

[arch-projects] [netctl] [GIT] Network control utility based on systemd annotated tag 1.20 created. 1.20

2019-02-12 Thread Jouke Witteveen via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The annotated tag, 1.20 has been created at f740dc6b4de8731345ab5b3014225b96b971707e

[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-8-g6230601

2019-02-09 Thread Levente Polyak via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via 62306018f2cea57aafae410f00d00d2594592e8f (commit)

Re: [arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-02-08 Thread Jouke Witteveen via arch-projects
On Fri, Feb 8, 2019 at 3:36 PM Emil Velikov wrote: > > On Thu, 7 Feb 2019 at 14:50, Jouke Witteveen via arch-projects > wrote: > > > > The same functionality is provided by wpa_supplicant, so we do not need > > an extra and Arch Linux specific dependency. > > T

Re: [arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-02-08 Thread Emil Velikov via arch-projects
On Thu, 7 Feb 2019 at 14:50, Jouke Witteveen via arch-projects wrote: > > The same functionality is provided by wpa_supplicant, so we do not need > an extra and Arch Linux specific dependency. The introduction of wpa_actiond [1] hints there are issues with wpa_cli. Namely: - partial o

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread Eli Schwartz via arch-projects
On 2/7/19 8:00 PM, james harvey via arch-projects wrote: > I guess I'm abusing devtools a bit, as a few others are. I use > devtools to build modified official packages when necessary, and to > build AUR packages even if they depend on other AUR packages. I add a > local reposit

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread james harvey via arch-projects
On Thu, Feb 7, 2019 at 8:14 AM Bruno Pagani wrote: > Le 07/02/2019 à 12:14, james harvey via arch-projects a écrit : > > I got extremely confused when I accidentally found out that the > > MAKEFLAGS that is needed to be set for parallel building using > > devtools is the one

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread james harvey via arch-projects
On Thu, Feb 7, 2019 at 12:15 PM Eli Schwartz via arch-projects wrote: > On 2/7/19 6:14 AM, james harvey via arch-projects wrote: > > I got extremely confused when I accidentally found out that the > > MAKEFLAGS that is needed to be set for parallel building using > > devtool

Re: [arch-projects] [devtools] conf files could be closer to pacman's

2019-02-07 Thread Eli Schwartz via arch-projects
On 2/7/19 6:17 AM, james harvey via arch-projects wrote: > It could be worth a developer diff'ing: > * pacman::makepkg.conf and devtools::makepkg-x86_64.conf > * pacman::pacman.conf and devtools::pacman*.conf > > When trying to figure out my /etc/ vs /usr/share/devt

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread Eli Schwartz via arch-projects
On 2/7/19 6:14 AM, james harvey via arch-projects wrote: > I got extremely confused when I accidentally found out that the > MAKEFLAGS that is needed to be set for parallel building using > devtools is the one in "/etc/makepkg.conf", instead of one like > "/usr/share/d

[arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-02-07 Thread Jouke Witteveen via arch-projects
The same functionality is provided by wpa_supplicant, so we do not need an extra and Arch Linux specific dependency. --- README | 4 ++-- contrib/PKGBUILD.in | 1 - src/lib/auto.action | 31 ++- src/netctl-auto | 30 +- 4

[arch-projects] [netctl][PATCH] Do not allow the kernel to try and be smarter than us

2019-02-07 Thread Jouke Witteveen via arch-projects
When accept_ra is set to 1, router advertisements are still ignored if the interface is in forwarding mode. For such configurations, the interface should have a static configuration and netctl already sets accept_ra to 0. Setting it to 2 otherwise forces the kernel to accept router advertisements

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.19-1-gea9ccfd

2019-02-07 Thread Jouke Witteveen via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The branch, master has been updated via ea9ccfd2e249880c9b09553c3963a9b3d735faca

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread Bruno Pagani via arch-projects
Hi, Le 07/02/2019 à 12:14, james harvey via arch-projects a écrit : > I got extremely confused when I accidentally found out that the > MAKEFLAGS that is needed to be set for parallel building using > devtools is the one in "/etc/makepkg.conf", instead of one like > "

Re: [arch-projects] [devtools] conf files could be closer to pacman's

2019-02-07 Thread Levente Polyak via arch-projects
On February 7, 2019 12:17:01 PM GMT+01:00, james harvey via arch-projects wrote: >It could be worth a developer diff'ing: >* pacman::makepkg.conf and devtools::makepkg-x86_64.conf >* pacman::pacman.conf and devtools::pacman*.conf > >When trying to figure out my /etc/ vs /usr

[arch-projects] [devtools] conf files could be closer to pacman's

2019-02-07 Thread james harvey via arch-projects
It could be worth a developer diff'ing: * pacman::makepkg.conf and devtools::makepkg-x86_64.conf * pacman::pacman.conf and devtools::pacman*.conf When trying to figure out my /etc/ vs /usr/share/devtools/ confusion with MAKEFLAGS, I saw these differ in more areas than I would have expected. I

[arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread james harvey via arch-projects
I got extremely confused when I accidentally found out that the MAKEFLAGS that is needed to be set for parallel building using devtools is the one in "/etc/makepkg.conf", instead of one like "/usr/share/devtools/makepkg-x86_64.conf". Turns out this is because "makechrootpkg"::20180531-4::638 is:

Re: [arch-projects] [netctl] [PATCH] Makefile: specify the correct shell to use

2019-01-27 Thread Jouke Witteveen via arch-projects
On Sun, Jan 27, 2019 at 3:00 AM Eli Schwartz via arch-projects wrote: > > The Makefile commands in use include bash-specific features like brace > expansion, and thus cannot run under the default /bin/sh shell as that > may or may not be GNU bash (bash supports brace expansion e

[arch-projects] [netctl] [PATCH] Makefile: specify the correct shell to use

2019-01-26 Thread Eli Schwartz via arch-projects
The Makefile commands in use include bash-specific features like brace expansion, and thus cannot run under the default /bin/sh shell as that may or may not be GNU bash (bash supports brace expansion even in posix mode). Consequently, the Makefile failed to execute correctly when the system

[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-7-g65b50da

2019-01-21 Thread Levente Polyak via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated discards 450e6af53b9e429b894a4b04b03d45ddae1a9786 (commit)

[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-6-g450e6af

2019-01-21 Thread Levente Polyak via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via 450e6af53b9e429b894a4b04b03d45ddae1a9786 (commit)

[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-5-g8310abb

2019-01-21 Thread Levente Polyak via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via 8310abb3485bdf63fc3557e3020a43f9f9e03927 (commit)

[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-4-g7b09525

2019-01-21 Thread Levente Polyak via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via 7b095250030dd85684226a6191d739d2f04424a3 (commit)

[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-3-ge9102b2

2019-01-21 Thread Levente Polyak via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via e9102b2ad84964cd826a63e0de605828e0528261 (commit)

Re: [arch-projects] [pyalpm] [PATCH] Rename function to match renamed name in pacman master

2019-01-18 Thread Eli Schwartz via arch-projects
On 1/18/19 10:16 AM, Morgan Adamiec via arch-projects wrote: > On Fri, 18 Jan 2019 at 14:53, Eli Schwartz via arch-projects > wrote: >> >> alpm_sync_newversion becomes alpm_sync_get_new_version and changes >> behavior slightly. See for details: >> https://git.archl

Re: [arch-projects] [pyalpm] [PATCH] Rename function to match renamed name in pacman master

2019-01-18 Thread Morgan Adamiec via arch-projects
On Fri, 18 Jan 2019 at 14:53, Eli Schwartz via arch-projects wrote: > > alpm_sync_newversion becomes alpm_sync_get_new_version and changes > behavior slightly. See for details: > https://git.archlinux.org/pacman.git/commit/?id=e9d91a688d1a2ebe58e8a895853debf745a529cf > --- &

[arch-projects] [pyalpm] [PATCH] Rename function to match renamed name in pacman master

2019-01-18 Thread Eli Schwartz via arch-projects
alpm_sync_newversion becomes alpm_sync_get_new_version and changes behavior slightly. See for details: https://git.archlinux.org/pacman.git/commit/?id=e9d91a688d1a2ebe58e8a895853debf745a529cf --- DO NOT MERGE THIS until after pacman 5.2 or 6 is released. pacman does not have any good

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-17 Thread Maarten de Vries via arch-projects
454a9c1ec00a3ef11f3f599281127b383d > > This is when it was finally merged: > https://lists.archlinux.org/pipermail/arch-projects/2018-May/004897.html > > It was only merged at that time, because despite my having contributed a > patch months before which make makechrootpkg work *at a

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-17 Thread Eli Schwartz via arch-projects
to it happening, it's just totally not worth my time to even try. The last time I tried to submit a patch for devtools was here: https://git.archlinux.org/devtools.git/commit/?id=5b3c14454a9c1ec00a3ef11f3f599281127b383d This is when it was finally merged: https://lists.archlinux.org/pipermail/arch-pr

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-17 Thread Maarten de Vries via arch-projects
hwartz wrote: > > > > On 1/15/19 8:56 AM, Maarten de Vries wrote: > > > On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects > > > wrote: > > >> > > >> On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > > >>

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Maarten de Vries via arch-projects
On Tue, 15 Jan 2019 at 15:03, Eli Schwartz wrote: > > On 1/15/19 8:56 AM, Maarten de Vries wrote: > > On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects > > wrote: > >> > >> On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > >

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Eli Schwartz via arch-projects
On 1/15/19 8:56 AM, Maarten de Vries wrote: > On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects > wrote: >> >> On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: >>> These patches make it possible to build withouth a shared pacman cache >

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Maarten de Vries via arch-projects
On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects wrote: > > On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > > These patches make it possible to build withouth a shared pacman cache > > using makechrootpkg. I need this myself because I'm

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Eli Schwartz via arch-projects
On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > These patches make it possible to build withouth a shared pacman cache > using makechrootpkg. I need this myself because I'm building packages > for different repositories where some of them contain packages with the &g

[arch-projects] [devtools] [PATCH 2/2] makechrootpkg: Allow setting pacman cache for arch-nspawn.

2019-01-15 Thread Maarten de Vries via arch-projects
Signed-off-by: Maarten de Vries --- makechrootpkg.in | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index d81be84..ad65de4 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -38,6 +38,7 @@ usage() {

[arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Maarten de Vries via arch-projects
These patches make it possible to build withouth a shared pacman cache using makechrootpkg. I need this myself because I'm building packages for different repositories where some of them contain packages with the same name, but different compile time configuration. It also allows building

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag 20190113 created. 20190113

2019-01-13 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, 20190113 has been created at 7aa40fa976c8f51c03095619782a905e992f1157 (tag)

[arch-projects] [dbscripts] [PATCH] Handle split packages properly in staging repos check.

2019-01-13 Thread Eli Schwartz via arch-projects
This needs to check the pkgbase, not the pkgname, as for split packages we need to lookup a PKGBUILD using the basename. Signed-off-by: Eli Schwartz --- db-functions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/db-functions b/db-functions index 5c363578..65e7700f

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag 20190111-2 deleted. 20190111-1-g70adbd1

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, 20190111-2 has been deleted was 5bfe163783afeb315c64411a4649e808eda93bfa - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag 20190111-2 created. 20190111-2

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, 20190111-2 has been created at dcb4f00944c0911c8e9f2163828a4ebc78037aea (tag)

[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20190111-2-1-g7a173f8

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, master has been updated via 7a173f8298f915050778999ec8eef1322dfc0d97 (commit) from

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag 20190111-2 created. 20190111-2

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, 20190111-2 has been created at 5bfe163783afeb315c64411a4649e808eda93bfa (tag)

[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20190111-2

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, master has been updated via 70adbd1a69636c0524003a684c69af0f23b54539 (commit) from

Re: [arch-projects] [dbscripts] Accidentally all the tags (was: [GIT] Official repo DB scripts annotated tag 20190111 created. 20190111)

2019-01-11 Thread Eli Schwartz via arch-projects
Oops, I have sent a raft of faulty tags in addition by accident that I once git fetched from a fork. :( Please either ignore or give me permission to backdoor your email provider and delete the spam for you. -- Eli Schwartz Bug Wrangler and Trusted User signature.asc Description: OpenPGP

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20171111 created. 20111105-451-ge397326

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/2017 has been created at e3973262cca737d8c174b6292f64de6b1baeb6e6 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180502.2 created. 20111105-564-g1a3f628

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180502.2 has been created at 1a3f6289ccfbb15cd8e8c3d28a8ee198fa477a30 (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180429.1 created. 20111105-548-gffb88bb

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180429.1 has been created at ffb88bb9082b68ec928811d05c76bcab8431a37b (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180401 created. 20111105-479-gffedeab

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180401 has been created at ffedeab545c1c4f45f315adbdc7a42dea707f455 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180326 created. 20111105-478-g4075f9e

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180326 has been created at 4075f9ed3631ac04042678ffeffa74e166d12b15 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170610.1 created. 20111105-441-g961f0c5

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170610.1 has been created at 961f0c5355e12120955d3dec08162237e5096c2b (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170527.1 created. 20111105-438-g54ce226

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170527.1 has been created at 54ce226dc304ed13befb747edc329d09467b8cbd (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180425 created. 20111105-540-g3867f04

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180425 has been created at 3867f0435b2d98278657fc47558ff44c9f554247 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170120.1 created. 20111105-430-gde9f3ba

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170120.1 has been created at de9f3bae65a3c488a11a998fa177921ed4cab339 (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170214.1 created. 20111105-434-g92583e5

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170214.1 has been created at 92583e52b6b785b0c5c740948cb09738f3027275 (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170214 created. 20111105-432-g99ff674

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170214 has been created at 99ff674ad4206e2e140ec4e1cc6caa7f535b8803 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20160708 created. 20111105-414-g7035711

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20160708 has been created at 70357110197aa7e954bd50593c36721f4d547911 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180505 created. 20111105-572-g8393137

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180505 has been created at 8393137cd49de14f0f74caee8e93fa43ca881e2b (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180507.1 created. 20111105-583-ga9f1927

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180507.1 has been created at a9f1927584a312900e7db29cee7daa548301ec9f (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170610.3 created. 20111105-442-gfcb893a

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170610.3 has been created at fcb893a28265fb9e815b88012c3f2a7d940e3888 (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180429 created. 20111105-543-gb27f6fd

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180429 has been created at b27f6fdadee4227ab32b8bf34fe609e5b44fdc35 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180612 created. 20111105-654-g77b61a2

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180612 has been created at 77b61a24ab1e71f65215c968ba7b118b6ac5e10a (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180611 created. 20111105-651-g12dfdd5

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180611 has been created at 12dfdd5944ae78ff4dd6cbe0cd96a09a0d99f595 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag lukeshu/to-upstream/2018-03-15-archlinux+cleanup-v4 created. lukeshu/to-upstream/2018-03-15-archlinux+cleanup-v4

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, lukeshu/to-upstream/2018-03-15-archlinux+cleanup-v4 has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag lukeshu/to-upstream/2018-03-21-archlinux+cleanup-v9 created. 20131102-85-g5a6c4dd

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, lukeshu/to-upstream/2018-03-21-archlinux+cleanup-v9 has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180507 created. 20111105-579-gfef7b4f

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180507 has been created at fef7b4f6e946d50fcc37a5b8a795ba1ee6a2cfc6 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag lukeshu/to-upstream/2018-03-16-archlinux+cleanup-v7 created. lukeshu/to-upstream/2018-03-16-archlinux+cleanup-v7

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, lukeshu/to-upstream/2018-03-16-archlinux+cleanup-v7 has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180610 created. 20111105-625-g9233d18

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180610 has been created at 9233d18f7487c2d2b969a4b72ae9976f1dc757cd (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170120.2 created. 20111105-432-g99ff674

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170120.2 has been created at 99ff674ad4206e2e140ec4e1cc6caa7f535b8803 (commit) -

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag lukeshu/2011-dbscripts-repo-maintainer-merge created. 20101209-99-g7203e2e

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, lukeshu/2011-dbscripts-repo-maintainer-merge has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag lukeshu/to-upstream/2018-04-02-archlinux+cleanup-v10 created. 20131102-87-geb09efd

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, lukeshu/to-upstream/2018-04-02-archlinux+cleanup-v10 has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag lukeshu/to-upstream/2018-03-14-archlinux+cleanup-v2 created. lukeshu/to-upstream/2018-03-14-archlinux+cleanup-v2

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, lukeshu/to-upstream/2018-03-14-archlinux+cleanup-v2 has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20170120 created. 20111105-429-g973daf0

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20170120 has been created at 973daf0b56132ff451913fc127521ab5fcd5d033 (commit) - Log

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag 20190111 created. 20190111

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, 20190111 has been created at 9e45ae4063267eb123b8cae625a3afdcfde52329 (tag)

[arch-projects] [dbscripts] [GIT] Official repo DB scripts annotated tag lukeshu/to-upstream/2018-03-14-archlinux+cleanup-v3 created. lukeshu/to-upstream/2018-03-14-archlinux+cleanup-v3

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The annotated tag, lukeshu/to-upstream/2018-03-14-archlinux+cleanup-v3 has been created at

[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20180603-18-gd5970df

2019-01-11 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, master has been updated via d5970df3a7051b7ceb5d69a345c763e9b5ed8052 (commit) via

[arch-projects] [dbscripts] [PATCH v2 2/3] db-update: die when trying to update a package without updating a pending rebuild

2019-01-10 Thread Eli Schwartz via arch-projects
A semi-common pattern is for one maintainer to stage a rebuild of a package due to e.g. cascading repository-wide python/boost/whatever rebuilds, and then for the original maintainer of the package to not notice and update the package in the stable repo, leaving an out of date rebuild in staging

[arch-projects] [dbscripts] [PATCH] Fix db-archive not running at the correct time.

2019-01-10 Thread Eli Schwartz via arch-projects
At the point when it was being run, the signature was not yet moved to PKGPOOL. Signed-off-by: Eli Schwartz --- Discovered while debugging the verify branch. db-update | 2 +- test/cases/db-update.bats | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20180603-15-g948a181

2019-01-10 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, master has been updated via 948a181f5f09ca1cc03d450081f296222ca26d2f (commit) from

[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch verify-update-plus-rebuild created. 20180603-17-g77c7269

2019-01-10 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, verify-update-plus-rebuild has been created at 77c72694e608decd63978f3ae6d941487476ef98

[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20180603-14-gf11a038

2019-01-10 Thread Eli Schwartz via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, master has been updated via f11a038c43270a70eafdba34ff33e134b6726a04 (commit) via

JavaFX 11 - Where is ButtonBuilder, HBoxBuilder, etc...?

2019-01-09 Thread Heitor Projects - Jose
Hi, I am migrating a swing interop application from JavaFX-8  to JavaFX-11... Have the ButtonBuilder, HBoxBuilder, etc. been removed? And if so, can anyone point me to an example alternative? Jose Heitor

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-u

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 >

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 @@

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

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 > + > +. "$(dirna

[arch-projects] [dbscripts] [PATCH v2 1/2] tests: make dummy archive copies of all packages in the test environment

2019-01-08 Thread Eli Schwartz via arch-projects
Prerequisite for reproducible archives of packages. Signed-off-by: Eli Schwartz --- test/lib/common.bash | 10 ++ 1 file changed, 10 insertions(+) diff --git a/test/lib/common.bash b/test/lib/common.bash index bc2b4e6d..ab7d5963 100644 --- a/test/lib/common.bash +++

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

2019-01-08 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

[ECOLOG-L] Wildlife Handling Research Assistantship: Primates, Bats, Birds, and Small Terrestrial Mammals

2019-01-08 Thread Field Projects International - Mini Watsa
Overview: This training program targets students with interest in wildlife handling, zoology, or veterinary science. Students will participate in annual capture and release programs focused on nonhuman primates, bats, birds, and small to medium size terrestrial mammals (rodents, marsupials,

[ECOLOG-L] Research Assistantship in Primate Behavior and Spatial Ecology

2019-01-08 Thread Field Projects International - Mini Watsa
Overview: Tamarins are notoriously difficult to track and identify in the wild, because of their diminutive size and morphological homogeneity. In this program, we monitor a population of ~14 tamarin groups, individually identifiable and radio-collared, to study their space use and means of

[ECOLOG-L] Mona Island Amphibian Survey Expedition

2019-01-04 Thread Field Projects International: Mini watsa
PROGRAM OVERVIEW: Situated in the heart of the Caribbean, equidistant from Puerto Rico and the Dominican Republic, Mona Island is often called the Galapagos of the Caribbean. Once just a destination for pirates and privateers, Mona is protected by the Department of Natural and Environmental

[ECOLOG-L] Genomics in the Jungle: Peru

2019-01-04 Thread Field Projects International: Mini Watsa
COURSE OVERVIEW This course will take you to the Peruvian Amazon, where you will learn how field research is conducted, assist in sample collection, and then actually extract, amplify, sequence, and interpret genetic data to answer several practical research questions about wildlife ecology

[arch-projects] [devtools] [PATCH v2] Expand check_root keepenv variables

2018-12-21 Thread Morten Linderud via arch-projects
From: Morten Linderud Les us source makepkg.conf settings from the environemnt. This also includes `GNUPGHOME` which is present in `makechrootpkg`, but not included in archbuild. Signed-off-by: Morten Linderud --- archbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-12-20 Thread Florian Pritz via arch-projects
On Wed, Dec 05, 2018 at 10:49:44AM +0100, Florian Pritz via arch-devops wrote: > Also thinking about this, it would be great if we could skip the pkg > symlinks for each day's archive and only copy the db itself. All we'd > need is to have a dedicated PackageServer= setting (like Server=, but >

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

2018-12-12 Thread Eli Schwartz via arch-projects
On 12/12/18 3:55 AM, Jelle van der Waa wrote: > On 12/04/18 at 01:15pm, Eli Schwartz via arch-devops wrote: >> On 12/4/18 1:09 PM, Eli Schwartz wrote: >>> Whenever adding new package files to the pool of distributed packages, >>> hardlink a copy of every package it was built with, into a >>>

Presentazione specialisti ICT-- NewsLetter 08/2018.

2018-12-10 Thread Programs and Projects Consulting Srl
ai nostri strumenti potete individuare i profili migliori ed al miglior prezzo con un solo click ! Consulenza ITC La Programs & Projects Consulting e' il partner ideale per le aziende. Proponiamo un'offerta di servizi completa ed integrata, dalla consulenza nella progettazione di sis

<    1   2   3   4   5   6   7   8   9   10   >