[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180528-1-ge414173

2018-05-28 Thread Allan McRae 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  e414173f8984485ff850e1fba0f8cf97cd970064 (commit)
  from  7fcf847bc37fb014d38dcb5c37ea3abc75e1889a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit e414173f8984485ff850e1fba0f8cf97cd970064
Author: Allan McRae 
Date:   Tue May 29 10:42:47 2018 +1000

update makefile for current version

Signed-off-by: Allan McRae 

---

Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The official devtools repository


[arch-projects] [devtools] [GIT] The official devtools repository annotated tag 20180528 created. 20180528

2018-05-28 Thread Allan McRae 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 annotated tag, 20180528 has been created
at  c762f19bc49b9c0552ff8c63c4637d9b85b6d26e (tag)
   tagging  7fcf847bc37fb014d38dcb5c37ea3abc75e1889a (commit)
  replaces  20171108
 tagged by  Allan McRae
on  Tue May 29 10:39:37 2018 +1000

- Log -
20180528
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEEZkWwqMcAXnjbHXhk+Z/+D+rpmb0FAlsMoUkACgkQ+Z/+D+rp
mb0FzggAiWR7Wv026xD9B/V3og0x5KT0WVw5j3ZmwjFBKhLlILgF52ZArklAgeIS
bagXKpU7SyPzwTeJlHSVLcksssDo0hIVwyv71bvicEQC5RmG66WPVq6PRFSxAjpq
UfReFYmAt02RWfvvTiV79bwnkd3e+3FhHdFBETil0a+xQ5xg4iOKHkhLndUAd2Qd
B9szH924NCh+2PjnDzHKBb3stITNaJzz+BKKmZ5OKFsX3Dd8ql9sj3nJgYSErasb
3/MRXImFtr2P3EHQt+FFRe8P6ybAfqhbUvBPknL+NZgVucV/LoX2dTxT3DGBCjSH
aiUBvtBwKamt7YxQauaQsoDr5oOMfA==
=9dFB
-END PGP SIGNATURE-

Bartłomiej Piotrowski (2):
  makechrootpkg: make sure that makepkg.conf is always parsed as text
  Remove corepkg symlink

Eli Schwartz (8):
  Support reproducible builds
  makechrootpkg: Fix unconditionally running namcap
  makechrootpkg: Fix anti-pattern when checking for enabled features
  makechrootpkg: fix verifysource with pacman-git
  makechrootpkg: Do not copy the user keyring into the chroot.
  Revert "arch-nspawn: Work around pacman master returning file-URLs from 
the cache"
  Proper fix for pacman-git returning file urls from the cache
  Do not assume the makechrootpkg user's groupname is the same as the 
username

Emiel Wiedijk (1):
  makechrootpkg: respect GNUPGHOME

Evangelos Foutras (2):
  Revert "makechrootpkg: Reopen console to assign the CTTY"
  makechrootpkg: add /etc/shadow entry for builduser

Luke Shumaker (4):
  arch-nspawn: make sure that makepkg.conf is always parsed as text
  arch-nspawn: Remove pointless $(echo ...) subshell
  lib/common.sh: Adjust to work properly with `set -u`
  makechrootpkg: Adjust to work properly with `set -e`

---


hooks/post-receive
-- 
The official devtools repository


[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20171108-17-g7fcf847

2018-05-28 Thread Allan McRae 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  7fcf847bc37fb014d38dcb5c37ea3abc75e1889a (commit)
   via  5b3c14454a9c1ec00a3ef11f3f599281127b383d (commit)
   via  4408bb2a1529b5a1e62e12ac617daac945d44e27 (commit)
   via  509c00ea23e676d97072786f1fbe97dc23fa898b (commit)
  from  5713cd629c97c7a12a600a1dd73ad81d87374eb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7fcf847bc37fb014d38dcb5c37ea3abc75e1889a
Author: Eli Schwartz 
Date:   Wed May 16 10:37:55 2018 -0400

Do not assume the makechrootpkg user's groupname is the same as the username

chown support "$user:$group" but also "$user:" which infers $group
rather than leaving it as root. This looks up the group name in cases
where the default group is e.g. "users" and users do not get their own
unique groups.

commit 5b3c14454a9c1ec00a3ef11f3f599281127b383d
Author: Eli Schwartz 
Date:   Sat Sep 30 23:40:47 2017 -0400

Proper fix for pacman-git returning file urls from the cache

It is much nicer to use a proper configuration parser to retrieve the
primary mirror, rather than clever hacks using undocumented APIs,
especially when their behavior as used then breaks in later releases.

Fortunately, pacutils exists now and pacconf handles this quite
elegantly. It has since been moved to pacman-git proper.

Check if pacman-conf from a new enough version of pacman exists and
fallback on pacconf from pacutils.

commit 4408bb2a1529b5a1e62e12ac617daac945d44e27
Author: Eli Schwartz 
Date:   Sat Sep 30 23:31:23 2017 -0400

Revert "arch-nspawn: Work around pacman master returning file-URLs from the 
cache"

This reverts commit eb6b0e3f11279b6512b1469ff042d2982eaaeef4.

This never worked, as pacman-git returns file urls from the cache anyway
and pacman stable doesn't have any problem at all. Having useless code
which makes people think the issue is solved when it really isn't, is
bloat, so remove it.

commit 509c00ea23e676d97072786f1fbe97dc23fa898b
Author: Eli Schwartz 
Date:   Mon Jan 15 12:36:45 2018 -0500

makechrootpkg: Do not copy the user keyring into the chroot.

Since commit 75fdff1811a0487f82c75b2e260da905102b4eea we no longer run
integrity checks inside the chroot anyway, so this is no longer needed
and will never be used.

---

Summary of changes:
 arch-nspawn.in   | 3 ++-
 makechrootpkg.in | 9 ++---
 2 files changed, 4 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
The official devtools repository