summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2020-11-08 17:44:40 +0100
committerJelle van der Waa <jelle@archlinux.org>2020-11-08 17:44:40 +0100
commited0112dfa043126310c96f467446378696cf314d (patch)
treede5dd6ee4c8130a7a8b66c1a45a4eae719c04c35
parent473877b348d75d05a4b97ac11c07dc410c42d741 (diff)
downloadarchweb-ed0112dfa043126310c96f467446378696cf314d.tar.gz
archweb-ed0112dfa043126310c96f467446378696cf314d.zip
Add management command overview to our documentation
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69d800e7..1ac49209 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,22 @@ Running coverage:
To use the Django Debug toolbar install django-debug-toolbar and in local_settings.py
set DEBUG_TOOLBAR to True.
+# Management commands
+
+Archweb provides multiple management commands for importing various sorts of data. An overview of commands:
+
+* generate_keyring - Assemble a GPG keyring with all known developer keys.
+* pgp_import - Import keys and signatures from a given GPG keyring.
+* read_reproducible_status - Import rebuilderd status into Archweb.
+* rematch_developers - Rematch flag requests and packages where user_id/packager_id is NULL to a Developer.
+* reporead - Parses a repo.db.tar.gz, repo.files.tar.gz file and updates the Arch database with the relevant changes.
+* reporead_inotify - Watches a templated patch for updates of *.files.tar.gz to update Arch databases with.
+* donor_import - Import donators from a dovecot maildir dump.
+* mirrorcheck - Poll every active mirror URLs to store the lastsnyc time and record network timing details.
+* mirrorresolv - Poll every active mirror URLs and determine wheteher they have IP4 and/or IPv6 addresses.
+* populate_signoffs - retrieves the latest commit message of a signoff-eligible package.
+* update_planet - Import all feeds for users who have a valid website and website_rss in their user profile.
+
# Updating iPXE image
The netboot image can be updated by building the [AUR