From 304f2b2e32262ce725c4eaff47c593505d1d4ec7 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 29 Jul 2015 16:15:32 +0200 Subject: [PATCH] fixed wording --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2fa1b92..c0e2fd0 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,10 @@ In case a sysadmin needs a patched and specifically configured version of it's f ``` $ buildit --verbose nginx-prod/ --discover=github.com/sysadmin42/containers,push=True Building Sysadmin42/nginx-production-1.7.6-p1 - Building package from './pkgs/nginx' for linux/amd64. HASH: 86c8ef43-f4a4-49ba-a0ee-92900211c7b6 - Can't find 86c8ef43-f4a4-49ba-a0ee-92900211c7b6 in any repository or cache. - Defaulting to local build... - Finished after 1 minute 24 seconds. - Uploading packages and container build to repository 'mysuperbinhost' + Processing package from './pkgs/nginx' for linux/amd64. + HASH: 86c8ef43-f4a4-49ba-a0ee-92900211c7b6 + Can't find 86c8ef43-f4a4-49ba-a0ee-92900211c7b6 in any repository or cache. + Defaulting to local build... Done after 1min 24 [OK] + Packaging Sysadmin42/nginx-production-1.7.6-p1 as ACI... in 1min 30s [OK] + Uploading packages and container build to repository 'mysuperbinhost' [OK] ```