Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-19config: implemented simple config module to store token and settingsLevente Polyak
2023-05-19src: modularize repo layout into a libraryLevente Polyak
2023-05-19pkgctl: add a unified command-line frontend for devtoolsLevente Polyak
2023-05-19pkgrepo: add subcommand to open the packaging repository's websiteLevente Polyak
2023-05-19pkgrepo: add option to clone all existing packagesLevente Polyak
2023-05-19pkgrepo: rename archco as a general purpose tool for packaging reposLevente Polyak
2023-05-19commitpkg: use library location for common server and remote propertiesLevente Polyak
2023-05-19archco: add option to clone all packages of a maintainerLevente Polyak
2023-05-19archco: implement clone and configure subcommandsLevente Polyak
2023-03-19archco: convert tool to git cloneLevente Polyak
2023-03-19crossrepomove: drop support as this is not needed anymoreLevente Polyak
2023-03-19commitpkg: omit pkgbase in commit msg as git repos are per pkgbaseLevente Polyak
2023-03-19archrelease: fix git tag conversion and use library function for itLevente Polyak
2023-03-19archrelease: explicitly push the main refspecLevente Polyak
2023-03-19archrelease: Added pkgver to git tag conversionMorten Linderud
2023-03-19archrelease: ensure we check the checksum of the packageMorten Linderud
2023-03-19commitpkg: ensure we always stage and rm filesMorten Linderud
2023-03-19commitpkg: ensure we always use the main branchMorten Linderud
2023-03-19git: first iteration of git supportMorten Linderud
2023-03-19commitpkg: disallow weak hashing algorithmsJelle van der Waa
2023-03-16sogrep: do not hardcode the mirrornl6720
2023-03-06fix: enable extglob before func definition for bash-5.2 compatibilityTobias Powalowski
2023-02-15mkarchroot: stop adding C.UTF-8 to locale.genEvangelos Foutras
2023-01-17commitpkg: abort execution if msg file editor exits none-successfullyLevente Polyak
2023-01-17commitpkg: properly cleanup commit msg file on abortLevente Polyak
2023-01-06archbuild: add architecture-specific mount configCeleste Liu
2023-01-06makechrootpkg: make /tmp inside nspawn largerFelix Yan
2022-12-08archbuild.in: umount -l left-over mounts inside the to-be-deleted chrootErich Eckner
2022-12-08arch-nspawn: also parse our mirror layout (http[s]://mirror.url/path/$arch/$r...Erich Eckner
2022-12-08makechrootpkg & mkarchroot: init and populate keyringsErich Eckner
2022-12-08makechrootpkg: bend to allow running solely namcap via "*-build -- -- --verif...Erich Eckner
2022-12-08archbuild.in: set pacman cache dir to /var/cache/archbuild32 in case of non-x...Erich Eckner
2022-12-08generate separate config file for i686 and x86_64Erich Eckner
2022-12-08mkarchroot.in: copy host's /etc/hosts into the chrootErich Eckner
2022-12-08arch-nspawn should use the correct pacman config fileErich Eckner
2022-12-08allow PKGEXT to be set from the environmentErich Eckner
2022-11-21mkarchroot: remove deprecated -d optionMorten Linderud
2022-11-08makerepropkg: Use $CARCH instead of hardcoded x86_64Hugo Osvaldo Barrera
2022-10-13makechrootpkg: fix short option handling for makepkg_argsMike Yuan
2022-09-01fix: do not set extglob globally to avoid side-effectsLevente Polyak
2022-09-01diffpkg: pass the --color option appropriately to diffoscopeLevente Polyak
2022-08-31crossrepomove: fix moving debug packages to the target repoLevente Polyak
2022-08-31makechrootpkg: support -A makepkg flagmorganamilo
2022-08-31fix: properly check for invalid argument in checkpkg and diffpkgLevente Polyak
2022-08-31diffpkg: prefer to search inside the pool dir if availableLevente Polyak
2022-08-31diffpkg: allow to set column width for side-by-side viewLevente Polyak
2022-08-23diffpkg: add colored output option with default of autoLevente Polyak
2022-08-23diffpkg: allow to choose between unified context and two columnsLevente Polyak
2022-06-22cleanup: move PKGBUILD.proto to contrib folderLevente Polyak
2022-06-22make: split out source files into src folderLevente Polyak