summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-28 15:14:01 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-28 15:14:01 +0100
commitc534025eda52c6bcba00725be82726af1ce698e0 (patch)
treeede8d7fee2ae5655dbb51c6779acc97b91db196d /bin
parent12736231480775e6e79bce0a586bb8aafec67d8d (diff)
downloadjenkins.debian.net-c534025eda52c6bcba00725be82726af1ce698e0.tar.xz
fix grammar
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7d926fb2..17e6a73d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -111,7 +111,7 @@ call_debbindiff() {
cp b1/${BUILDINFO} /var/lib/jenkins/userContent/buildinfo/${SUITE}/${ARCH}/ > /dev/null 2>&1
figlet ${SRCPACKAGE}
echo
- echo "debbindiff found no differences in the changes files, and a .buildinfo file also exist." | tee -a ${RBUILDLOG}
+ echo "debbindiff found no differences in the changes files, and a .buildinfo file also exists." | tee -a ${RBUILDLOG}
echo "${SRCPACKAGE} built successfully and reproducibly." | tee -a ${RBUILDLOG}
calculate_build_duration
sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date, build_duration) VALUES ('${SRCPKGID}', '${VERSION}', 'reproducible', '$DATE', '$DURATION')"