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
e33b6d15
Commit
e33b6d15
authored
Nov 26, 2015
by
Holger Levsen
Browse files
reproducible: swap order of bugs(_state) graphs
parent
2de50e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_html_dashboard.sh
View file @
e33b6d15
...
@@ -442,7 +442,7 @@ create_dashboard_page() {
...
@@ -442,7 +442,7 @@ create_dashboard_page() {
write_usertag_table
write_usertag_table
write_page
"</p><p style=
\"
clear:both;
\"
>"
write_page
"</p><p style=
\"
clear:both;
\"
>"
# do other global graphs
# do other global graphs
for
i
in
3 7 8 9
4 5
;
do
for
i
in
8 9 3 7
4 5
;
do
write_page
" <a href=
\"
/
${
TABLE
[
$i
]
}
.png
\"
><img src=
\"
/
${
TABLE
[
$i
]
}
.png
\"
class="
halfview
" alt=
\"
${
MAINLABEL
[
$i
]
}
\"
></a>"
write_page
" <a href=
\"
/
${
TABLE
[
$i
]
}
.png
\"
><img src=
\"
/
${
TABLE
[
$i
]
}
.png
\"
class="
halfview
" alt=
\"
${
MAINLABEL
[
$i
]
}
\"
></a>"
# redo pngs once a day
# redo pngs once a day
if
[
!
-f
$BASE
/
${
TABLE
[
$i
]
}
.png
]
||
[
!
-z
$(
find
$BASE
-maxdepth
1
-mtime
+0
-name
${
TABLE
[
$i
]
}
.png
)
]
;
then
if
[
!
-f
$BASE
/
${
TABLE
[
$i
]
}
.png
]
||
[
!
-z
$(
find
$BASE
-maxdepth
1
-mtime
+0
-name
${
TABLE
[
$i
]
}
.png
)
]
;
then
...
...
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