You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('-c', '--commit', action='store_true', dest='commit', help='Indicate that the version argument is for a commit or branch')
142
142
parser.add_argument('-p', '--pull', action='store_true', dest='pull', help='Indicate that the version argument is the number of a github repository pull request')
143
-
parser.add_argument('-u', '--url', dest='url', default='https://github.com/bitweb-project/bitweb', help='Specify the URL of the repository. Default is %(default)s')
143
+
parser.add_argument('-u', '--url', dest='url', default='https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility', help='Specify the URL of the repository. Default is %(default)s')
144
144
parser.add_argument('-v', '--verify', action='store_true', dest='verify', help='Verify the Gitian build')
145
145
parser.add_argument('-b', '--build', action='store_true', dest='build', help='Do a Gitian build')
146
146
parser.add_argument('-s', '--sign', action='store_true', dest='sign', help='Make signed binaries for Windows and MacOS')
0 commit comments