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

2020-06-04 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  eb1a090c5bfb9a1620abc21f8b81da510f965c4d (commit)
  from  e7d06173a46eebad332805856e352531fc7b379b (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 eb1a090c5bfb9a1620abc21f8b81da510f965c4d
Author: Eli Schwartz 
Date:   Thu Jun 4 23:15:37 2020 -0400

rewrite issplitpkg check to be compatible with pacman 5.1

We tried to optimize out checking packages which aren't even split
packages, by skipping the ones with no pkgbase. But pacman 5.1 always
writes the pkgbase in order to simplify parsing of the .PKGINFO, so this
was no longer reliable. Instead, check how many pkgnames are in the
corresponding PKGBUILD. This is the master source of truth anyway.

---

Summary of changes:
 db-functions | 19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Official repo DB scripts


[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20191022-1-ge7d0617

2020-06-04 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  e7d06173a46eebad332805856e352531fc7b379b (commit)
  from  ffae053006b2ecd53b028e26252b5b58e1f85d43 (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 e7d06173a46eebad332805856e352531fc7b379b
Author: Eli Schwartz 
Date:   Thu Jun 4 23:08:39 2020 -0400

add licensing information based on discussion with primary contributors

Further contributions will need to be consistent with this, and now we
need to hunt down the remaining contributors and clarify the license
status. Fun!

Signed-off-by: Eli Schwartz 

---

Summary of changes:
 LICENSE.md| 361 ++
 LICENSE_STATUS.md |  48 
 README.md |  20 +++
 3 files changed, 429 insertions(+)
 create mode 100644 LICENSE.md
 create mode 100644 LICENSE_STATUS.md


hooks/post-receive
-- 
Official repo DB scripts


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

2019-10-22 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  ffae053006b2ecd53b028e26252b5b58e1f85d43 (commit)
  from  60d036ead2565ea19e1c09f8b263cfe34918e2cf (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 ffae053006b2ecd53b028e26252b5b58e1f85d43
Author: Eli Schwartz 
Date:   Tue Jan 29 13:21:34 2019 -0400

config: sync list of valid compression types from pacman 5.2

This adds support for zst, lz4, and lzip compressed packages.

---

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


hooks/post-receive
-- 
Official repo DB scripts