summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-08 23:04:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-08 23:04:54 +0100
commitcb9906b6d732c470cf8685de169c60dcdc1e54b8 (patch)
tree19e5daa1b8b1ccc5c6e21b9b23d2e0a90aa6c5ae
parent83ef0a7d54482abeaaa02991853c2742a9643d86 (diff)
libsisyphus : document the new options
-rw-r--r--src/backend/libsisyphus.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py
index 73b9b91..c1a99fd 100644
--- a/src/backend/libsisyphus.py
+++ b/src/backend/libsisyphus.py
@@ -714,7 +714,7 @@ def showHelp():
print("* In addition, a package may no longer depend on another one, so that other package becomes orphan as well if nothing else requires it")
print("* Use this option to check the whole dependency chain for such packages, and uninstall them" + "\n")
print("--update")
- print("* Update the Portage tree, Overlay(s), Portage config files && Sisyphus's package database" + "\n")
+ print("* Update the Portage tree, the Redcore Overlay(s), Portage configs && Sisyphus's package database" + "\n")
print("--upgrade")
print("* Upgrade the system using binary and/or ebuild (source) packages" + "\n")
print("--search")
@@ -731,7 +731,15 @@ def showHelp():
print("--mirror --list")
print("* List available binary package repository mirrors (the active one is marked with *)" + "\n")
print("--mirror --set INDEX")
- print("* Switch the binary package repository to the selected mirror" + "\n")
+ print("* Change the binary package repository to the selected mirror" + "\n")
+ print("--branch=master --remote=gitlab")
+ print("* Pull the master (stable) branch of the Portage tree, Redcore overlay && Portage configs. Use gitlab.com git repositories." + "\n")
+ print("--branch=master --remote=pagure")
+ print("* Pull the master (stable) branch of the Portage tree, Redcore overlay && Portage configs. Use pagure.io git repositories." + "\n")
+ print("--branch=next --remote=gitlab")
+ print("* Pull the next (testing) branch of the Portage tree, Redcore overlay && Portage configs. Use gitlab.com git repositories." + "\n")
+ print("--branch=next --remote=pagure")
+ print("* Pull the next (testing) branch of the Portage tree, Redcore overlay && Portage configs. Use pagure.io git repositories." + "\n")
print("--sysinfo")
print("* Display information about installed core packages and portage configuration" + "\n")
print("--help")