[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20190912-13-g2edee89

2019-10-15 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  2edee89b629f73c8437368b37efbcafd90429728 (commit)
  from  901581936a9b2cb60bb0ab00944fb14d65bf3732 (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 2edee89b629f73c8437368b37efbcafd90429728
Author: Levente Polyak 
Date:   Wed Oct 16 00:52:33 2019 +0200

Version 20191016

---

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 20191016 created. 20191016

2019-10-15 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 annotated tag, 20191016 has been created
at  f83beacc5ff30a0d207686acb23c98e80271b1cf (tag)
   tagging  2edee89b629f73c8437368b37efbcafd90429728 (commit)
  replaces  20190912
 tagged by  Levente Polyak
on  Wed Oct 16 00:52:37 2019 +0200

- Log -
Version 20191016
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEE4kC1fixGMLp2ji8m/BtUfI2BcsgFAl2mTbUACgkQ/BtUfI2B
csibFQ/+Owk6yToU/ORDhuaWS3CQxtO1EV0LoT3oGuzo2BBR8HuagL9+sMbjr37Y
cflnQxgR7AoXmLE8AbJcs6t2CivwXlMGWsjwDbiMq3ngvkEXj0iy35JipH/zTM+7
m+mMwnDGm2i7yrFRBmEQeGWu3fl784MGyksKCOq2CF9gOrL9bDmnVAOK+RmLhO0O
ZpnCPX8jKlgl4ZIbBAosE1HfOK7ES6EBexKpMJDm7tZm1AQojSg4vcxyDigHb+7A
gYpbbYaeFtwX48GgNctyWSOIgYyjQiWct5O3g8GqTo9S/9oEDqAjEASF1bl9nmyr
/fPkMQ9GhIZ8SOwt2OS1fHZdjqst6SEVRwIBjfkuwv3d8GKUxkRu9/qxPrzd/M63
t4kM3ivHXeqn3NbLGOT84CdIlI9b8T4Wj1swsomQLNFzwCdsLAt3A91zCEaaqqpn
TM4e5WbExhZeAY0xvSo+cOfyEHRf2C1Wchi/Xoy+S804I1w91gyllevSl5mSARV2
VVU0DxMe5LKt6TqOCPtr+zMfpAHTEUoekHKvibT3f7LUok2VBvp10KLUgk3IkNIv
zBj8fwbL3eWhz6B7L7czK+8POfvI98D98QAmNBew3sxFNhzNgE2+lnggA+mgEXT4
c28ovVK9tPTg7FEHabFeogaLAqr2YI97tSlEq7v4CmBVIuc3CYs=
=XOV3
-END PGP SIGNATURE-

Levente Polyak (12):
  makechrootpkg: run checkpkg automatically after build
  checkpkg: add option to avoid keeping the tmp dir
  checkpkg: add option to print a warning in case of differences
  zsh_completion: overhaul all completions to match actual options
  make: add target to tag a new version
  commitpkg: fix wrongly ordered find_cached_package call
  commitpkg: disallow if PKGBUILD hash mismatches package's enclosed hash
  commitpkg: prefer explicit signature+data parameters for gpg --verify
  zsh_completion: add sogrep completions
  zsh_completion: add offload-build completion
  ci: fix travis build using undocumented but reserved keyword
  Version 20191016

jelle van der Waa (1):
  sogrep: redirect to destination mirror (#25)

---


hooks/post-receive
-- 
The official devtools repository


[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20190912-12-g9015819

2019-10-15 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  901581936a9b2cb60bb0ab00944fb14d65bf3732 (commit)
  from  29c6fa85373324c027c4ca3965707422187881d6 (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 901581936a9b2cb60bb0ab00944fb14d65bf3732
Author: Levente Polyak 
Date:   Tue Oct 15 23:43:05 2019 +0200

ci: fix travis build using undocumented but reserved keyword

https://github.com/mikkeloscar/arch-travis/issues/65

---

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


hooks/post-receive
-- 
The official devtools repository


[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20190912-11-g29c6fa8

2019-10-15 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  29c6fa85373324c027c4ca3965707422187881d6 (commit)
  from  74f65db396038caafcba20e4302fba080d8cc100 (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 29c6fa85373324c027c4ca3965707422187881d6
Author: jelle van der Waa 
Date:   Tue Oct 15 23:17:00 2019 +0200

sogrep: redirect to destination mirror (#25)

Some mirrors redirect consumers to a near by mirror which isn't handled
by sogrep.

---

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


hooks/post-receive
-- 
The official devtools repository


[arch-projects] [devtools] [GIT] The official devtools repository branch sogrep_redirect created. 20190912-11-g7f849ea

2019-10-15 Thread Jelle van der Waa 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, sogrep_redirect has been created
at  7f849ea58d6a46631017b928285ebf3ff4ce6c69 (commit)

- Log -
commit 7f849ea58d6a46631017b928285ebf3ff4ce6c69
Author: Jelle van der Waa 
Date:   Tue Oct 15 21:43:20 2019 +0200

sogrep: redirect to destination mirror

Some mirrors redirect consumers to a near by mirror which isn't handled
by sogrep.

---


hooks/post-receive
-- 
The official devtools repository