mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Consistently use "Git Update Detection"
This commit is contained in:
parent
2fddc276de
commit
84d7030f7d
@ -13,7 +13,7 @@ title: Help
|
||||
|
||||
* [Package Inclusion Policy and Guidance](/policy_and_guidance/)
|
||||
* [Package Tags](package_tags)
|
||||
* [Automatic Update Detection](update_config)
|
||||
* [Git Update Detection](update_config)
|
||||
* [Creating Releases using Webhooks](release_webhooks)
|
||||
* [Package Configuration and Releases Guide](package_config)
|
||||
|
||||
|
@ -11,7 +11,7 @@ you can also use the [API](../api) to create releases.
|
||||
|
||||
ContentDB also offers the ability to poll a Git repo and check for updates
|
||||
without any web hooks, this is limited to once a day.
|
||||
See [Automatic Update Detection](/help/update_config/).
|
||||
See [Git Update Detection](/help/update_config/).
|
||||
|
||||
The process is as follows:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
title: Automatic Update Detection
|
||||
title: Git Update Detection
|
||||
|
||||
## Introduction
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ _("%(username)s's Automated Update Detection Configs", username=user.display_name) }}
|
||||
{{ _("Git Update Detection for %(username)s", username=user.display_name) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -14,7 +14,7 @@
|
||||
{{ _("You have automatic releases enabled.") }}
|
||||
{% else %}
|
||||
{{ _("You have Git update notifications enabled.") }}
|
||||
{{ _("You can enable automatic updates in the update detection settings.") }}
|
||||
{{ _("You can enable automatic updates in the update settings.") }}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% else %}
|
||||
|
@ -38,7 +38,7 @@
|
||||
<a class="btn btn-secondary float-right mr-2" href="{{ url_for('packages.bulk_update_config', username=user.username) }}">See all Update Settings</a>
|
||||
<h2>{{ _("Potentially Outdated Packages") }}</h2>
|
||||
<p class="alert alert-info">
|
||||
{{ _("New: Git Update Detection has been set up to send outdated notifications for all packages automatically.") }}<br />
|
||||
{{ _("New: Git Update Detection has been set up on all packages to send notifications.") }}<br />
|
||||
{{ _("Consider changing the update settings to create releases automatically instead.") }}
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user