[2022-02-03T01:28:33Z] is anyone using PR 278 (https://github.com/kisslinux/kiss/pull/278) here? I think i found a bug? I have popt and poppler installed, and it seems to do something strange when i do `kiss i poppler` [2022-02-03T01:28:36Z] > sed: /var/db/kiss/installed/pmount/manifest/var/db/kiss/installed/popt/manifest: Not a directory [2022-02-03T01:29:43Z] in fact, this issue doesn't seem specific to the package [2022-02-03T01:30:01Z] it also mangles texlive-bin and texlive-latextra somehow [2022-02-03T01:52:53Z] aaaah [2022-02-03T01:53:15Z] figured it out, fnr on line 1122 was not introducing a space as it should have been [2022-02-03T02:06:47Z] make a comment there if you can [2022-02-03T04:07:43Z] Hi [2022-02-03T11:03:08Z] https://sourceware.org/pipermail/libc-alpha/2022-February/136040.html [2022-02-03T13:59:58Z] https://github.com/gkisslinux/grepo/releases/tag/2022.2-1 [2022-02-03T14:06:24Z] oh fuck [2022-02-03T14:06:34Z] i messed up the root permissions [2022-02-03T14:06:39Z] time to re releases [2022-02-03T14:12:18Z] done [2022-02-03T17:36:26Z] hi guys [2022-02-03T17:36:50Z] theres some way to put a git branch in the sources? [2022-02-03T17:50:33Z] sahaquiel like this? https://github.com/kiss-community/community/blob/main/community/9base/sources ? [2022-02-03T17:53:27Z] not exactly [2022-02-03T17:54:11Z] theres a branch in a github project that i need [2022-02-03T17:54:45Z] because the merge of this branch is not in the official release branch [2022-02-03T17:55:09Z] and is taking too long for the merge [2022-02-03T18:01:52Z] can you just specify the branch in the url? [2022-02-03T18:06:25Z] i see what you mean. i just assumed you could like tag "+" onto the URL :/ [2022-02-03T18:40:03Z] @branch [2022-02-03T19:07:46Z] ah thanks, i should've RTFM haha [2022-02-03T19:07:50Z] sahaquiel: https://kisslinux.org/wiki/package-system#004 [2022-02-03T19:08:08Z] "Git repositories must be prefixed with git+. An optional suffix is supported to checkout a specific branch (@BRANCH) or commit (#COMMIT)." [2022-02-03T19:09:14Z] Is a branch in glew [2022-02-03T19:09:28Z] one sec [2022-02-03T19:10:28Z] https://github.com/nigels-com/glew/tree/linux-wayland [2022-02-03T19:20:55Z] so the sources line would be "git+https://github.com/nigels-com/glew@linux-wayland" i believe