From 20c4f1b7c0942d8da3b594a274ddddeb7bcbef04 Mon Sep 17 00:00:00 2001 From: Paul Morgan Date: Sat, 19 Apr 2014 21:05:15 +0000 Subject: [PATCH] propagate docs to docker public registry Add URL of upstream tito repo to HACKING, then symlink HACKING as README.md in each Dockerfile dir. Why? If a README.md exists in same dir as Dockerfile (incl. symlink), and it's set up as a [trusted build](https://index.docker.io/help/docs/#trustedbuilds), then index.docker.io automatically shows the readme on the info page of the trusted build. --- HACKING | 3 +++ hacking/titotest-centos-5.9/README.md | 1 + hacking/titotest-centos-6.4/README.md | 1 + hacking/titotest-fedora-20/README.md | 1 + 4 files changed, 6 insertions(+) create mode 120000 hacking/titotest-centos-5.9/README.md create mode 120000 hacking/titotest-centos-6.4/README.md create mode 120000 hacking/titotest-fedora-20/README.md diff --git a/HACKING b/HACKING index 82862bf..c890bb2 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,9 @@ Hacking ======= +This is the developer documentation for +https://github.com/dgoodwin/tito + Python versions --------------- diff --git a/hacking/titotest-centos-5.9/README.md b/hacking/titotest-centos-5.9/README.md new file mode 120000 index 0000000..ff66a7f --- /dev/null +++ b/hacking/titotest-centos-5.9/README.md @@ -0,0 +1 @@ +../../HACKING.mkd \ No newline at end of file diff --git a/hacking/titotest-centos-6.4/README.md b/hacking/titotest-centos-6.4/README.md new file mode 120000 index 0000000..ff66a7f --- /dev/null +++ b/hacking/titotest-centos-6.4/README.md @@ -0,0 +1 @@ +../../HACKING.mkd \ No newline at end of file diff --git a/hacking/titotest-fedora-20/README.md b/hacking/titotest-fedora-20/README.md new file mode 120000 index 0000000..ff66a7f --- /dev/null +++ b/hacking/titotest-fedora-20/README.md @@ -0,0 +1 @@ +../../HACKING.mkd \ No newline at end of file