git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/no_fail_file
Commit message (Collapse)AuthorAgeFilesLines
* Allow code_manager profile to not error out on first runNick Walker 2015-12-091-0/+36
Prior to this commit, the code manger profile could not complete on the first run because the file function would error out I implemented a new version of the file function that returns nothing when the file does not exist instead of erroring out which allows me to gate creating the webhook on whether there is content in the file. As a result this means that it takes 2 runs to get everything setup but this is preferable over having to manually intervene in some other way if the token file doesn't exist.
nsertions'>+4 |\ | * own colours for AIXH. P. 2022-03-231-2/+4 | | * | fixesH. P. 2022-03-232-5/+9 |/ * +test: debian pink for debian systemsH. P. 2022-03-231-2/+5 | * less variable spamH. P. 2022-03-231-23/+25 | * $SSH_AUTH_SOCK only on the admin stationsH. P. 2022-03-231-2/+10 | * alias for ssh-with-gpgH. P. 2022-03-231-0/+1 | * launch dirmngrH. P. 2022-03-231-1/+1 | * adding gpg-connect-agent to ssh agent machinesH. P. 2022-03-231-0/+1 | * Hide grep outputH. P. 2022-03-221-1/+1 | * +doc for SSHAGHH. P. 2022-03-211-0/+2 | * Execute ssh agent only on machines we want to be the sourceH. P. 2022-03-212-1/+7 | | | | Also, see ssh_config(5) and ForwardAgent * varname fumbleH. P. 2022-03-211-1/+1 | * +function for adding ssh keysH. P. 2022-03-212-1/+10 | * ...already marked for export in postexecH. P. 2022-03-211-1/+0 | | | | This reverts commit 99e0da1b6441da25a0d3427638f0fd1a20076f87. * mark SSH agent variables for exportH. P. 2022-03-211-0/+1 | * Adding postexec for "last-mile tasks"H. P. 2022-03-211-0/+4 | * Doesn't workH. P. 2022-03-211-8/+0 | * intermed: squeeze double ; after sourcing sshenv