Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins.debian.net
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
3
Merge Requests
3
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Debian QA
jenkins.debian.net
Commits
3d46a865
Commit
3d46a865
authored
Sep 22, 2018
by
Holger Levsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bashims (if ==)
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
4db078d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
reproducible_common.sh
bin/reproducible_common.sh
+2
-2
reproducible_html_nodes_info.sh
bin/reproducible_html_nodes_info.sh
+2
-2
reproducible_maintenance.sh
bin/reproducible_maintenance.sh
+2
-2
No files found.
bin/reproducible_common.sh
View file @
3d46a865
...
...
@@ -239,7 +239,7 @@ write_page_header() {
class
=
''
fi
uri
=
"/debian/
${
s
}
/index_suite_
${
ARCH
}
_stats.html"
if
[
$comma
=
=
1
]
;
then
if
[
$comma
=
1
]
;
then
suite_links+
=
", {
\"
s
\"
:
\"
${
s
}
\"
,
\"
class
\"
:
\"
$class
\"
,
\"
uri
\"
:
\"
$uri
\"
}"
else
suite_links+
=
"{
\"
s
\"
:
\"
${
s
}
\"
,
\"
class
\"
:
\"
$class
\"
,
\"
uri
\"
:
\"
$uri
\"
}"
...
...
@@ -258,7 +258,7 @@ write_page_header() {
class
=
''
fi
uri
=
"/debian/
$SUITE
/index_suite_
${
a
}
_stats.html"
if
[
$comma
=
=
1
]
;
then
if
[
$comma
=
1
]
;
then
arch_links+
=
", {
\"
a
\"
:
\"
${
a
}
\"
,
\"
class
\"
:
\"
$class
\"
,
\"
uri
\"
:
\"
$uri
\"
}"
else
arch_links+
=
"{
\"
a
\"
:
\"
${
a
}
\"
,
\"
class
\"
:
\"
$class
\"
,
\"
uri
\"
:
\"
$uri
\"
}"
...
...
bin/reproducible_html_nodes_info.sh
View file @
3d46a865
...
...
@@ -39,7 +39,7 @@ for ARCH in ${ARCHS} ; do
write_page
"<th>pbuilder setup
$SUITE
</th>"
done
for
SUITE
in
${
SUITES
}
;
do
if
[
"
$SUITE
"
=
=
"experimental"
]
;
then
if
[
"
$SUITE
"
=
"experimental"
]
;
then
continue
fi
write_page
"<th>schroot setup
$SUITE
</th>"
...
...
@@ -119,7 +119,7 @@ for ARCH in ${ARCHS} ; do
done
# diffoscope schroot setup
for
SUITE
in
${
SUITES
}
;
do
if
[
"
$SUITE
"
=
=
"experimental"
]
;
then
if
[
"
$SUITE
"
=
"experimental"
]
;
then
continue
fi
URL
=
"https://jenkins.debian.net/view/reproducible/view/Debian_setup_
${
ARCH
}
/job/reproducible_setup_schroot_
${
SUITE
}
_diffoscope_
${
ARCH
}
_
${
JENKINS_NODENAME
}
"
...
...
bin/reproducible_maintenance.sh
View file @
3d46a865
...
...
@@ -126,14 +126,14 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
arm64
)
NODE
=
"codethink-sled
${
NODE_ALIAS
#codethink
}
-arm64.debian.net"
;;
armhf
)
NODE
=
"
${
NODE_ALIAS
}
-armhf-rb.debian.net"
;;
esac
if
[
"
$NODE
"
=
=
"jenkins"
]
;
then
if
[
"
$NODE
"
=
"jenkins"
]
;
then
echo
'Skipping jenkins...'
continue
fi
cd
$i
/builds
LAST
=
$(
ls
-rt1
|
tail
-1
)
GOOD
=
$(
basename
$(
readlink
-f
lastStableBuild
))
if
[
"
$LAST
"
=
=
"
$GOOD
"
]
;
then
if
[
"
$LAST
"
=
"
$GOOD
"
]
;
then
DIFF
=
0
else
let
DIFF
=
$LAST
-
$GOOD
||
DIFF
=
-1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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