]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #33173 from smithfarm/wip-bri-basic-auth
authorNathan Cutler <presnypreklad@gmail.com>
Thu, 13 Feb 2020 13:00:58 +0000 (14:00 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 13:00:58 +0000 (14:00 +0100)
backport-resolve-issue: use Basic Authentication instead of "access_token"

Reviewed-by: Jan Fajerski <jfajerski@suse.com>
1  2 
src/script/backport-resolve-issue

index 0769258fcd67c2bae1fda039df73eb860b066d38,afc086b6e79cada4751308977adeb006283557a5..c6641a2cee88fa9a8ce9d8b068e352146a1dfffc
@@@ -95,9 -95,9 +95,10 @@@ import loggin
  import json
  import os
  import re
+ import sys
  import time
  from redminelib import Redmine  # https://pypi.org/project/python-redmine/
 +from redminelib.exceptions import ResourceAttrError
  from git import Repo
  from git.exc import GitCommandError