aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-19 18:51:03 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-19 19:28:30 +0200
commit6aff36c8ecb28d183a684294fa5d9a058b0ef139 (patch)
tree4e268fb73e3d0df4b1043e10a2d18d9769597e3b
parentca0abeea612c9ec48d54414b5fc75152a4ba9055 (diff)
Add minimal README
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d4f2710
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+*stagepkg* allows to move Debian packages between different mini-dinstall[1]
+managed repositories. This is usually used to stage a package from one quality
+stage to another. E.g. if you have the stages 'unstable', 'testing' and
+'stable' for a software component you could use:
+
+ stagepkg -f foo/unstable -t foo/testing -k 0x3f3e6426 bar
+
+to move package bar from the repository foo/unstable to foo/testing.
+
+[1] https://packages.debian.org/wheezy/mini-dinstall