{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":144726324,"defaultBranch":"master","name":"gentoolkit","ownerLogin":"gentoo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-08-14T13:46:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/52242?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715204593.0","currentOid":""},"activityList":{"items":[{"before":"054afd492ef2c0d4897d93220b5543b698f8e06d","after":"a667d934de4e5980111fb0b4e3ecae19b477131f","ref":"refs/heads/master","pushedAt":"2024-05-25T03:45:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"bin/merge-driver-ekeyword: Look for KEYWORDS changes in upstream commit\n\nPreviously we only looked for changes to the KEYWORDS= line in our local\ncommit being rebased. If it contained no changes to KEYWORDS= then the\nmerge-driver gave up.\n\nHowever our local patch may conflict with an upstream patch that changed\nKEYWORDS.\n\nIn that case, we can look for changes to the KEYWORDS= line in the other\npatch and try to apply its change to ours.\n\nThis happened in gentoo.git commits\n\n2c5cd6c4e004 (\"sys-fs/squashfs-tools-ng: Stabilize 1.3.0 amd64, #930693\")\n7129c2e4e5f3 (\"sys-fs/squashfs-tools-ng: run elibtoolize in non-live ebuild\")\n\nleading to a rebase mistake in the latter (later fixed by commit\n7579afbd4aa1 (\"sys-fs/squashfs-tools-ng: stabilize 1.3.0 for amd64\")).\n\nWith this patch applied, the merge conflicts are automatically resolved\nbetween the two commits regardless of which is \"ours\" vs \"theirs\".\n\nSigned-off-by: Matt Turner ","shortMessageHtmlLink":"bin/merge-driver-ekeyword: Look for KEYWORDS changes in upstream commit"}},{"before":"ada43fcd4306b1dac26606058ef97399beaa360a","after":"054afd492ef2c0d4897d93220b5543b698f8e06d","ref":"refs/heads/master","pushedAt":"2024-05-08T21:43:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"meson.build: prepare for gentoolkit-0.6.7\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"meson.build: prepare for gentoolkit-0.6.7"}},{"before":"2e5933f2972a700cbb8bd15a2464dcdd383918ca","after":"ada43fcd4306b1dac26606058ef97399beaa360a","ref":"refs/heads/master","pushedAt":"2024-05-03T06:18:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: dist: make VCS cleaning dependent on --deep\n\nThe man page clearly says that without --deep, users can expect eclean-dist\nto be conservative in cleaning up, and not consider the VDB, just the repo\nstate.\n\nHonour that promise by making VCS cleaning dependent on --deep, given it\ninvolves VDB inspection to see what's installed.\n\nBug: https://bugs.gentoo.org/923369\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: dist: make VCS cleaning dependent on --deep"}},{"before":"7a5a2f540bc4776121d08d331b141d897eac92f6","after":"2e5933f2972a700cbb8bd15a2464dcdd383918ca","ref":"refs/heads/master","pushedAt":"2024-05-03T05:55:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"package: update example PORTDIR path\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"package: update example PORTDIR path"}},{"before":"bb6faf478f7e64d75224e55c3b81deb843dc9749","after":"7a5a2f540bc4776121d08d331b141d897eac92f6","ref":"refs/heads/master","pushedAt":"2024-05-03T05:42:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: dist: fix crash with excluded items\n\nBug: https://bugs.gentoo.org/915055\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: dist: fix crash with excluded items"}},{"before":"7405fdccd73364662089f1001231bf8c24916ca3","after":"bb6faf478f7e64d75224e55c3b81deb843dc9749","ref":"refs/heads/master","pushedAt":"2024-05-03T05:40:35.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: dist: fix printing VCS clean items with --quiet\n\nBug: https://bugs.gentoo.org/928951\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: dist: fix printing VCS clean items with --quiet"}},{"before":"f49f246f76db84d6c2d2d0ad2b1d19eb27aa1b2d","after":"7405fdccd73364662089f1001231bf8c24916ca3","ref":"refs/heads/master","pushedAt":"2024-05-03T05:11:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: dist: fix operating on an empty directory\n\nZac pointed out that not all return paths had been updated.\n\nBug: https://bugs.gentoo.org/928138\nFixes: 87912b460c533f8b010617018fdad42246db85f0\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: dist: fix operating on an empty directory"}},{"before":"271b91db8a2ae47732ebbcd1a391445a7d93f4dc","after":"f49f246f76db84d6c2d2d0ad2b1d19eb27aa1b2d","ref":"refs/heads/master","pushedAt":"2024-04-25T20:38:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"meson.build: prepare for gentoolkit-0.6.6\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"meson.build: prepare for gentoolkit-0.6.6"}},{"before":"d00c9f8b80d8f6193810e7cb4b9175c498fc9c82","after":"271b91db8a2ae47732ebbcd1a391445a7d93f4dc","ref":"refs/heads/master","pushedAt":"2024-04-25T09:04:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"distfiles.exclude: whitelist layout.conf\n\nBug: https://bugs.gentoo.org/877485\nSigned-off-by: Ulrich Müller \nCloses: https://github.com/gentoo/gentoolkit/pull/47\nSigned-off-by: Sam James ","shortMessageHtmlLink":"distfiles.exclude: whitelist layout.conf"}},{"before":"91b74fc8105b7e08a04da4daef9283fc69bf5f85","after":"d00c9f8b80d8f6193810e7cb4b9175c498fc9c82","ref":"refs/heads/master","pushedAt":"2024-03-12T21:43:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"meson: make tests optional\n\nCloses: https://bugs.gentoo.org/926427\nSigned-off-by: Greg Kubaryk \nSigned-off-by: Sam James \n(cherry picked from commit 988e47557368df49035eeba94beca893f7b267c1)","shortMessageHtmlLink":"meson: make tests optional"}},{"before":"70ea88e3f1e5bdacd8aa6f1eaf30aa0efe2cc114","after":"91b74fc8105b7e08a04da4daef9283fc69bf5f85","ref":"refs/heads/master","pushedAt":"2024-03-12T21:43:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"ci: enable new test option\n\nSee 988e47557368df49035eeba94beca893f7b267c1.\n\nBug: https://bugs.gentoo.org/926427\nSigned-off-by: Sam James ","shortMessageHtmlLink":"ci: enable new test option"}},{"before":"5c8f8d79a8b6179e50b2eb955eb848096727a9ac","after":"70ea88e3f1e5bdacd8aa6f1eaf30aa0efe2cc114","ref":"refs/heads/master","pushedAt":"2024-03-07T18:49:18.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"switch test framework to pytest\n\nPytest is a testing framework that is backwards compatible with\n\"unittest\" tests, but provides new styles of tests that are more\nergonomic.\n\nPytest tests do not require wrapping the test in a class, just a top\nlevel python function will be automatically picked up. Assertions use\nthe regular python assert built-in and provide greatly enhanced debug\noutput. These features reduce friction in writing new unit tests, and being\nbackwards compatible allows preserving the existing gentoolkit unit\ntests.\n\nChanging the meson test command and installing the pytest package in CI are the\nonly changes required to start using it!\n\nSigned-off-by: John Turner \nCloses: https://github.com/gentoo/gentoolkit/pull/45\nSigned-off-by: Sam James ","shortMessageHtmlLink":"switch test framework to pytest"}},{"before":"f410ba4ae94c801564f5b0bd3003e429adf2b12e","after":"5c8f8d79a8b6179e50b2eb955eb848096727a9ac","ref":"refs/heads/master","pushedAt":"2024-03-07T15:08:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"dependencies.py: use Enum rather than StrEnum for DependencyKind\n\nStrEnum is only supported in Python versions 3.11 and\nnewer. Gentoolkit should not require >=3.11, so DependencyKind will\nuse the regular Enum feature instead.\n\nThe difference between StrEnum and Enum is that StrEnum members are\nstrings and can generally be used in place of strings in APIs\nexpecting string input. Non-StrEnum members are not strings, but you\ncan get members values by accessing their value field (DependencyKind.DEPEND.value).\n\nFixes: 78464ec40bad9a0f824b063506f58296cc3ed9f3\nSigned-off-by: John Turner \nCloses: https://github.com/gentoo/gentoolkit/pull/46\nSigned-off-by: Sam James ","shortMessageHtmlLink":"dependencies.py: use Enum rather than StrEnum for DependencyKind"}},{"before":"678a1904da6aebc4fa7fd09e8f800e5af9101a61","after":"f410ba4ae94c801564f5b0bd3003e429adf2b12e","ref":"refs/heads/master","pushedAt":"2024-02-18T02:19:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean/search.py: Fix find_packages docstring for invalid_paths\n\nSigned-off-by: Brian Dolbec ","shortMessageHtmlLink":"eclean/search.py: Fix find_packages docstring for invalid_paths"}},{"before":"f7a80ce2b93f9a65ab7d3383a771d532445c1279","after":"678a1904da6aebc4fa7fd09e8f800e5af9101a61","ref":"refs/heads/master","pushedAt":"2024-02-17T00:01:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"gentoolkit: fix flake8 lint error (F401, unused import)\n\npym/gentoolkit/dependencies.py:24:1: F401 'gentoolkit.helpers.uniqify' imported but unused\n\nFixes: c0300517671076db453204c796637e206bf977e5\nSigned-off-by: Sam James ","shortMessageHtmlLink":"gentoolkit: fix flake8 lint error (F401, unused import)"}},{"before":"dae7ee48695f96ff8fbe4f5b5ba34db3654b327a","after":"f7a80ce2b93f9a65ab7d3383a771d532445c1279","ref":"refs/heads/master","pushedAt":"2024-02-17T00:00:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"enalyze: placate black\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"enalyze: placate black"}},{"before":"bd9c485781584e951e703ee191308db23506af9a","after":"dae7ee48695f96ff8fbe4f5b5ba34db3654b327a","ref":"refs/heads/master","pushedAt":"2024-02-16T20:39:44.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"tox: fix for meson port\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"tox: fix for meson port"}},{"before":"a7846cf9dc41f03559f64f4ae8b118868197e316","after":"bd9c485781584e951e703ee191308db23506af9a","ref":"refs/heads/master","pushedAt":"2024-01-19T07:03:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: handle when git3-src doesn't exist (port to Pathlib)\n\nFollowup to c584d83705a2ca08961e4f0b541442fdf9a75947.\n\nBug: https://bugs.gentoo.org/922455\nSigned-off-by: Siddhanth Rathod \nCloses: https://github.com/gentoo/gentoolkit/pull/41\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: handle when git3-src doesn't exist (port to Pathlib)"}},{"before":"c584d83705a2ca08961e4f0b541442fdf9a75947","after":"a7846cf9dc41f03559f64f4ae8b118868197e316","ref":"refs/heads/master","pushedAt":"2024-01-19T06:37:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"NEWS, meson.build: prepare for gentoolkit-0.6.5\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"NEWS, meson.build: prepare for gentoolkit-0.6.5"}},{"before":"0f64bf5571e0b9e40c5718a89884a3389760af6c","after":"c584d83705a2ca08961e4f0b541442fdf9a75947","ref":"refs/heads/master","pushedAt":"2024-01-19T06:15:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: fix eclean-dist with no git3-src dir\n\nBug: https://bugs.gentoo.org/922455\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: fix eclean-dist with no git3-src dir"}},{"before":"13c09d81b4992169664dd77a2943b2962dc70863","after":"0f64bf5571e0b9e40c5718a89884a3389760af6c","ref":"refs/heads/master","pushedAt":"2024-01-19T04:55:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Revert \"ci: add py3.13\"\n\nThis reverts commit e0dc707cc7a37336c175faf463666e5f531a338f.\n\nDidn't mean to push this.\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"Revert \"ci: add py3.13\""}},{"before":"2ee5764c48adbb2094cafc0130ffb4ffc6a487b1","after":"13c09d81b4992169664dd77a2943b2962dc70863","ref":"refs/heads/master","pushedAt":"2024-01-19T04:54:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"tox: update impls\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"tox: update impls"}},{"before":"61df9f59ab0c13ed6cf8a3d9cd6a77fa1ee0929b","after":"2ee5764c48adbb2094cafc0130ffb4ffc6a487b1","ref":"refs/heads/master","pushedAt":"2024-01-19T04:28:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"ci: add pypy3.10\n\nSigned-off-by: Sam James ","shortMessageHtmlLink":"ci: add pypy3.10"}},{"before":"a3e56252cdde2f4fb51766c580c0137f28843510","after":"61df9f59ab0c13ed6cf8a3d9cd6a77fa1ee0929b","ref":"refs/heads/master","pushedAt":"2024-01-18T20:57:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"v0.6.4\n\nSigned-off-by: Matt Turner ","shortMessageHtmlLink":"v0.6.4"}},{"before":"eeb07714c0a924ac6d96543a05c609af19a18f35","after":"a3e56252cdde2f4fb51766c580c0137f28843510","ref":"refs/heads/master","pushedAt":"2024-01-12T19:16:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: Strip libc dependencies from --changed-deps calculations\n\nCloses: https://bugs.gentoo.org/921679\nCloses: https://github.com/gentoo/gentoolkit/pull/38\nSigned-off-by: Matt Turner ","shortMessageHtmlLink":"eclean: Strip libc dependencies from --changed-deps calculations"}},{"before":"78c8fbe8a35cd2926f37f21235c5d8b587efae46","after":"eeb07714c0a924ac6d96543a05c609af19a18f35","ref":"refs/heads/master","pushedAt":"2023-12-03T07:51:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"meson: drop find_program('sed') as it isn't used\n\nSigned-off-by: Florian Schmaus \nCloses: https://github.com/gentoo/gentoolkit/pull/37\nSigned-off-by: Sam James ","shortMessageHtmlLink":"meson: drop find_program('sed') as it isn't used"}},{"before":"a12d24f99d03c3c4975d84d63083449cd8487ef9","after":"78c8fbe8a35cd2926f37f21235c5d8b587efae46","ref":"refs/heads/master","pushedAt":"2023-10-12T05:04:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"Migrate to PEP517 meson-python build\n\nBug: https://bugs.gentoo.org/909888\nSigned-off-by: Zac Medico \nCloses: https://github.com/gentoo/gentoolkit/pull/36\nSigned-off-by: Sam James ","shortMessageHtmlLink":"Migrate to PEP517 meson-python build"}},{"before":"e49cc3493ab77678a740bf8a27cf22e77e061409","after":"a12d24f99d03c3c4975d84d63083449cd8487ef9","ref":"refs/heads/master","pushedAt":"2023-10-08T03:28:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean: pkg: suppress invalid binary error\n\n[sam: Note that this needs https://github.com/gentoo/portage/pull/1123 on\nthe Portage side.]\n\nBug: https://bugs.gentoo.org/900224\nSigned-off-by: Siddhanth Rathod \nCloses: https://github.com/gentoo/gentoolkit/pull/35\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean: pkg: suppress invalid binary error"}},{"before":"5146d35eb97e2c1a8f7691e59c755ed14e858dd4","after":"e49cc3493ab77678a740bf8a27cf22e77e061409","ref":"refs/heads/master","pushedAt":"2023-09-29T07:20:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trusted\n\nPortage recently enabled FEATURES=pkgdir-index-trusted by default which breaks\nthe eclean-invalids feature.\n\nForce reindexing after cleaning up to fix this.\n\nSee-also: https://github.com/gentoo/portage/commit/3bc7bfef51d88fd716e882d3931f2873e3493e01\nBug: https://bugs.gentoo.org/889300\nBug: https://bugs.gentoo.org/900224\nSigned-off-by: Siddhanth Rathod \nCloses: https://github.com/gentoo/gentoolkit/pull/34\nSigned-off-by: Sam James ","shortMessageHtmlLink":"eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trusted"}},{"before":"67983750f9014d5b1821b9cd2522b34f04ce1795","after":"5146d35eb97e2c1a8f7691e59c755ed14e858dd4","ref":"refs/heads/master","pushedAt":"2023-09-19T19:13:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gentoo-bot","name":"Larry the Cow","path":"/gentoo-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14542386?s=80&v=4"},"commit":{"message":"equery meta: map the remote-id to the respective url\n\nBug: https://bugs.gentoo.org/877519\nSigned-off-by: Siddhanth Rathod \nCloses: https://github.com/gentoo/gentoolkit/pull/32\nSigned-off-by: Sam James ","shortMessageHtmlLink":"equery meta: map the remote-id to the respective url"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU4rXmQA","startCursor":null,"endCursor":null}},"title":"Activity · gentoo/gentoolkit"}