Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
eef4cb36
Commit
eef4cb36
authored
Nov 26, 2015
by
Holger Levsen
Browse files
reproducible: display ftbfs usertags at the end of the usertags shown
parent
9c5f1b00
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_html_dashboard.sh
View file @
eef4cb36
...
@@ -30,8 +30,15 @@ done
...
@@ -30,8 +30,15 @@ done
FIELDS[2]
=
"datum, oldest"
FIELDS[2]
=
"datum, oldest"
FIELDS[3]
=
"datum "
FIELDS[3]
=
"datum "
for
TAG
in
$USERTAGS
;
do
for
TAG
in
$USERTAGS
;
do
# for this table (#3) bugs with ftbfs tags are ignored _now_…
if
[
"
$TAG
"
=
"ftbfs"
]
;
then
continue
fi
FIELDS[3]
=
"
${
FIELDS
[3]
}
, open_
$TAG
, done_
$TAG
"
FIELDS[3]
=
"
${
FIELDS
[3]
}
, open_
$TAG
, done_
$TAG
"
done
done
# …and added at the end (so they are not ignored but rather sorted this way)
# Also note how FIELDS is only used for reading data, not writing.
FIELDS[3]
=
"
${
FIELDS
[3]
}
, open_ftbfs, done_ftbfs"
FIELDS[4]
=
"datum, packages_with_notes"
FIELDS[4]
=
"datum, packages_with_notes"
FIELDS[5]
=
"datum, known_issues"
FIELDS[5]
=
"datum, known_issues"
FIELDS[7]
=
"datum, done_bugs, open_bugs"
FIELDS[7]
=
"datum, done_bugs, open_bugs"
...
@@ -45,6 +52,7 @@ SUM_DONE="$SUM_DONE)"
...
@@ -45,6 +52,7 @@ SUM_DONE="$SUM_DONE)"
SUM_OPEN
=
"
$SUM_OPEN
)"
SUM_OPEN
=
"
$SUM_OPEN
)"
FIELDS[8]
=
"datum "
FIELDS[8]
=
"datum "
for
TAG
in
$USERTAGS
;
do
for
TAG
in
$USERTAGS
;
do
# for this table (#8) bugs with ftbfs tags are ignored.
if
[
"
$TAG
"
=
"ftbfs"
]
;
then
if
[
"
$TAG
"
=
"ftbfs"
]
;
then
continue
continue
fi
fi
...
@@ -54,6 +62,7 @@ FIELDS[9]="datum, done_bugs, open_bugs"
...
@@ -54,6 +62,7 @@ FIELDS[9]="datum, done_bugs, open_bugs"
REPRODUCIBLE_DONE
=
"(0"
REPRODUCIBLE_DONE
=
"(0"
REPRODUCIBLE_OPEN
=
"(0"
REPRODUCIBLE_OPEN
=
"(0"
for
TAG
in
$USERTAGS
;
do
for
TAG
in
$USERTAGS
;
do
# for this table (#9) bugs with ftbfs tags are ignored.
if
[
"
$TAG
"
=
"ftbfs"
]
;
then
if
[
"
$TAG
"
=
"ftbfs"
]
;
then
continue
continue
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment