| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-04-25 | Revert "Remove Nix/NixOS support from configuration and utilities" | EuAndreh | 1 | -0/+6 | |
| This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb. | |||||
| 2024-01-15 | bin/reconfigure: Call bins(1) between reconfigures | EuAndreh | 1 | -0/+4 | |
| 2024-01-14 | bin/reconfigure: Always run bin(1) regardless of where this program ends | EuAndreh | 1 | -2/+3 | |
| 2024-01-14 | bin/reconfigure: Assume we're always on Guix System | EuAndreh | 1 | -5/+3 | |
| 2024-01-12 | Remove Nix/NixOS support from configuration and utilities | EuAndreh | 1 | -7/+0 | |
| 2023-08-19 | bin/reconfigure: Always reconfigure "guix home" last | EuAndreh | 1 | -2/+2 | |
| 2023-07-29 | bin/*: Add matching parenthesis to case clauses | EuAndreh | 1 | -5/+5 | |
| 2023-04-12 | bin/: Make help string more consistent across several executables | EuAndreh | 1 | -0/+1 | |
| 2023-03-27 | bin/reconfigure: Move "set -x" to the body of the script | EuAndreh | 1 | -1/+2 | |
| 2023-03-15 | bin/reconfigure: Remove timeout limitation | EuAndreh | 1 | -4/+1 | |
| The cronjob has a timeout, and running manually can be enclosed by a timeout if required. | |||||
| 2023-03-13 | bin/reconfigure: Make it verbose by default via "set -x" | EuAndreh | 1 | -0/+1 | |
| For debugging cronjob output. | |||||
| 2023-03-12 | bin/reconfigure: Add -U option to call update(1) | EuAndreh | 1 | -2/+16 | |
| Adapt the cronjob to use it also. | |||||
| 2023-03-02 | bin/reconfigure: Early exit when ran as root | EuAndreh | 1 | -0/+7 | |
| 2023-03-01 | bin/reconfigure: Refresh bins(1) cache after updating $PATH | EuAndreh | 1 | -0/+2 | |
| 2023-02-26 | bin/reconfigure: Fix detection if running in a Guix system | EuAndreh | 1 | -1/+1 | |
| 2023-02-26 | Update NixOS channel in update(1) instead of upgrade(1) | EuAndreh | 1 | -1/+1 | |
| 2023-02-26 | bin/reconfigure: Use current version of {home,system}.scm files | EuAndreh | 1 | -3/+3 | |
| 2023-02-26 | git mv bin/upgrade bin/reconfigure | EuAndreh | 1 | -4/+4 | |
| 2023-02-26 | bin/upgrade: Fix call to timeout | EuAndreh | 1 | -1/+1 | |
| The error message was: timeout: impossible d'exécuter la commande « -- »: Aucun fichier ou dossier de ce type | |||||
| 2023-02-20 | bin/upgrade: Restrict upgrade to up-to 2 hours | EuAndreh | 1 | -1/+4 | |
| 2023-02-17 | bin/upgrade: Explicitly define $HOSTNAME | EuAndreh | 1 | -1/+3 | |
| 2023-02-17 | bin/upgrade: Do some ugly ifs to decide what to upgrade | EuAndreh | 1 | -4/+15 | |
| 2022-12-01 | bin/{gc,upgrade}: Fix path to store password | EuAndreh | 1 | -1/+1 | |
| 2022-11-21 | bin/upgrade: Fix path to current Guix Home file | EuAndreh | 1 | -1/+1 | |
| Follow-up on 7406e924e29f179b2d5aa676c5378866b67ac41c. | |||||
| 2022-11-19 | bin/upgrade: Use the current files for the upgrade | EuAndreh | 1 | -2/+2 | |
| Imagine 2 scenarios: 1. I leave home.scm in an intermediary broken state, and an important security update is available. The "guix pull" command will work, but the security fixes won't be installed, because the home.scm file isn't properly formed. Using the current home.scm file addresses that; 2. a malicious program writes to system.scm, and the upgrade automatically implements any changes present in it. Instead the changes to the system, which require root access, shouldn't be blindly done, and using strictly the existing system.scm addresses that. It doesn't address many other bad things the malicious program can do. | |||||
| 2022-11-16 | Manage the Guix System without using root login | EuAndreh | 1 | -1/+1 | |
| 2022-10-31 | bin/upgrade: Use $XDG_CONFIG_DIR over hard-coding ~/.usr/etc | EuAndreh | 1 | -1/+1 | |
| 2022-10-23 | bin/upgrade: Add equivalent of `update` script | EuAndreh | 1 | -12/+10 | |
| 2022-08-13 | bin/forever: Report on the status code of each run | EuAndreh | 1 | -1/+3 | |
| 2022-08-13 | bin/forever: Add working utility | EuAndreh | 1 | -8/+10 | |
| 2022-08-13 | bin/m: Add working utility | EuAndreh | 1 | -4/+16 | |
| 2022-05-12 | Move Git repository into ~/.usr/.git/ | EuAndreh | 1 | -0/+0 | |
| 2022-05-12 | git mv .local/bin/ .usr/bin/ | EuAndreh | 1 | -0/+0 | |
| 2022-05-12 | .local/bin/tmpname: Add working version | EuAndreh | 1 | -5/+4 | |
| 2022-05-12 | .local/bin/uuid: Add working version | EuAndreh | 1 | -12/+7 | |
| 2022-04-24 | ~/.local/bin/qr: Add script | EuAndreh | 1 | -0/+58 | |
