summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-14Remove ftplugin/SRCINFO.vimHEADmasterDaniel M. Capella
https://gitlab.archlinux.org/pacman/pacman-contrib/-/merge_requests/23#note_76277 Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-09-14Update CHANGES.mdDaniel M. Capella
2022-09-14Merge branch 'SRCINFO' into 'master'Daniel M. Capella
Add SRCINFO syntax for Vim See merge request pacman/pacman-contrib!23
2022-09-13Add SRCINFO syntax for VimObserverOfTime
2022-09-08CHANGES.md: Changed -> FixedDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-09-07Release v1.7.1Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-09-08Merge branch 'updpkgsums-patch-1' into 'master'Daniel M. Capella
updpkgsums: fix when PKGBUILD contains *sums+= See merge request pacman/pacman-contrib!22
2022-09-08updpkgsums: fix when PKGBUILD contains *sums+=Piggy NL
2022-09-07Release v1.7.0Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-09-07Merge branch 'consistency-fixes' into 'master'Daniel M. Capella
Consistency fixes Closes #16 See merge request pacman/pacman-contrib!20
2022-09-07Consistency fixesDaniel M. Capella
Fixes #16 Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-09-07Allow parallel time checkDmitry Kuzmenko
Adds an onptional ability to run each mirror test in parallel. This could possibly produce inaccurate results but speeds up the process for a number of mirrors. Thiw uses GNU parallel for parallel checks. Signed-off-by: Dmitry Kuzmenko <dmitry.kuzmenko@dsr-corporation.com>
2022-07-03CHANGES.md: Fix author attributionDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-07-03CHANGES.md: Touch upDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-07-03CHANGES.md: Add commit hash for checkupdates importDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-07-03Merge branch 'author-names-in-changelog' into 'master'Daniel M. Capella
CHANGES.md: Add author names See merge request pacman/pacman-contrib!19
2022-07-03CHANGES.md: Add author namesDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-06-30Release v1.6.0Daniel M. Capella
Fix version to bump minor version, as new features were added. Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-06-30Release v1.5.4Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-06-30Merge branch 'three-way-diff' into 'master'Daniel M. Capella
pacdiff: add option to view diffs in 3-way fashion See merge request pacman/pacman-contrib!18
2022-07-01pacdiff: add option to view diffs in 3-way fashionEhsan Ghorbannezhad
add -3/--threeway option to view diffs in 3-way fashion. this is similar to the 3-way merge, but instead of merging, it opens all three files in $diffprog. if the previous package version of the candidate is not available in pacman's cache or if the file fails to extract, it falls back to regular 2-way diff.
2022-06-24Update CHANGES.mdDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-06-24Merge branch 'pacdiff-backup-option' into 'master'Daniel M. Capella
pacdiff: add backup option Closes #19 See merge request pacman/pacman-contrib!17
2022-06-24pacdiff: add backup optionMatthew Armand
2022-06-24Merge branch 'pacdiff-sudo-docs' into 'master'Daniel M. Capella
pacdiff: clarify -s/--sudo docs to indicate use of sudoedit as well as sudo Closes #18 See merge request pacman/pacman-contrib!16
2022-06-20pacdiff: clarify -s/--sudo docs to indicate use of sudoedit as well as sudoMatt Armand
2022-06-20Merge branch 'feature/zsh-completion' into 'master'Daniel M. Capella
Add zsh completion (implements issue #8) Closes #8 See merge request pacman/pacman-contrib!14
2022-06-09Release v1.5.3Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-06-04Merge branch 'pacdiff-merge-fixes' into 'master'Daniel M. Capella
Small but important fixes for pacdiff's merge action See merge request pacman/pacman-contrib!15
2022-06-04pacdiff: fix base package filtering expressionEvangelos Foutras
Pass --reverse to pacsort so the second line from the top (and the one selected by 'sed -ne 2p') contains the correct base package. Also make sure to skip signature files when generating the file list to consider. Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
2022-06-04pacdiff: stop if the base file extraction failsEvangelos Foutras
This can fail if the tarball indicated by base_cache_tar() is incorrect or corrupted for some reason. Also switch to bsdtar(1) for consistency. Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
2022-05-23Add zsh completion (implements issue #8)Arvid Norlander
2022-05-21Release v1.5.2Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-21Merge branch 'paccache_no_privateusers' into 'master'Daniel M. Capella
Remove PrivateUsers=yes from paccache.service See merge request pacman/pacman-contrib!13
2022-05-21Remove PrivateUsers=yes from paccache.serviceDavid Runge
src/paccache.service.in: As `PrivateUsers=yes` sets up a separate namespace (also for root), all files are therefore owned by `nobody` to the paccache script and it is not able to remove any files. See `PrivateUsers=` in https://man.archlinux.org/man/systemd.exec.5#SANDBOXING for further details.
2022-05-05Add configure~ to .gitignoreDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-05Move gitignore entryDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-05Merge branch 'editorconfig' into 'master'Daniel M. Capella
Switch to EditorConfig from Vim modelines See merge request pacman/pacman-contrib!9
2022-05-05Switch to EditorConfig from Vim modelinesDaniel M. Capella
- Filetype detection occurs automatically after changing the AsciiDoc filetype to .adoc from .txt. - `"let b:current_syntax = 'PKGBUILD'` appears to have no effect. Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-05CI: Enable for merge requestsDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-05Use base-devel imageDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-05Add continuous testingDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-05Merge branch 'isc-ofl-syntax' into 'master'Daniel M. Capella
Vim: Add ISC and OFL as special licenses Closes #4 See merge request pacman/pacman-contrib!11
2022-05-04Vim: Add ISC and OFL as special licensesDaniel M. Capella
Fixes #4 Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-04Merge branch 'fix-paccache-man' into 'master'Daniel M. Capella
paccache: Use more accurate --min-a/mtime description Closes #5 See merge request pacman/pacman-contrib!10
2022-05-04paccache: Use more accurate --min-a/mtime descriptionDaniel M. Capella
.. taken from the --help message. Thanks to Patrick Smits (@ps0) for reporting this. Fixes #5 Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-04Release v1.5.1Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-04Fix version bump oversightsDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-03Release v1.5.0Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2022-05-03Update CHANGES.mdDaniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>