gitlab-pages: Maintain together with the rest of GitLab + add to...

...update.py
This commit is contained in:
talyz
2023-01-09 18:08:25 +01:00
parent 9ede79d58b
commit e7383a32e3
3 changed files with 11 additions and 2 deletions
@@ -199,6 +199,14 @@ def update_gitaly():
_call_nix_update('gitaly', gitaly_server_version)
@cli.command('update-gitlab-pages')
def update_gitlab_pages():
"""Update gitlab-shell"""
data = _get_data_json()
gitlab_pages_version = data['passthru']['GITLAB_PAGES_VERSION']
_call_nix_update('gitlab-pages', gitlab_pages_version)
@cli.command('update-gitlab-shell')
def update_gitlab_shell():
"""Update gitlab-shell"""
@@ -223,6 +231,7 @@ def update_all(ctx, rev: str):
ctx.invoke(update_data, rev=rev)
ctx.invoke(update_rubyenv)
ctx.invoke(update_gitaly)
ctx.invoke(update_gitlab_pages)
ctx.invoke(update_gitlab_shell)
ctx.invoke(update_gitlab_workhorse)
+2 -2
View File
@@ -7473,6 +7473,8 @@ with pkgs;
gitlab-clippy = callPackage ../development/tools/rust/gitlab-clippy { };
gitlab-pages = callPackage ../applications/version-management/gitlab/gitlab-pages { };
gitlab-runner = callPackage ../development/tools/continuous-integration/gitlab-runner { };
gitlab-shell = callPackage ../applications/version-management/gitlab/gitlab-shell { };
@@ -24014,8 +24016,6 @@ with pkgs;
gatling = callPackage ../servers/http/gatling { };
gitlab-pages = callPackage ../servers/http/gitlab-pages { };
glabels = callPackage ../applications/graphics/glabels { };
nats-server = callPackage ../servers/nats-server { };