Commits on Source 20
-
Mathieu Bridon authored
These aren't official yet, but they should work.
-
Mathieu Bridon authored
doc: Mention the Fedora packages See merge request !604
-
James Ennis authored
-
Jonathan Maw authored
Fix two links in the installing docs See merge request !610
-
Tiago Gomes authored
Improve fetchers, builders and pushers documentation. Closes #550.
-
Tiago Gomes authored
PullQueue: fix resource used Closes #550 See merge request !611
-
Add an optional flag to make files executable after having downloaded them. Instead of leaving the permissioning of downloaded file in remote.py up to the user's umask; expressly set permissions to 0644 or 0755 if executable. Bump format version to 13.
-
Tristan Van Berkom authored
remote.py: Add support for marking downloaded files executable See merge request !581
-
Javier Jardón authored
-
Tristan Van Berkom authored
source/install_linux_distro.rst: Make clearer ArchLinux packages available See merge request !613
-
change code style to ini
-
Javier Jardón authored
Include systemd file examples for google-cas cache Closes #419 See merge request !524
-
Javier Jardón authored
-
James Ennis authored
- python-arpy is unobtainable via pacman - Also a minor change to how we display install instructions from Fedora's dnf package manager
-
James Ennis authored
Change install instructions for python-arpy package on Arch See merge request !614
-
Jonathan Maw authored
-
Jonathan Maw authored
-
Jonathan Maw authored
When the source's URL uses an alias (i.e. Source.translate_url() actually changes the URL), we use the list of submodules defined in the config as the list of submodules used. This is because the source would otherwise have to fetch the main repo to know which submodules it actually has. This is inconvenient when using mirroring, because when the upstream repo is unreachable it'll fail when it doesn't have to. GitMirrors can now be instantiated without having their path and ref defined, provided the 'parent' mirror is defined. It will retrieve the path and ref as-needed instead. If the source's URL does not use an alias, it will behave as normally.