[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: fix package name
Holger Levsen
holger at moszumanska.debian.org
Fri Jun 12 19:09:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit eec3c8cd076a57343b624cd82127d9dbfa8e38c5
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jun 12 21:08:53 2015 +0200
reproducible openwrt: fix package name
---
bin/reproducible_openwrt.sh | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index eddfacc..616212c 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -101,6 +101,12 @@ echo
git log -1
echo "============================================================================="
+echo "$(date -u) - Updating package feeds."
+echo "============================================================================="
+./scripts/feeds update -a
+./scripts/feeds install -a
+
+echo "============================================================================="
echo "$(date -u) - Building the toolchain now."
echo "============================================================================="
make defconfig
@@ -191,7 +197,7 @@ for i in $(ls -1 dl/) ; do
done
echo "</table>" >> $TOOLCHAIN_HTML
echo "<table><tr><th>Debian $(cat /etc/debian_version) package on $(dpkg --print-architecture)</th><th>installed version</th></tr>" >> $TOOLCHAIN_HTML
-for i in gcc binutils bzip2 flex python perl make findutils grep diff unzip gawk util-linux zlib1g-dev libc6-dev git subversion ; do
+for i in gcc binutils bzip2 flex python perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion ; do
echo " <tr><td>$i</td><td>" >> $TOOLCHAIN_HTML
dpkg -s $i|grep '^Version'|cut -d " " -f2 >> $TOOLCHAIN_HTML
echo " </td></tr>" >> $TOOLCHAIN_HTML
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list