index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-17 | Merge remote-tracking branch 'upstream/master' | Erich Eckner | |
2019-02-17 | Merge remote-tracking branch 'upstream/master' | Erich Eckner | |
2019-02-13 | fixup ls-files command0.3 | Erick Cafferata | |
2019-02-11 | add arch32 support for ls-files command | Erick Cafferata | |
- new behavior will show by default the files available in the arch32 repo plus the files in upstream. - As always, to check the upstream files, add the -u option. | |||
2019-02-11 | add arch32 support for show command | Erick Cafferata | |
- new behavior will show by default the files available in the arch32 repo or, if not overwritten by the arch32 repo, the ones available in upstream. - In the special case of PKGBUILD, it will only show the 'patch' file in the arch32 repo. - As always, to check the upstream files, add the -u option. | |||
2019-02-11 | Makefile: dist & upload targets new0.2 | Erich Eckner | |
2019-02-11 | Merge branch 'next' | Erich Eckner | |
2019-02-11 | .gitignore asp32 and asp32.1 | Erich Eckner | |
2019-02-08 | add asp32 support for *log commands | Erick Cafferata | |
2019-02-08 | cleanup checkout/export support for arch32-only packages | Erick Cafferata | |
2019-02-08 | fix detection of arch32-only packages | Erick Cafferata | |
- some value passed by reference was addressed wrongly. fixed | |||
2019-02-01 | add checkout/export support for arch32-only packages | Erick Cafferata | |
2019-01-31 | replace sed oneliner with awk | Erick Cafferata | |
Upstream asp depends only on awk for string manipulation. asp32 added a sed oneliner for inplace substitution (from builder repo). To avoid having to add an extra dependency for asp32, let's replace it with an awk equivalent. | |||
2019-01-28 | Drop packages/ suffix from cache entries | Dave Reisner | |
2019-01-27 | Flush the cache on upgrades of asp | Dave Reisner | |
This makes the cache an implementation detail which we can freely change version to version. | |||
2019-01-22 | add support for patch to arch32 build | Erick Cafferata | |
- add package_patch_arch32() function - enables patching for export and checkout commands | |||
2019-01-20 | update shell completion and documentation | Erick Cafferata | |
2019-01-20 | add upstream option | Erick Cafferata | |
- add -u option. This makes asp32 behave as upstream's asp (skips arch32 patching) | |||
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. |