From d1bcdca68c723c5b9fa7cf10abf5fade851d9da1 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 23 Dec 2008 20:42:23 +0100 Subject: todo updates --- examples/deployconfig-dieter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deployconfig-dieter b/examples/deployconfig-dieter index 0d05617..5a86c65 100644 --- a/examples/deployconfig-dieter +++ b/examples/deployconfig-dieter @@ -35,7 +35,7 @@ worker_package_list () # Strip away all packages not known by pacman. To get all packages, you'll need to do that when the system is installed TODO: don't do this. WAITINGFOR: --config support in yaourt + 'list of md5s of trusted pkgbuilds' support in yaourt # NOTE: maybe chrooting could be an option too (to avoid --config support, but problem 2 stays) TARGET_PACKAGES=`$PACMAN_TARGET -Si $TARGET_PACKAGES 2>/dev/null | awk '/Name/ {print $3}'` - TARGET_PACKAGES=`echo $TARGET_PACKAGES` + TARGET_PACKAGES=`echo $TARGET_PACKAGES` #TODO: some stuff goes wrong here } -- cgit v1.2.3-54-g00ecf