From 1e0bf9771ab31d5bc440796c4c45e1826b3f3e5b Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 13 Aug 2014 13:36:17 +0200 Subject: [PATCH] Update documentation. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23d9fa7..a5b991b 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,16 @@ Fill your ``~/.dput.cf`` with the following content : StrictHostKeyChecking no -Then try to upload your latest package : +Then upload the latest package you maintain : - dput ~/src/_Glenux/foobar_0.1.3_amd64.changes + $ dput ~/src/foobar_0.1.10_amd64.changes + Trying to upload package to docker + Uploading to docker (via scp to 172.17.0.152): + foobar_0.1.10_all.deb 100% 39KB 39.3KB/s 00:00 + foobar_0.1.10.dsc 100% 488 0.5KB/s 00:00 + foobar_0.1.10.tar.gz 100% 826KB 826.0KB/s 00:00 + foobar_0.1.10_amd64.changes 100% 1488 1.5KB/s 00:00 + Successfully uploaded packages. References