[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible openwrt:_drop useless /ipk/ from pathes

Holger Levsen holger at moszumanska.debian.org
Sat Jun 13 12:42:30 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 a618832142d60f71317bf99e323db95a61ca018c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jun 13 14:41:56 2015 +0200

    reproducible openwrt:_drop useless /ipk/ from pathes
---
 bin/reproducible_openwrt.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 74d739d..32e268e 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -78,8 +78,8 @@ save_openwrt_results(){
 		# save packages
 		cd packages
 		for j in $(find * -name "*.ipk") ; do
-			mkdir -p $TMPDIR/$RUN/$i/ipk/$(dirname $j)
-			cp -p $j $TMPDIR/$RUN/$i/ipk/$(dirname $j)/
+			mkdir -p $TMPDIR/$RUN/$i/$(dirname $j)
+			cp -p $j $TMPDIR/$RUN/$i/$(dirname $j)/
 		done
 		cd ../..
 	done

-- 
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