1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/sshd/templates/motd.j2
2021-01-26 18:06:09 +01:00

35 lines
1.4 KiB
Django/Jinja
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Welcome to {{inventory_hostname}}.
{% if 'borg_clients' in group_names %}
Data on this system is regularly backed up automatically.
{% else %}
This system IS NOT backed up. Please ensure you DO NOT keep valuable data here!
{% endif %}
{% if 'buildservers' in group_names %}
Usage Info
- Use the devtools helpers to build packages.
- Don't forget to set your PACKAGER in ~/.makepkg.conf.
- Chroots are kept in /var/lib/archbuild (~chroots).
- SRCDEST is set to /var/lib/archbuilddest/srcdest (~srcdest).
- Take a look at mkpkg -hh if you want to build nightlies.
Package diff tools:
diffrepo : Lightweight alternative to checkpkg. Only diffs filenames.
pkgdiffrepo : Heavyweight alternative to checkpkg. Uses pkgdiff.
January 26, 2021
The common Arch build server is now build.archlinux.org! This one has 64 threads and
256GiB of memory. Now go and compile something.
{% endif %}
{% if 'public_html' in group_names %}
Usage Info
This server provides the ability for members of the Arch team to host Arch related content
in their own ~/public_html
The http will require read access to your home directory and permissions on public_html:
- setfacl -m user:http:x ~
- setfacl -m user:http:rx ~/public_html
{% endif %}