Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#63679 - [gitlab] gitlab-backup fails when gitlab-pages isn't installed
Attached to Project:
Community Packages
Opened by simonzack (simonzack) - Saturday, 07 September 2019, 04:43 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 28 December 2019, 09:13 GMT
Opened by simonzack (simonzack) - Saturday, 07 September 2019, 04:43 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 28 December 2019, 09:13 GMT
|
DetailsDescription:
gitlab-backup fails when gitlab-pages isn't installed. I would rather not install gitlab-pages, as it's quite a big package, at 478MiB, since it requires `go` being installed. It is possible to skip backup up of pages by doing `ExecStart=/usr/bin/bundle-2.5 exec rake gitlab:backup:create SKIP=pages`. Maybe this command could be used instead if it detects that gitlab-pages isn't installed? |
This task depends upon
The dependencies for `gitlab` doesn't include `gitlab-pages`. `gitlab-pages` is in the AUR for some reason.
[1]: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
To do this, I copied `/usr/lib/systemd/system/gitlab.target` to `/etc/systemd/system/gitlab.target` and removed `gitlab-backup.timer` from it's file contents.