diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-08-18 08:08:16 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-18 08:08:16 +0000 |
| commit | 9f1e67ff0e167b03bbb4ef154ad48d2bd477b953 (patch) | |
| tree | 00f400173b0d3af38130952aaac01d1bfdd6af08 | |
| parent | 4030c1a232ddfc79bf568eb25abe7fbee02bd13e (diff) | |
Commented out dropkey code
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ; \ |
