Unverified Commit e7383a32 authored by talyz's avatar talyz
Browse files

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

...update.py
parent 9ede79d5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { };