Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkgs: Fix issues with non-existent dirs/files | David Runge | 2021-02-07 | 1 | -3/+10 |
| | | | | | | bin/pkgs: Ensure that initial directories for files and files to be used for package lists exist. | ||||
* | bin/pkgs: Switching to makepkg.conf's PACKAGER for Maintainer info from ↵ | David Runge | 2020-03-14 | 1 | -5/+6 |
| | | | | using git config info for name and email. | ||||
* | bin/pkgs: Fixing always true statement for using create_package. | David Runge | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | bin/pkgs: Adding support for adding a dummy entry to a default nvchecker.ini ↵ | David Runge | 2019-05-05 | 1 | -2/+8 |
| | | | | (will be created if not existing). | ||||
* | bin/pkgs: Fixing Maintainer line in PKGBUILD. | David Runge | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | bin/pkgs: Adding option to initially create a new package upon adding it (-n ↵ | David Runge | 2019-04-16 | 1 | -1/+31 |
| | | | | flag). This automatically retrieves name and email from git config --global for maintainer info. | ||||
* | bin/pkgs: Major rewrite to get rid of redundant code. Makes use of named ↵ | David Runge | 2019-04-11 | 1 | -233/+178 |
| | | | | arrays for directores, and upstream urls. Moves package list locations to ~/.config/packages/*. | ||||
* | bin/pkgs: Removing headers of list outputs. | David Runge | 2018-09-13 | 1 | -2/+0 |
| | |||||
* | bin/pkgs: Activating update modi. | David Runge | 2018-03-04 | 1 | -3/+4 |
| | |||||
* | bin/pkgs: Updating helper script for AUR and community package handling to ↵ | David Runge | 2018-02-26 | 1 | -33/+307 |
| | | | | be able to add/remove/clean packages according to repositories. | ||||
* | bin/pkgs: Adding script to create folders for and update repositories of ↵ | David Runge | 2018-01-03 | 1 | -0/+41 |
packages maintained for Arch Linux. |