aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-22/+29
|
* 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
|
* bin/record-my-screen: Add working utilityEuAndreh2023-03-241-0/+74
|
* etc/guix/home.scm: Include mpv besides vlcEuAndreh2023-03-241-0/+1
|
* etc/ssh/known_hosts: Update GitHub RSA keyEuAndreh2023-03-241-1/+1
| | | | https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
* etc/guix/home.scm: Add Guile dependencies required for building GuixEuAndreh2023-03-241-0/+9
|
* etc/sh/rc: Finalize path_add() functionEuAndreh2023-03-231-16/+16
|
* bin/vm: Report if VM is running as a snapshot in "status" actionEuAndreh2023-03-231-1/+11
|
* Makefile: Exclude mint from uploadEuAndreh2023-03-231-1/+2
|
* bin/vm: Set user to "vm"EuAndreh2023-03-231-0/+1
|
* bin/vm: Add -S option of help string exampleEuAndreh2023-03-231-1/+1
|
* Makefile: Strip .qcow2 from image namesEuAndreh2023-03-232-1/+2
|
* bin/vm: Allow it to get QCoW2 images from remoteEuAndreh2023-03-231-0/+18
|
* Makefile: Add "upload" target to send VM imagesEuAndreh2023-03-231-0/+7
|
* etc/guix/home.scm: Shrink import listEuAndreh2023-03-221-26/+8
|