commit | 649d024a064a1803b627cb2e94afe6f1256e535c | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Mar 21 02:14:18 2017 +0000 |
committer | Thomas Vachuska <tom@onlab.us> | Tue Mar 21 23:19:27 2017 +0000 |
tree | b3a6ec3d1f366ce9817164d192dbd746d975d5a6 | |
parent | da5ae57b84ecb79b73dd12af2ed672fbd7fd3de2 [diff] [blame] |
Updating proxy-stc to use basename of test tar Change-Id: I786d788196413c5c57e8ce42ad631bfd8554b217
diff --git a/bucklets/onos.bucklet b/bucklets/onos.bucklet index 38c3dd5..f6f7e9b 100644 --- a/bucklets/onos.bucklet +++ b/bucklets/onos.bucklet
@@ -313,7 +313,7 @@ ): cmd = ( 'mkdir -p $TMP/%(root_dir)s && ' - 'cp -r $SRCDIR/ $TMP/%(root_dir)s && ' + 'cp -r -L $SRCDIR/* $TMP/%(root_dir)s && ' 'tar -C $TMP -zcf $OUT %(root_dir)s' ) % { 'root_dir': root if root is not None else name }