aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* arch-system: include custom repo in pacman.confTharre2023-04-251-0/+4
|
* Add github actions to automatically build packagesTharre2023-04-254-0/+325
|
* Modify to use pcscd --disable-polkitTharre2023-04-253-18/+29
|
* Add 'mkinitcpio-pkcs11/' from commit '84be5ba124dae2db0f64a3d5570fb6daba73eed2'Tharre2023-04-255-0/+76
|\ | | | | | | | | | | git-subtree-dir: mkinitcpio-pkcs11 git-subtree-mainline: e92177a32cb23deded7fbbfc9722083ff46403f5 git-subtree-split: 84be5ba124dae2db0f64a3d5570fb6daba73eed2
| * Add missing opensc.module and fix checksumsbargst2023-01-134-9/+16
| |
| * version 0.2: remove lib versionsbargst2023-01-034-10/+5
| |
| * Initial commitbart2022-10-254-0/+74
|
* Add 'diod/' from commit '375eb9eaeee02cf1c732984a142c16606c296adf'Tharre2023-04-255-0/+697
|\ | | | | | | | | | | git-subtree-dir: diod git-subtree-mainline: 1a3e9b61e5bbf1f7cfcff24389c656e776fc9b51 git-subtree-split: 375eb9eaeee02cf1c732984a142c16606c296adf
| * Remove libwrap dependencyTharre2023-04-132-3/+1
| |
| * Symlink diodmount to mount.diod to enable mount -tTharre2019-03-092-2/+4
| |
| * Initial commitTharre2019-03-025-0/+697
|
* Add 'grokmirror/' from commit '24828a61b1538e0eaa574e655d6132e7859aa1e5'Tharre2023-04-252-0/+44
|\ | | | | | | | | | | git-subtree-dir: grokmirror git-subtree-mainline: 1cc315c124e8957d1ba77ed36274c5eb037654da git-subtree-split: 24828a61b1538e0eaa574e655d6132e7859aa1e5
| * Update to 2.0.11Tharre2021-12-162-11/+9
| |
| * Fix .SRCINFOTharre2019-02-191-3/+3
| |
| * Bump to 1.2.0Tharre2019-02-191-1/+1
| |
| * Bump to 1.1.1Tharre2018-08-092-6/+6
| |
| * Add missing dependenciesTharre2018-08-092-1/+5
| |
| * Use sources from kernel.org and verify keysTharre2018-08-092-6/+11
| | | | | | | | | | | | The kernel.org repo is considered official, see [0]. [0] https://github.com/mricon/grokmirror/issues/25
| * Add man pagesTharre2018-07-252-7/+9
| | | | | | | | | | Since the package in PyPI doesn't include them, we also download the tarball from github releases directly.
| * Initial commitTharre2018-07-252-0/+35
|
* Remove aur package submodulesTharre2023-04-253-18/+0
|
* arch-system: inline short config filesTharre2023-04-254-15/+11
|
* Update diodTharre2023-04-251-5/+5
|
* arch-system: add pci_pm.rulesTharre2023-04-253-3/+24
|
* Remove pandoc-pyplotTharre2023-04-252-3/+0
| | | | | Upstream has abandoned the project in favor of pandoc-plot which is in community, and the package no longer builds without modifications.
* arch-system: backup system updatesTharre2023-04-255-33/+30
|
* Add .SRCINFO to all packages that don't have itTharre2021-12-182-0/+93
|
* arch-system: update pacman.conf for 6.0Tharre2021-12-182-5/+5
|
* arch-system: add intel-undervoltTharre2021-12-182-2/+56
|
* arch-system: fix a couple small thingsTharre2021-12-183-7/+7
|
* Update pandoc-pyplotTharre2021-12-181-0/+0
|
* Remove python-enlightenTharre2021-12-182-3/+0
| | | | It's no longer a dependency of grokmirror
* Update grokmirrorTharre2021-12-181-5/+5
|
* Remove pacmanagerTharre2021-12-182-26/+0
|
* Ignore *.zst (the new pacman compression default)Tharre2021-12-181-0/+1
|
* Use https for submodules instead of sshTharre2021-12-181-4/+4
| | | | .. so that you don't need a valid ssh key for downloading them.
* Remove old packagesTharre2021-12-1823-375/+0
|
* st: rename to st-custom to match the package nameTharre2021-12-073-0/+0
|
* arch-system: borgbackup: ignore archive already exists errorTharre2019-06-302-2/+2
|
* arch-system: place mirrorupgrade hook in /usrTharre2019-06-301-1/+1
| | | | .. same directory as the other hook.
* arch-system: enable btrfs-scrub@-.timerTharre2019-06-301-0/+2
| | | | .. but only on systems that have a btrfs filesystem mounted on `/`.
* arch-system: fix .install and run itTharre2019-06-302-9/+12
| | | | | | | | | Before, base-system.install wasn't actually run, since it wasn't specified in `install=` in the PKGBUILD anywhere. Also run it both in the post-upgrade and post-install steps. `--global` was removed since it caused errors, it's unclear what exactly it does in the first place, but other official PKGBUILDs did it this way..
* Add *.log and *.gz to .gitignoreTharre2019-05-131-0/+2
|
* Add pandoc-pyplot (+ dependency)Tharre2019-05-133-0/+6
|
* arch-system: borgbackup: use proper ssh timeoutTharre2019-04-212-2/+2
| | | | | | ConnectTimeout merely specifies the TCP timeout, what we really want is ServerAliceInterval, which makes the client send a null packet every X seconds.
* Update diodTharre2019-03-091-4/+5
|
* Update submodulesTharre2019-03-022-5/+5
|
* Add diodTharre2019-03-022-0/+8
|
* arch-system: $pkgver: avoid dependency on `date`Tharre2019-02-091-1/+1
| | | | | | | | This avoids errors when date is unavailable, like the one below: Error: error: invalid package file Error: PKGBUILD: line 5: date: command not found Error: /startdir/PKGBUILD is not a valid PKGBUILD
* arch-system: borgbackup: use snapshot timestampsTharre2019-02-093-2/+4
| | | | | | | | | Previously, a archive would get the timestamp of the time it was uploaded, instead of the time when the snapshot was created. This is problematic, since archives are pruned by this timestamp, meaning if multiple archives are uploaded together most of them would be pruned immediately after.