aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* arch-system: borgbackup: use correct key with sshTharre2018-06-152-3/+4
|
* arch-system: borgbackup: check connection with sshTharre2018-06-142-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 scriptedTharre2018-05-302-2/+5
|
* arch-system: borgbackup: add -p when interactiveTharre2018-05-292-2/+6
|
* st: bump versionTharre2018-05-061-1/+1
|
* arch-system: run borgbackup with lower CPU/IO prioTharre2018-05-062-1/+4
|
* arch-system: borgbackup: break locks before backupTharre2018-05-052-2/+4
|
* arch-system: borgbackup: check network statusTharre2018-05-052-5/+16
|
* arch-system: add hook for modprobe.d rebuildingTharre2018-05-052-0/+14
|
* arch-system: update i915 module optionsTharre2018-05-052-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 packageTharre2018-03-276-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 wheelTharre2018-02-261-1/+1
|
* arch-system: add sysctl.conf (REISUB)Tharre2018-02-062-1/+4
|
* arch-system: initial commitTharre2018-01-2210-0/+222
|
* albion-online-launcher-bin: version bump + fixesTharre2017-12-191-4/+4
|
* Update READMETharre2017-12-191-1/+2
|
* albion-online-launcher-bin: bump versionTharre2017-08-041-2/+2
|
* albion-online-launcher-bin: add epoch to override AURTharre2017-08-011-0/+1
|
* albion-online-launcher-bin: bump versionTharre2017-07-241-3/+3
|
* Update .gitignoreTharre2017-07-241-3/+5
|
* Add albion-online-launcherTharre2017-07-243-0/+58
|
* st: bump versionTharre2017-06-261-1/+1
|
* st: no need to cd into $srcdirTharre2017-05-181-4/+4
|
* st: fix hashsums and variable orderTharre2017-05-181-5/+4
|
* st: bump versionTharre2017-05-181-1/+1
|
* st: fix typo in license and documentation dirsTharre2017-05-181-2/+2
|
* st: add Dejavu and Adobe Source Pro to depsTharre2017-05-181-1/+1
|
* st: rename package to st-custom to avoid confusionTharre2016-10-071-9/+10
|
* papersplease: bump versionTharre2016-08-181-0/+0
|
* st: bump versionTharre2016-08-181-1/+1
|
* st: bump versionTharre2016-06-071-1/+1
|
* st: terminfo is now included in ncursesTharre2016-03-041-1/+1
|
* st: bump versionTharre2016-03-041-1/+1
|
* st: rename package from st-custom to stTharre2016-01-243-8/+7
|
* st: put config.h changes into a special branchTharre2015-10-182-414/+2
|
* st: change git URL to my own forkTharre2015-10-112-173/+3
|
* st: update versionTharre2015-09-103-27/+29
|
* st: update configurationTharre2015-08-043-14/+38
|
* Add ftlTharre2015-08-044-0/+94
|
* st: update to 0.6Tharre2015-07-133-24/+39
|
* Move papersplease to the AUR4 git serverTharre2015-06-087-107/+3
|
* Always restart systemd service.Tharre2015-05-212-1/+2
|
* Merge remote-tracking branch 'eibd/master'Tharre2015-05-215-0/+101
|\
| * Bump $pkgrel.Tharre2015-05-211-1/+1
| |
| * Don't run service as root.Tharre2015-05-212-1/+2
| | | | | | | | | | | | | | It's a really bad idea to run eibd as root, it even advocates so itself. This is especially bad as eibd is now officially unmaintained. So, don't run as root.
| * Don't fork in systemd service.Tharre2015-05-212-4/+2
| | | | | | | | There is no reason to fork, as eibd doesn't insist on forking.
| * Remove the `!libtool` option as it's the default.Tharre2015-05-211-1/+0
| |
| * Small cleanup.Tharre2015-05-211-11/+6
| |
| * Remove $pkgbase as we only build one package.Tharre2015-05-211-12/+10
| | | | | | | | | | Using a $pkgbase for just one package makes things unncessary complicated, and was probably just a relic from the past or too eager planning for the future.
| * Use general dependency `gcc-libs`.Tharre2015-05-211-1/+1
| | | | | | | | | | The previous use of `gcc-libs-multilib` made compilation on platforms other than x86_64 impossible, and seems to be unnecessary.