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

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2017-06-27 16:50:39 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2017-06-27 16:51:30 +0300
commit3d8bd017582f3d29035aea1d62bf699399465c2e (patch)
tree046d238f8d656f0740ff8c1e0ef65dc54553e1c7
parent2eb63fef391b9dd764583c837879ca7eb57f209b (diff)
cleanup
-rw-r--r--packaging/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/packaging/README.md b/packaging/README.md
deleted file mode 100644
index 967b957..0000000
--- a/packaging/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# cleanup old
-rm -r python-bareos-?.?
-
-# creates
-# dist/python-bareos-*.tar.gz
-python setup.py sdist
-
-# debian:
-# see https://wiki.debian.org/Python/Packaging
-cd dist
-py2dsc python-bareos-*.tar.gz
-
-# copy to obs directiory
-OBS=...
-cp -a python-bareos_*.debian.tar.gz python-bareos_*.orig.tar.gz $OBS
-cp -a python-bareos_0.2-1.dsc $OBS/python-bareos.dsc
-cp -a ../packaging/*.spec $OBS
-cp -a ../packaging/python-bareos.changes $OBS
-
-# transfered to OBS _service file, to build directly from github.com