aboutsummaryrefslogtreecommitdiffstats
path: root/bin/pkgs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs: Switch to json as nvchecker state fileDavid Runge2021-02-081-1/+1
| | | | | | bin/pkgs: When creating new configurations for repositories, use json as state files (the data is json, so txt makes no sense).
* pkgs: Split nvchecker configsDavid Runge2021-02-071-11/+34
| | | | | | | | | | bin/pkgs: Split nvchecker configs into per-repo configs so it gets easier to track. The nvchecker repo config is created if it does not exist yet (currently only if a package is created as "new"). Automatically remove AUR package directories so no manual cleanup is necessary.
* pkgs: Add function to check for dependenciesDavid Runge2021-02-071-1/+16
| | | | | | bin/pkgs: Add function to generically search for and fail in the abscence of dependencies to the script (e.g. svn and git).
* pkgs: Fix issues with non-existent dirs/filesDavid Runge2021-02-071-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 Runge2020-03-141-5/+6
| | | | using git config info for name and email.
* bin/pkgs: Fixing always true statement for using create_package.David Runge2019-06-111-1/+1
|
* bin/pkgs: Adding support for adding a dummy entry to a default nvchecker.ini ↵David Runge2019-05-051-2/+8
| | | | (will be created if not existing).
* bin/pkgs: Fixing Maintainer line in PKGBUILD.David Runge2019-04-161-1/+1
|
* bin/pkgs: Adding option to initially create a new package upon adding it (-n ↵David Runge2019-04-161-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 Runge2019-04-111-233/+178
| | | | arrays for directores, and upstream urls. Moves package list locations to ~/.config/packages/*.
* bin/pkgs: Removing headers of list outputs.David Runge2018-09-131-2/+0
|
* bin/pkgs: Activating update modi.David Runge2018-03-041-3/+4
|
* bin/pkgs: Updating helper script for AUR and community package handling to ↵David Runge2018-02-261-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 Runge2018-01-031-0/+41
packages maintained for Arch Linux.