Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins.debian.net
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
4
Merge Requests
4
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Debian QA
jenkins.debian.net
Commits
bbc7e44f
Commit
bbc7e44f
authored
Oct 23, 2014
by
Holger Levsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reproducible: give debbindiff an hour, not just 15m, to analyze
parent
9412819e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/reproducible_build.sh
bin/reproducible_build.sh
+1
-1
No files found.
bin/reproducible_build.sh
View file @
bbc7e44f
...
...
@@ -154,7 +154,7 @@ else
# write locks are only done by the schroot setup job
touch
$DBDCHROOT_READLOCK
fi
(
timeout
1
5m
schroot
--directory
/tmp
-c
source
:jenkins-reproducible-sid debbindiff
--
--html
$TMPDIR
/
${
LOGFILE
}
$TMPDIR
/b1/
${
SRCPACKAGE
}
_
${
EVERSION
}
_amd64.changes
$TMPDIR
/b2/
${
SRCPACKAGE
}
_
${
EVERSION
}
_amd64.changes
)
2>&1
>>
${
RBUILDLOG
}
(
timeout
1
h
schroot
--directory
/tmp
-c
source
:jenkins-reproducible-sid debbindiff
--
--html
$TMPDIR
/
${
LOGFILE
}
$TMPDIR
/b1/
${
SRCPACKAGE
}
_
${
EVERSION
}
_amd64.changes
$TMPDIR
/b2/
${
SRCPACKAGE
}
_
${
EVERSION
}
_amd64.changes
)
2>&1
>>
${
RBUILDLOG
}
RESULT
=
$?
set
+x
set
-e
...
...
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