index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-20 | Merge remote-tracking branch 'upstream/master' | Erich Eckner | |
2019-01-19 | change to git-show for condition check | Erick Cafferata | |
fixup: 0a6a4d0 Use exit status rather than string emptiness - git-ls always returns 0 as exit status, so it can't be used as a check. git-show does return an error status. | |||
2019-01-17 | Merge branch 'upstream/master' | Erich Eckner | |
2019-01-17 | Merge branch 'upstream/master' | Erich Eckner | |
2019-01-17 | Merge branch 'upstream/master' | Erich Eckner | |
2019-01-17 | Merge branch 'upstream/master' | Erich Eckner | |
2019-01-17 | Drop removed targets from .PHONY | Dave Reisner | |
Closes #27. | |||
2019-01-17 | Use exit status rather than string emptiness | Dave Reisner | |
2019-01-17 | tidy up Makefile | Dave Reisner | |
2019-01-17 | Merge pull request #26 from ThePiGrepper/ups/exp/fixes | Dave Reisner | |
parsing issue and missing function | |||
2019-01-17 | fix parse issue in package_get_repos_with_arch() | Erick Cafferata | |
- Error happens with repositories with '-' in the name. ie: community-testing, the '<repo>-<arch>' string gets parsed wrong (repo=community,arch=testing-x86_64). - This patch will hold up at least until an arch with a '-' in the name appears. | |||
2019-01-17 | replace die() for log_fatal() | Erick Cafferata | |
2018-11-08 | Merge branch 'exp/fixes' of euler271/asp32 into master | Erich Eckner | |
2018-11-08 | bash-completion: change to asp32(2/2) | Erick Cafferata | |
2018-11-05 | Merge branch 'exp/fixes' of euler271/asp32 into master | Erich Eckner | |
2018-11-05 | Merge remote-tracking branch 'upstream/master' | Erich Eckner | |
2018-11-05 | Merge branch 'upstream/master' | Erich Eckner | |
2018-11-05 | Merge branch 'exp/upstream' of euler271/asp32 into master | Erich Eckner | |
2018-11-03 | Fix some shellcheck warnings | Dave Reisner | |
2018-11-03 | Use --shared instead of --local for clones | Dave Reisner | |
A second attempt at fixing https://bugs.archlinux.org/task/60027 -- using --shared is much simpler and results in better diskspace savings. | |||
2018-11-03 | bash-completion: change to asp32 | Erick Cafferata | |
2018-10-15 | package.inc.sh: mangle the arch=() entry of the PKGBUILD0.1 | Erich Eckner | |
2018-10-15 | add Erich Eckner to man page | Erich Eckner | |
2018-10-15 | .gitignore: asp32-* new | Erich Eckner | |
2018-10-15 | Makefile: upload target new, rest refurbished | Erich Eckner | |
2018-10-15 | README.md: say, we moved to git.archlinux32.org | Erich Eckner | |
2018-10-15 | introduce our modification repository (not yet functional) | Erich Eckner | |
2018-10-15 | updated README.md | Andreas Baumann | |
2018-10-15 | renamed to arch32 | Andreas Baumann | |
2018-09-13 | Always rely on git for versioningv4 | Dave Reisner | |
2018-09-13 | Fix some shellcheck warnings | Dave Reisner | |
2018-09-13 | Use --shared instead of --local for clones | Dave Reisner | |
A second attempt at fixing https://bugs.archlinux.org/task/60027 -- using --shared is much simpler and results in better diskspace savings. | |||
2018-09-13 | Revert "Avoid hardlinks when cloning across filesystems" | Dave Reisner | |
This reverts commit 33b433898ebd7771ca045338bfca7c910312970c. | |||
2018-09-12 | Avoid hardlinks when cloning across filesystems | Dave Reisner | |
Would be nice if git detected this for us, but sadly it doesn't. | |||
2018-09-08 | prepare v3v3 | Dave Reisner | |
2018-08-19 | Use --local when creating a git clone for checkout | Dave Reisner | |
While we're here, merge our 'git config' command into the clone. | |||
2018-08-19 | Avoid cd, references to $startdir | Dave Reisner | |
just set GIT_DIR appropriately and always operate from the original $PWD. As part of this, let's cleanup our error handling in initialize() a fair bit. | |||
2018-04-04 | simplify quiet_git | Dave Reisner | |
No need to define a whole array for passing -q | |||
2018-04-04 | urlencode query param in archweb requests | Andreas Grapentin | |
Some packages, e.g. libsigc++-docs, needs to be properly hex-escaped. | |||
2018-02-10 | avoid coloring when parsing output of 'git branch' | Dave Reisner | |
Fixes #22. | |||
2017-11-26 | archweb: use jq's -e flag to indicate not-found as failure | Dave Reisner | |
2017-11-18 | Avoid corrupting caches when network is unavailable | Dave Reisner | |
This removes the use of a tempfile entirely, and only updates the cache when `git ls-remote` succeeds. Based on a PR by polygamma: https://github.com/falconindy/asp/pull/20 | |||
2017-08-20 | Bump version to v2v2 | Dave Reisner | |
2017-08-20 | Use https as the default git transport | Dave Reisner | |
Closes #17. | |||
2017-08-20 | simplify subtree decision making | Dave Reisner | |
2017-07-08 | add set-git-protocol command | Dave Reisner | |
While we're at it, separate our help output into two sections, since we're accumulating a growing list of subcommands which operate not on packages, but on the meta level of the asp repo. Closes #15. | |||
2017-07-08 | avoid the need to maintain a separate list of actions | Dave Reisner | |
We have our nice action__ prefix on all of our action disspatchers, so let's just use that to our advantage. While we're here, fix the return code when we encounter an ambiguous action | |||
2017-07-07 | fully qualify remote ref to avoid ambiguity | Dave Reisner | |
This solves the problem of: $ asp checkout foo $ asp list-arches foo warning: refname 'packages/packages/foo' is ambiguous. x86_64 i686 Same for list-repos (duh, shared codepath) | |||
2017-07-07 | ensure package_resolve returns an error on failed lookup | Dave Reisner | |
2017-06-19 | alphabetize action list, usage, manpage | Dave Reisner | |