Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reprotest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
reprotest
Commits
7173f938
Verified
Commit
7173f938
authored
6 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
Fix spelling errors in documentation strings.
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
d08174fc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reprotest/__init__.py
+1
-1
1 addition, 1 deletion
reprotest/__init__.py
reprotest/mdiffconf.py
+1
-1
1 addition, 1 deletion
reprotest/mdiffconf.py
with
2 additions
and
2 deletions
reprotest/__init__.py
+
1
−
1
View file @
7173f938
...
...
@@ -575,7 +575,7 @@ def cli_parser():
group1_0
.
add_argument
(
'
--extra-build
'
,
metavar
=
'
VARIATIONS
'
,
default
=
[],
action
=
'
append
'
,
help
=
'
Perform another build with the given VARIATIONS (which may be
'
'
empty) to be applied on top of what was given for --variations and
'
'
--vary. Each occurence of this flag specifies another build, so e.g.
'
'
--vary. Each occur
r
ence of this flag specifies another build, so e.g.
'
'
given twice this will make reprotest perform 4 builds in total.
'
)
group1_0
.
add_argument
(
'
--auto-build
'
,
default
=
False
,
action
=
'
store_true
'
,
help
=
'
Automatically perform builds to try to determine which specific
'
...
...
This diff is collapsed.
Click to expand it.
reprotest/mdiffconf.py
+
1
−
1
View file @
7173f938
...
...
@@ -98,7 +98,7 @@ def parse(d, action, one, zero=None, aliases={}):
obj: The top-level object to apply the action to.
action: The action to apply, specified as a string. The string is split on
the leftmost occurence of any supported $operator; everything to the
the leftmost occur
r
ence of any supported $operator; everything to the
left of it is the $attribute and to the right of it is the $operand.
$attribute is in dotted-notation and specifies which $target attribute
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment