Skip to content

Commit

Permalink
Debugging pkg-cache lstpkgfiles command
Browse files Browse the repository at this point in the history
Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi committed Aug 30, 2023
1 parent 18880d7 commit ea7c6fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps-packaging/pkg-cache
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. `dirname "$0"`/../build-scripts/functions

set -e
#set -x # for debugging
set -x # for debugging

PATH=$PATH:$BASEDIR/buildscripts/deps-packaging # for cache-sftp
MYNAME=`basename $0`
Expand Down Expand Up @@ -140,6 +140,7 @@ listpkgfiles)

if [ ! -d $pkg_cache_dir ] && [ $CACHE_IS_ONLY_LOCAL = no ]
then
cd $BASEDIR
mkdir -p $pkg_cache_dir
cd $pkg_cache_dir
cache-sftp getdir $label/$pkgname
Expand Down

0 comments on commit ea7c6fb

Please sign in to comment.