From 4b7addf12cba76495590c2f7982acdfb6f4b42d7 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 7 Feb 2016 22:42:59 +0000 Subject: Add a .travis.yml Also add script to run pep8 over python files Also add a brief README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b67aedc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +[![Build Status](https://travis-ci.org/jon-turney/calm.svg?branch=master)](https://travis-ci.org/jon-turney/calm) + +# calm + +`calm` is a replacement for `upset`, which performs the following tasks on [cygwin.com](https://cygwin.com/): +* move valid package uploads to the release area and move deleted files to the vault +* generate a setup.ini file from the setup.hint files for the packages in the release area +* generate HTML package listing pages + + + -- cgit v1.2.3