Search Criteria
Package Details: git-subrepo 0.4.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/git-subrepo.git (read-only, click to copy) |
|---|---|
| Package Base: | git-subrepo |
| Description: | Git submodule alternative |
| Upstream URL: | https://github.com/ingydotnet/git-subrepo |
| Licenses: | MIT |
| Submitter: | bricewge |
| Maintainer: | alerque |
| Last Packager: | alerque |
| Votes: | 11 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-08-28 13:55 (UTC) |
| Last Updated: | 2024-08-14 19:50 (UTC) |
Latest Comments
1 2 Next › Last »
drew33 commented on 2025-12-23 18:59 (UTC)
Hi @alerque, The sha is out of date for the current 0.4.9 source clone I get this for the shas:
alerque commented on 2025-12-05 21:34 (UTC)
Whoever keeps flagging this as OOD please stop. The OOD flag is not for build issues. Also this currently builds fine in a chroot, so please report your specific issue here but know that it's probably related to your host system since the clean chroot build works.
drew33 commented on 2024-09-17 11:57 (UTC) (edited on 2024-09-17 12:01 (UTC) by drew33)
Hi @alerque & @nickray,
[Many thanks for maintaining this package & the bug report]
I managed to fix it with this patch:
Taken from here: https://github.com/ingydotnet/git-subrepo/blob/master/.github/workflows/test.yml#L21C1-L25C61
Reading this: https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables it might be better to override $HOME to so a temporary system wide git config file can be used instead. Let me know if you'd like me to test (super busy at the moment sadly though)
nickray commented on 2024-08-18 10:52 (UTC)
Doesn't build:
Techcable commented on 2024-03-30 22:57 (UTC)
I get an error with a missing
help-functions.bashscript:Also tests fail when
commit.gpgsignortag.gpgsignare set to true.This can be disabled by setting environment variables:
GIT_CONFIG_COUNT=2 GIT_CONFIG_KEY_0=commit.gpgsign GIT_CONFIG_VALUE_0=false GIT_CONFIG_KEY_1=tag.gpgsign GIT_CONFIG_VALUE_1=false makepkgHowever, It would be best if the script did this automatically before running the tests ;)
eclairevoyant commented on 2023-10-25 21:16 (UTC)
Tests pass on my end. Make sure you use a clean chroot.
abody commented on 2023-10-25 13:37 (UTC) (edited on 2023-10-25 13:39 (UTC) by abody)
Packaging fails due to test failures:
eclairevoyant commented on 2023-05-16 14:58 (UTC)
The names of everyone who maintained the package in the past are in the git history.
I'm happy to give credit to anyone who submits patches/PRs, but no one else contributed here. This entire PKGBUILD was written from scratch (see git blame/log).
gromit commented on 2023-05-16 08:53 (UTC)
Please do not remove the old "Maintainer: ..." line but instead add them as Contributor :)
https://aur.archlinux.org/cgit/aur.git/commit/?h=git-subrepo&id=77ac48ff56514832ebee4fb045abd059edede820
eclairevoyant commented on 2023-05-16 06:46 (UTC)
This PKGBUILD should now address all of the applicable issues, and splits off the helper library
bashplusinto its own dependency.1 2 Next › Last »