Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2016-02-08 01:42:59 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-02-08 17:53:29 +0300
commit4b7addf12cba76495590c2f7982acdfb6f4b42d7 (patch)
treefcc7b67978dd509bb2f8e9f7a586f972bbe934b3 /README.md
parent88e7de71820a9cbe96a1adcaef298144510f23e9 (diff)
Add a .travis.yml
Also add script to run pep8 over python files Also add a brief README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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
+
+
+