New comment by the-maldridge on void-packages repository https://github.com/void-linux/void-packages/pull/18049#issuecomment-570889896 Comment: Nothing else currently has a stagedata file: ``` [void-repomaster@a-hel-fi ~]$ ls /hostdir/binpkgs/*stagedata* ls: cannot access '/hostdir/binpkgs/*stagedata*': No such file or directory [void-repomaster@a-hel-fi ~]$ ls /hostdir/binpkgs/*repodata /hostdir/binpkgs/armv6l-repodata /hostdir/binpkgs/i686-repodata /hostdir/binpkgs/armv7l-repodata /hostdir/binpkgs/x86_64-repodata [void-repomaster@a-hel-fi ~]$ ls /hostdir/binpkgs/musl/*repodata /hostdir/binpkgs/musl/armv6l-musl-repodata /hostdir/binpkgs/musl/x86_64-musl-repodata /hostdir/binpkgs/musl/armv7l-musl-repodata [void-repomaster@a-hel-fi ~]$ ls /hostdir/binpkgs/musl/*stagedata* ls: cannot access '/hostdir/binpkgs/musl/*stagedata*': No such file or directory [void-repomaster@a-hel-fi ~]$ ls /hostdir/binpkgs/aarch64/*stagedata* ls: cannot access '/hostdir/binpkgs/aarch64/*stagedata*': No such file or directory [void-repomaster@a-hel-fi ~]$ ``` xq-api also returns the correct data as well now: ``` maldridge@theGibson:~$ curl https://xq-api.voidlinux.org/v1/query/i686?q=bsdtar|jq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 310 100 310 0 0 313 0 --:--:-- --:--:-- --:--:-- 312 { "data": [ { "name": "bsdtar", "version": "3.4.1", "revision": 1, "filename_size": 422724, "repository": "current", "short_desc": "BSD utilities using libarchive" }, { "name": "bsdtar-dbg", "version": "3.4.1", "revision": 1, "filename_size": 2333960, "repository": "debug", "short_desc": "BSD utilities using libarchive (debug files)" } ] } ```