FS#79507 - git state repostitory contains files with wrong syntax

Attached to Project: Arch Linux
Opened by Erich Eckner (deepthought) - Tuesday, 29 August 2023, 18:36 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 29 August 2023, 21:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

https://repos.archlinux.org/git/state revision d7fee1557191868df4b1dc8fd7bf51eccd237f0f (current main) contains several references to packages, that do not have a git revision:

$ git remote -v
origin https://repos.archlinux.org/git/state (fetch)
origin https://repos.archlinux.org/git/state (push)

$ git rev-parse main
d7fee1557191868df4b1dc8fd7bf51eccd237f0f

$ git archive main | tar -Ox | grep -v ' [0-9a-f]\{40\}$'
python-pylink-square 1.2.0-1 1.2.0-1 1.2.0-1
python-shtab 1.6.4-1 1.6.4-1 1.6.4-1
gitlab-pages 16.2.4-1 16.2.4-1 16.2.4-1
android-tools 34.0.1-3 34.0.1-3 34.0.1-3
deepin-qt5platform-plugins 5.6.12-1 5.6.12-1 5.6.12-1
dhall-lsp-server 1.1.2-113 1.1.2-113 1.1.2-113
dice 0.1.1-18 0.1.1-18 0.1.1-18
electron25 25.6.0-1 25.6.0-1 25.6.0-1
git-warp-time 0.4.11-2 0.4.11-2 0.4.11-2
haskell-brick 1.5-21 1.5-21 1.5-21
haskell-cabal-install-parsers 0.4.2-225 0.4.2-225 0.4.2-225
haskell-chunked-data 0.3.1-231 0.3.1-231 0.3.1-231
haskell-constraints 0.13.4-29 0.13.4-29 0.13.4-29
haskell-crypto-pubkey-types 0.4.3-314 0.4.3-314 0.4.3-314
haskell-curve25519 0.2.7-29 0.2.7-29 0.2.7-29
haskell-doctemplates 0.11-26 0.11-26 0.11-26
haskell-doctest-driver-gen 0.3.0.7-2 0.3.0.7-2 0.3.0.7-2
haskell-fingertree 0.1.5.0-49 0.1.5.0-49 0.1.5.0-49
haskell-hackage-security 0.6.2.3-42 0.6.2.3-42 0.6.2.3-42
haskell-here 1.2.13-345 1.2.13-345 1.2.13-345
haskell-io-streams 1.5.2.2-29 1.5.2.2-29 1.5.2.2-29
haskell-json 0.10-132 0.10-132 0.10-132
haskell-libbf 0.6.5.1-23 0.6.5.1-23 0.6.5.1-23
haskell-lifted-base 0.2.3.12-247 0.2.3.12-247 0.2.3.12-247
haskell-mutable-containers 0.3.4.1-45 0.3.4.1-45 0.3.4.1-45
haskell-numbers 3000.2.0.2-26 3000.2.0.2-26 3000.2.0.2-26
haskell-recv 0.1.0-9 0.1.0-9 0.1.0-9
haskell-refinery 0.4.0.0-138 0.4.0.0-138 0.4.0.0-138
haskell-status-notifier-item 0.3.1.0-77 0.3.1.0-77 0.3.1.0-77
haskell-storable-tuple 0.1-5 0.1-5 0.1-5
haskell-websockets 0.12.7.3-82 0.12.7.3-82 0.12.7.3-82
haskell-witch 1.1.6.1-6 1.1.6.1-6 1.1.6.1-6
kdelibs4support 5.109.0-1 5.109.0-1 5.109.0-1
kholidays 1:5.109.0-1 1-5.109.0-1 1-5.109.0-1
libopenmpt 0.7.2-1 0.7.2-1 0.7.2-1
soft-serve 0.5.4-1 0.5.4-1 0.5.4-1
syndication 5.109.0-1 5.109.0-1 5.109.0-1
qt6-tools 6.6.0beta3-1 6.6.0beta3-1 6.6.0beta3-1

note, that the 4th column should be a git hash:

$ git archive main -- core-x86_64/glibc | tar -Ox
glibc 2.38-3 2.38-3 533b85025a3712175e0037f1d8e05fc193f207db
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 29 August 2023, 21:30 GMT
Reason for closing:  Upstream
Additional comments about closing:  As per @gromit, please resubmit in the appropriate "upstream" project. i.e. Arch GitLab instance -> dbscripts
Comment by Christian Heusel (gromit) - Tuesday, 29 August 2023, 18:58 GMT
Uh, thats quite an intresting catch 🤔
Could you raise this issue with the dbscripts repo? https://gitlab.archlinux.org/archlinux/dbscripts/-/issues

Loading...