From: Rod Whitby Date: Thu, 18 Aug 2005 08:08:16 +0000 (+0000) Subject: Commented out dropkey code X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f1e67ff0e167b03bbb4ef154ad48d2bd477b953;p=openembedded.git Commented out dropkey code --- diff --git a/Makefile b/Makefile index df292455b0..e984bd7de3 100644 --- a/Makefile +++ b/Makefile @@ -410,9 +410,9 @@ setup-host-gentoo: .PHONY: update-master update-master: MT/.configured - if [ `monotone -d monotone/nslu2-linux.db list keys nslu2-linux@nslu2-linux.org | wc -l` = 8 ] ; then \ - monotone -d monotone/nslu2-linux.db dropkey nslu2-linux@nslu2-linux.org ; \ - fi +# if [ `monotone -d monotone/nslu2-linux.db list keys nslu2-linux@nslu2-linux.org | wc -l` = 8 ] ; then \ +# monotone -d monotone/nslu2-linux.db dropkey nslu2-linux@nslu2-linux.org ; \ +# fi monotone pull if [ `monotone automate heads org.nslu2-linux.dev | wc -l` != "1" ] ; then \ monotone merge -b org.nslu2-linux.dev ; \