aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin/aux: Recover [FILE...] argument handlingEuAndreh2023-04-061-5/+14
|
* aux/po4a-cfg.sh: Include whatever is given via STDINEuAndreh2023-04-061-0/+4
|
* bin/shesc: Remove copied $ENCODE and $DECODE optionsEuAndreh2023-04-061-9/+1
|
* bin/slugify: Allow string argument to be given instead of STDINEuAndreh2023-04-051-10/+24
|
* etc/sh/rc: Ignore .git in "tree" aliasEuAndreh2023-04-051-1/+1
|
* bin/shesc: Mark as executableEuAndreh2023-04-051-0/+0
|
* bin/shesc: Add working utilityEuAndreh2023-04-051-0/+92
|
* bin/htmlesc: Fix typo in help stringEuAndreh2023-04-051-1/+1
|
* etc/guix/home.scm: Run GC in cronjob tooEuAndreh2023-04-051-2/+3
|
* bin/vcs: Use {...} over (...)EuAndreh2023-04-041-1/+1
| | | | As suggested by ShellCheck.
* bin/vcs: Also consider to be under Git when both $GIT_{DIR,WORK_TREE} are setEuAndreh2023-04-041-1/+1
|
* share/aux/cases/cp_if/aux/po4a-cfg.sh: Understand "*.html" as xhtmlEuAndreh2023-04-041-0/+3
|
* share/aux/cases/cp_if/aux/po4a-cfg.sh: Discover files instead of getting ↵EuAndreh2023-04-041-9/+2
| | | | them via option
* share/aux/cases/*/aux/{ci/report.sh,po4a-cfg}.sh: Update and improve help stringEuAndreh2023-04-042-18/+48
|
* bin/aux: Update path to repository dbEuAndreh2023-04-041-1/+1
|
* share/aux/: Update aux db for new declarative formatEuAndreh2023-04-0323-663/+1235
|
* bin/aux: Build repository db from filesystem instead of variable in the programEuAndreh2023-04-031-23/+30
|
* bin/ifnew: Add new working utilityEuAndreh2023-04-031-0/+86
|
* bin/htmlesc: Allow string argument to be given instead of STDINEuAndreh2023-04-031-6/+27
|
* bin/uri: Allow string argument to be given instead of STDINEuAndreh2023-04-031-7/+10
| | | | BONUS: Make reading from STDIN streaming instead of all at once.
* opt/bin-dirs/euandre.org: Remove symlink, link pb(1) directlyEuAndreh2023-04-032-1/+1
|
* Makefile: Use "deployer" user in "upload" targetEuAndreh2023-04-031-2/+5
|
* etc/guix/home.scm: Place pax-utils in the correct listEuAndreh2023-04-021-1/+1
|
* etc/guix/home.scm: Add pax-utils package (for scanelf(1))EuAndreh2023-04-021-0/+1
|
* etc/sh/rc: Fix vcs-ps1 outside repositoryEuAndreh2023-04-021-1/+3
|
* etc/sh/rc: Add timeout to vcs(1) ps1EuAndreh2023-04-021-1/+5
|
* etc/ssh/authorized_keys: Disallow root@toph keyEuAndreh2023-04-011-1/+0
| | | | | The 3-2-1 rule for toph is already satisfied, so having this extra disk is not required for complying with it.
* etc/nix/configuration.nix: Enable udisk2 serviceEuAndreh2023-04-011-0/+1
|
* etc/guix/home.scm: Add "es" dictionaryEuAndreh2023-04-011-0/+1
|
* etc/git/config: Disable detached HEAD notificationEuAndreh2023-03-301-0/+2
|
* bin/vcs: Handle new files added via "git add -N FILE"EuAndreh2023-03-301-1/+1
|
* bin/backup: Fix early termination desired behaviourEuAndreh2023-03-301-2/+2
|
* etc/guix/home.scm: Add "gnome-disk-utility" packageEuAndreh2023-03-291-0/+1
|
* bin/vm: sponge(1) config file for more atomic operationsEuAndreh2023-03-291-1/+1
|
* bin/vm: Allow VM .qcow2 images to be symlinksEuAndreh2023-03-291-1/+1
|
* bin/free-port: Try random ports over sequential onesEuAndreh2023-03-291-2/+7
| | | | | | To diminish race-conditions where two separate processes call free-port(1) and get the same port that is free at that time, but only one is able to bind to it.
* etc/guix/home.scm: Add "fakeroot" packageEuAndreh2023-03-291-0/+1
|
* etc/guix/home.scm: Fix build of "apk-tools" packageEuAndreh2023-03-281-10/+4
|
* etc/sh/cronjob.sh: Increase timeout to 3 hoursEuAndreh2023-03-281-1/+1
|
* etc/nix/configuration.nix: nixfmtEuAndreh2023-03-271-3/+1
|
* bin/reconfigure: Move "set -x" to the body of the scriptEuAndreh2023-03-271-1/+2
|
* bin/vm: Allow ".snapshot" file to existEuAndreh2023-03-271-1/+1
|
* Revert "etc/nix/configuration.nix: Remove and disable CUPS configuration"EuAndreh2023-03-271-0/+68
| | | | This reverts commit 541f6250b6867e729f5a96234f185df7f1c68711.
* etc/nix/configuration.nix: Add more localesEuAndreh2023-03-271-1/+9
|
* etc/guix/home.scm: Add finished "abuild" package and WIP "apk-tools" packageEuAndreh2023-03-261-0/+105
|
* share/aux-repo/aux/workflow/TODOs.sh: Remove FIXMEEuAndreh2023-03-261-1/+1
|
* Makefile: Exclude share/aux-repo from ShellCheckEuAndreh2023-03-261-0/+1
|
* share/aux-repo/: Add common test scriptsEuAndreh2023-03-252-0/+48
|
* share/aux-repo/: Add existing files AS-ISEuAndreh2023-03-2513-0/+615
|
* bin/aux: Allow files to be copied to be parameterizedEuAndreh2023-03-251-14/+28
|