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.
|
||||
|
|
|
@ -12,8 +12,8 @@ package maintenance from the command-line. More details can be found in
|
|||
|
||||
The web interface can be used to browse packages, view package details, manage
|
||||
aurweb accounts, add comments, vote for packages, flag packages, and submit
|
||||
requests. Trusted Users can update package maintainers and delete/merge
|
||||
packages. The web interface also includes an area for Trusted Users to post
|
||||
requests. Package Maintainers can update package maintainers and delete/merge
|
||||
packages. The web interface also includes an area for Package Maintainers to post
|
||||
AUR-related proposals and vote on them.
|
||||
|
||||
The RPC interface can be used to query package information via HTTP.
|
||||
|
@ -113,7 +113,7 @@ usually scheduled using Cron. The current setup is:
|
|||
Advanced Administrative Features
|
||||
--------------------------------
|
||||
|
||||
Trusted Users can set the AUR_OVERWRITE environment variable to enable
|
||||
Package Maintainers can set the AUR_OVERWRITE environment variable to enable
|
||||
non-fast-forward pushes to the Git repositories. This feature is documented in
|
||||
`doc/git-interface.txt`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue