From 393ec3ed824e4d90c53189ebb607d4f13397e849 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Fri, 25 Aug 2017 11:58:21 -0700 Subject: [PATCH] profiles: accept awscli for the sdk Given our tooling, such as kola and ore, interacts with AWS, it's also handy to have the awscli laying around to do things like emergency cleanup, misc bash scripting, and other poking around. --- .../profiles/coreos/targets/sdk/package.accept_keywords | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords new file mode 100644 index 0000000000..701c9625da --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords @@ -0,0 +1,4 @@ +# aws cli; handy for developer usage when working with kola +dev-python/awscli ~amd64 +dev-python/s3transfer ~amd64 +dev-python/botocore ~amd64