- 17 Mar, 2019 1 commit
-
-
Jelle van der Waa authored
Python 3.3 has venv support, prefer this method over virtualenv.
-
- 16 Mar, 2019 4 commits
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Similar change to cb7ac5c3 except that the pattern is adapted to extract the first char of the pkgname too. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- 15 Mar, 2019 2 commits
-
-
Jelle van der Waa authored
-
Jan Alexander Steffens (heftig) authored
-
- 28 Feb, 2019 3 commits
-
-
Florian Pritz authored
https://archive.archlinux.org/repos/2016/09/01/core/os/x86_64/iana-etc-20160513-1-any.pkg.tar.xz should redirect to https://archive.org/download/archlinux_pkg_iana-etc/iana-etc-20160513-1-any.pkg.tar.xz but it actually redirects to the URL with the "-etc" part missing from the directory name. The new regex fixes this by removing the part where pkgver is allowed to have a hyphen. The PKGBUILD manpage explains that pkgver is explicitly not allowed to contain a hyphen so we do not need to allow this either. It also makes the regex more readable by using named groups for the different parts. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
journal logs are nice and all, but they are comparatively large and (mostly) uncompressed. This way we at can at least maintain logs for a reasonable time frame to investigate issues even if the journal decided that it has to clean up "old" logs. The logrotate config uses an archive directory to rotate logs to for stricter permissions on old logs to increase data protection (EU GDPR). Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- 27 Feb, 2019 3 commits
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Evangelos Foutras authored
It's highly unlikely we'll be using anything other than cubic, so there is no need for this to be configurable.
-
- 24 Feb, 2019 4 commits
-
-
Jelle van der Waa authored
Sync CSS with archweb.
-
Jelle van der Waa authored
A lot of CSS classes where not required, remove those rules.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Fixes create user bug.
-
- 23 Feb, 2019 3 commits
-
-
Jan Alexander Steffens (heftig) authored
-
Jelle van der Waa authored
nymeria was a sponsored dedicated server but the server has been cancelled.
-
Jelle van der Waa authored
-
- 17 Feb, 2019 1 commit
-
-
Jan Alexander Steffens (heftig) authored
Try not to scan deep into directory trees and exit early if we find a new enough file. An LLVM SVN checkout has a lot of files. I don't think zsh glob can do this so reimplement in bash+find.
-
- 16 Feb, 2019 3 commits
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
This is changed globally because it is probably fine for other services too. Some AUR RPC requests apparently manage to hit the 4k default limit and if they do, they get an empty response. This is an easier fix to the problam than changing the maximum request length in each AUR helper. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- 15 Feb, 2019 1 commit
-
-
Jan Alexander Steffens (heftig) authored
-
- 14 Feb, 2019 13 commits
-
-
Jelle van der Waa authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
The default cache size factor is 0.5.
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The script is currently hosted on my private server, but still linked in the wiki[1]. This way, we can update the wiki to link to this copy of the script as an official source. [1] https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Upstream being me: https://git.server-speed.net/users/flo/bin/tree/syncrepo.sh Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
- Allow for single and multi disk installs - Use modern parted module to cut down on manual code - Allow for specifying concrete drives to use for the system - Change use from unarchive module which is deprecated to get_url + manual tar - Allow for DHCP when setting up networking - When using btrfs, automatically compress with lzo (I'd use zstd but grub can't boot off of zstd yet) - Use playbook_dir as a relativ search path start to find the pubkeys which is more reliable than just relative path - Clean pacman cache after base system installation
-
- 10 Feb, 2019 2 commits
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Sven-Hendrik Haase authored
-