#14 Update the example toddlers configuration file for packager_bugzilla_sync
Merged 3 years ago by nphilipp. Opened 3 years ago by pingou.

file modified
+31
@@ -45,18 +45,49 @@ 

  # more of them.

  blocked_toddlers = ["debug"]

  

+ 

  [consumer_config.flag_ci_pr]

  # flag_ci_pr

  pagure_token_seed = "private random string to change"

  pagure_token = "private random string to change"

  pagure_url = "https://src.fedoraproject.org"

  

+ 

  [consumer_config.flag_commit_build]

  # flag_commit_build

  pagure_token = "private random string to change"

  pagure_url = "https://src.fedoraproject.org"

  koji_url = "https://koji.fedoraproject.org"

  

+ 

+ [consumer_config.packager_bugzilla_sync]

+ #  Configuration file storing all the email overrides in the form of:

+ # "foo@bar.com" = "bar@foo.org"

+ # This is the same format as used by the distgit_bugzilla_sync cron/app

+ email_overrides_file = "/path/to/email_overrides.toml"

+ 

+ # Base url of dist-git

+ dist_git_url = "https://src.fedoraproject.org"

+ 

+ # List of accounts we do not want to report about

+ ignorable_accounts = ["packagerbot", "zuul"]

+ 

+ # Configuration used when sending notifications:

+ mail_server = "bastion.fedoraproject.org"

+ admin_email = "admin@fedoraproject.org"

+ 

+ # Account to use to connect to FAS

+ fas_url = "https://admin.fedoraproject.org/accounts"

+ fas_username = "FAS username"

+ fas_password = "FAS password for that account"

+ 

+ # Account to use to connect to bugzilla

+ bugzilla_url = "https://bugzilla.redhat.com"

+ bugzilla_username = "Bugzilla username (ie: email)"

+ bugzilla_password = "Bugzilla password for that account"

+ bugzilla_group = "fedora_contrib"

+ 

+ 

  [consumer_config.pdc_retired_packages]

  file_check_url = "https://src.fedoraproject.org/%(namespace)s/%(repo)s/blob/%(branch)s/f/%(file)s"

  

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased onto 6bc83fe52b8fd5f3eb0b24f82b82b56e59cbb1cd

3 years ago

Build succeeded.

  • tox : SUCCESS in 3m 17s

rebased onto e14424fe3501a6c248120461735f99c6369db3d1

3 years ago

Build succeeded.

  • tox : SUCCESS in 3m 24s

rebased onto a47a4d7

3 years ago

Build failed.

  • tox : FAILURE in 3m 26s

Merging regardless of the tox failure -- a test needs fixing but I have that over in #13.

Pull-Request has been merged by nphilipp

3 years ago