summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-17Merge remote-tracking branch 'upstream/master'nextErich Eckner
2019-02-17Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-02-17Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-02-13fixup ls-files command0.3Erick Cafferata
2019-02-12Revert "archweb: use jq's -e flag to indicate not-found as failure"Dave Reisner
This reverts commit b233aceb92aed4fcdd6a918647c32c915d4fcc71 while preserving bd3f96a5171cf797bf8ba59601a1a767ed036a05. jq, even with -e, does not exit non-zero when given an empty input. This is apparently a known feature: https://github.com/stedolan/jq/issues/1497 https://github.com/stedolan/jq/issues/1142 Thus, revert this oversimplification which leads to problems when curl fails, or otherwise returns an empty response body. Closes #29.
2019-02-11add arch32 support for ls-files commandErick 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-11add arch32 support for show commandErick 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-11Makefile: dist & upload targets new0.2Erich Eckner
2019-02-11Merge branch 'next'Erich Eckner
2019-02-11.gitignore asp32 and asp32.1Erich Eckner
2019-02-08add asp32 support for *log commandsErick Cafferata
2019-02-08cleanup checkout/export support for arch32-only packagesErick Cafferata
2019-02-08fix detection of arch32-only packagesErick Cafferata
- some value passed by reference was addressed wrongly. fixed
2019-02-01add checkout/export support for arch32-only packagesErick Cafferata
2019-01-31replace sed oneliner with awkErick 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-28Drop packages/ suffix from cache entriesDave Reisner
2019-01-27Flush the cache on upgrades of aspDave Reisner
This makes the cache an implementation detail which we can freely change version to version.
2019-01-22add support for patch to arch32 buildErick Cafferata
- add package_patch_arch32() function - enables patching for export and checkout commands
2019-01-20update shell completion and documentationErick Cafferata
2019-01-20add upstream optionErick Cafferata
- add -u option. This makes asp32 behave as upstream's asp (skips arch32 patching)
2019-01-20Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-01-19change to git-show for condition checkErick 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-17Merge branch 'upstream/master'Erich Eckner
2019-01-17Merge branch 'upstream/master'Erich Eckner
2019-01-17Merge branch 'upstream/master'Erich Eckner
2019-01-17Merge branch 'upstream/master'Erich Eckner
2019-01-17Drop removed targets from .PHONYDave Reisner
Closes #27.
2019-01-17Use exit status rather than string emptinessDave Reisner
2019-01-17tidy up MakefileDave Reisner
2019-01-17Merge pull request #26 from ThePiGrepper/ups/exp/fixesDave Reisner
parsing issue and missing function
2019-01-17fix 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-17replace die() for log_fatal()Erick Cafferata
2018-11-08Merge branch 'exp/fixes' of euler271/asp32 into masterErich Eckner
2018-11-08bash-completion: change to asp32(2/2)Erick Cafferata
2018-11-05Merge branch 'exp/fixes' of euler271/asp32 into masterErich Eckner
2018-11-05Merge remote-tracking branch 'upstream/master'Erich Eckner
2018-11-05Merge branch 'upstream/master'Erich Eckner
2018-11-05Merge branch 'exp/upstream' of euler271/asp32 into masterErich Eckner
2018-11-03Fix some shellcheck warningsDave Reisner
2018-11-03Use --shared instead of --local for clonesDave 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-03bash-completion: change to asp32Erick Cafferata
2018-10-15package.inc.sh: mangle the arch=() entry of the PKGBUILD0.1Erich Eckner
2018-10-15add Erich Eckner to man pageErich Eckner
2018-10-15.gitignore: asp32-* newErich Eckner
2018-10-15Makefile: upload target new, rest refurbishedErich Eckner
2018-10-15README.md: say, we moved to git.archlinux32.orgErich Eckner
2018-10-15introduce our modification repository (not yet functional)Erich Eckner
2018-10-15updated README.mdAndreas Baumann
2018-10-15renamed to arch32Andreas Baumann
2018-09-13Always rely on git for versioningv4Dave Reisner