howtos/update_watch_dist_git.md
Pierre-Yves Chibon 7daa338965 Tweak the markdown/style on update_watch_dist_git
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-06-14 21:20:33 +02:00

1.4 KiB

How to udpate the watch status of someone in dist-git?

Let's start with: how to see someone's watch status?

There are two ways you can check this:

Now how do you update this?

  • Using pagure-admin

    On the pagure host, run: pagure-admin update-watch <namespace>/<name> <usernme>

    You will be prompted with options about which status to set, use -1 to revert to the default status.

    Example:

    pagure-admin update-watch rpms/borgbackup bpereto

    Using configuration file /etc/pagure/pagure.cfg The watch status can be one of the following: -1: reset the watch status to default 0: unwatch, don't notify the user of anything 1: watch issues and PRs 2: watch commits 3: watch issues, PRs and commits Status:-1 Updating watch status of bpereto to -1 (reset the watch status to default) on rpms/borgbackup