summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 13:42:49 -0700
committerk clair <kclair@riseup.net>2012-10-09 13:43:38 -0700
commit4c9f8f6f5644f7f1bcd67abeb13b16869163c38d (patch)
treedd17bb3f2aa60b1e25f49100e2666323644326ad /README
parent5b605f8fecc0013fd0398b210e6bde72e5a61c9c (diff)
change the README around - make a generic README in the master branch so that the repo can be used to generate packages for various OSes
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..59a23a3
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+This repository is used for building packages for the python-requests module.
+
+So far, the following OSes are supported:
+* debian 6.0.6 (all architectures)
+
+About the structure of this repository
+---------------------------------------------
+
+The master branch should hold the source files from upstream,
+this README file, and the generated packages.
+
+The files necessary to build packages should reside in OS-specific branches.
+
+When a new package is generated, it should be copied to the master branch.