Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update diod | Tharre | 2019-03-09 | 1 | -4/+5 | |
| | ||||||
* | Update submodules | Tharre | 2019-03-02 | 2 | -5/+5 | |
| | ||||||
* | Add diod | Tharre | 2019-03-02 | 2 | -0/+8 | |
| | ||||||
* | arch-system: $pkgver: avoid dependency on `date` | Tharre | 2019-02-09 | 1 | -1/+1 | |
| | | | | | | | | This avoids errors when date is unavailable, like the one below: Error: error: invalid package file Error: PKGBUILD: line 5: date: command not found Error: /startdir/PKGBUILD is not a valid PKGBUILD | |||||
* | arch-system: borgbackup: use snapshot timestamps | Tharre | 2019-02-09 | 3 | -2/+4 | |
| | | | | | | | | | Previously, a archive would get the timestamp of the time it was uploaded, instead of the time when the snapshot was created. This is problematic, since archives are pruned by this timestamp, meaning if multiple archives are uploaded together most of them would be pruned immediately after. | |||||
* | arch-system: use `date` as pkgver | Tharre | 2018-09-29 | 1 | -1/+1 | |
| | | | | | | | Since arch-system has no upstream versions, and I'm too lazy to change pkgver manually, just expand the current date. This is slightly odd, maybe even a bad idea, but worth a try. | |||||
* | arch-system: add udev rule for scdaemon lockup | Tharre | 2018-09-29 | 2 | -1/+16 | |
| | ||||||
* | arch-system: /etc/sysctl.d -> /usr/lib/sysctl.d | Tharre | 2018-09-29 | 1 | -1/+1 | |
| | | | | | This makes systemd-sysctl.hook detect the change and apply the sysctl settings accordingly. | |||||
* | Add python-enlighten | Tharre | 2018-08-09 | 2 | -0/+3 | |
| | ||||||
* | Add grokmirror | Tharre | 2018-08-09 | 2 | -0/+9 | |
| | ||||||
* | arch-system: borgbackup: change repo to rsync.net | Tharre | 2018-08-07 | 2 | -3/+3 | |
| | ||||||
* | arch-system: borgbackup: better connectivity check | Tharre | 2018-08-07 | 2 | -6/+7 | |
| | | | | | | | | | | Instead of trying to execute borg, which would give us a false positive if borg itself isn't working on the remote, just connect to the server without executing a command. We check for 255 because `man 1 ssh` states the following: ssh exits with the exit status of the remote command or with 255 if an error occured. | |||||
* | arch-system: fix i915 module params | Tharre | 2018-07-31 | 2 | -2/+2 | |
| | | | | | | Linux 4.16 reworked the guc/huc parameters for i915 in [0]. [0] https://github.com/torvalds/linux/commit/121981fafe699d9f398a3c717912ef4eae6719b1 | |||||
* | arch-system: borgbackup: treat rc 1 as a warning | Tharre | 2018-07-31 | 2 | -7/+15 | |
| | ||||||
* | arch-system: borgbackup: --keep-hourly 24 -> 72 | Tharre | 2018-07-16 | 2 | -2/+2 | |
| | | | | | | | | Since borg-prune only keeps the last snapshot of each day with --keep-daily, it's possible that a file that was accidentally deleted is only kept for 24h (if the machine is running) before it's purged from backups. Increase to 72h to give the user a better chance of noticing this in time. | |||||
* | arch-system: borgbackup: notify about upload skip | Tharre | 2018-07-16 | 2 | -1/+4 | |
| | ||||||
* | arch-system: borgbackup: use correct key with ssh | Tharre | 2018-06-15 | 2 | -3/+4 | |
| | ||||||
* | arch-system: borgbackup: check connection with ssh | Tharre | 2018-06-14 | 2 | -13/+9 | |
| | | | | | | Networkmanager isn't really all that reliable, and we actually don't want to depend on it anyway. So trying to connect via ssh is the better thing to do. | |||||
* | arch-system: borgbackup: only notify when scripted | Tharre | 2018-05-30 | 2 | -2/+5 | |
| | ||||||
* | arch-system: borgbackup: add -p when interactive | Tharre | 2018-05-29 | 2 | -2/+6 | |
| | ||||||
* | st: bump version | Tharre | 2018-05-06 | 1 | -1/+1 | |
| | ||||||
* | arch-system: run borgbackup with lower CPU/IO prio | Tharre | 2018-05-06 | 2 | -1/+4 | |
| | ||||||
* | arch-system: borgbackup: break locks before backup | Tharre | 2018-05-05 | 2 | -2/+4 | |
| | ||||||
* | arch-system: borgbackup: check network status | Tharre | 2018-05-05 | 2 | -5/+16 | |
| | ||||||
* | arch-system: add hook for modprobe.d rebuilding | Tharre | 2018-05-05 | 2 | -0/+14 | |
| | ||||||
* | arch-system: update i915 module options | Tharre | 2018-05-05 | 2 | -2/+2 | |
| | | | | | | enable_fbc=1: already enabled by default enable_rc6: already enabled by default modeset: keep it at -1, kernel will enable it by default | |||||
* | arch-system: add backup-system package | Tharre | 2018-03-27 | 6 | -1/+144 | |
| | | | | | | | | | This implements fully automated, hourly backups of my /home via borgbackup, btrfs and systemd timers. Note that `setup_borgbackup`, a related function that is part of my dotfiles, is needed to setup backups for the first time, as well as a call to `borg init` with the proper environment variables. | |||||
* | arch-system: fix sudoers.d ordering of wheel | Tharre | 2018-02-26 | 1 | -1/+1 | |
| | ||||||
* | arch-system: add sysctl.conf (REISUB) | Tharre | 2018-02-06 | 2 | -1/+4 | |
| | ||||||
* | arch-system: initial commit | Tharre | 2018-01-22 | 10 | -0/+222 | |
| | ||||||
* | albion-online-launcher-bin: version bump + fixes | Tharre | 2017-12-19 | 1 | -4/+4 | |
| | ||||||
* | Update README | Tharre | 2017-12-19 | 1 | -1/+2 | |
| | ||||||
* | albion-online-launcher-bin: bump version | Tharre | 2017-08-04 | 1 | -2/+2 | |
| | ||||||
* | albion-online-launcher-bin: add epoch to override AUR | Tharre | 2017-08-01 | 1 | -0/+1 | |
| | ||||||
* | albion-online-launcher-bin: bump version | Tharre | 2017-07-24 | 1 | -3/+3 | |
| | ||||||
* | Update .gitignore | Tharre | 2017-07-24 | 1 | -3/+5 | |
| | ||||||
* | Add albion-online-launcher | Tharre | 2017-07-24 | 3 | -0/+58 | |
| | ||||||
* | st: bump version | Tharre | 2017-06-26 | 1 | -1/+1 | |
| | ||||||
* | st: no need to cd into $srcdir | Tharre | 2017-05-18 | 1 | -4/+4 | |
| | ||||||
* | st: fix hashsums and variable order | Tharre | 2017-05-18 | 1 | -5/+4 | |
| | ||||||
* | st: bump version | Tharre | 2017-05-18 | 1 | -1/+1 | |
| | ||||||
* | st: fix typo in license and documentation dirs | Tharre | 2017-05-18 | 1 | -2/+2 | |
| | ||||||
* | st: add Dejavu and Adobe Source Pro to deps | Tharre | 2017-05-18 | 1 | -1/+1 | |
| | ||||||
* | st: rename package to st-custom to avoid confusion | Tharre | 2016-10-07 | 1 | -9/+10 | |
| | ||||||
* | papersplease: bump version | Tharre | 2016-08-18 | 1 | -0/+0 | |
| | ||||||
* | st: bump version | Tharre | 2016-08-18 | 1 | -1/+1 | |
| | ||||||
* | st: bump version | Tharre | 2016-06-07 | 1 | -1/+1 | |
| | ||||||
* | st: terminfo is now included in ncurses | Tharre | 2016-03-04 | 1 | -1/+1 | |
| | ||||||
* | st: bump version | Tharre | 2016-03-04 | 1 | -1/+1 | |
| | ||||||
* | st: rename package from st-custom to st | Tharre | 2016-01-24 | 3 | -8/+7 | |
| |