mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - UI elements
Rename all UI elements and translations. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1702075875
commit
f540c79580
76 changed files with 952 additions and 1143 deletions
|
@ -35,7 +35,7 @@ usually points to the git-serve program.
|
|||
|
||||
If SSH has been configured to pass on the AUR_OVERWRITE environment variable
|
||||
(via SendEnv, see ssh_config(5) for details) and the user's account is a
|
||||
registered Trusted User or Developer, this will be passed on to the git-update
|
||||
registered Package Maintainer or Developer, this will be passed on to the git-update
|
||||
program in order to enable a non-fast-forward push.
|
||||
|
||||
The INSTALL file in the top-level directory contains detailed instructions on
|
||||
|
@ -70,8 +70,8 @@ The Update Hook: git-update
|
|||
The Git update hook, called git-update, performs several subtasks:
|
||||
|
||||
* Prevent from creating branches or tags other than master.
|
||||
* Deny non-fast-forwards, except for Trusted Users and Developers.
|
||||
* Deny blacklisted packages, except for Trusted Users and Developers.
|
||||
* Deny non-fast-forwards, except for Package Maintainers and Developers.
|
||||
* Deny blacklisted packages, except for Package Maintainers and Developers.
|
||||
* Verify each new commit (validate meta data, impose file size limits, ...)
|
||||
* Update package base information and package information in the database.
|
||||
* Update the named branch and the namespaced HEAD ref of the package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue