summaryrefslogtreecommitdiff
path: root/scripts/README.rst
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-01-22 14:04:23 -0300
committerTomás Touceda <chiiph@leap.se>2014-01-22 14:04:23 -0300
commitf5a5a7e3a8adfbc1f7bf450cb72cc50901dfade4 (patch)
tree5e2eb1813799744bac7c8031f21d1f774d7a1b67 /scripts/README.rst
parent1388f5bc6563f3b8ca5d3c70ef22a9b6966cff04 (diff)
parentd834422a48fda0ad1a5b1bd1db5edd0a4a35c823 (diff)
Merge remote-tracking branch 'refs/remotes/drebs/add-debian-package-build-script' into develop
Diffstat (limited to 'scripts/README.rst')
-rw-r--r--scripts/README.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/README.rst b/scripts/README.rst
index fdd1d642..37cf2c0e 100644
--- a/scripts/README.rst
+++ b/scripts/README.rst
@@ -2,16 +2,3 @@ Soledad Scripts
===============
The scripts in this directory are meant to be used for development purposes.
-
-Currently, the scripts are:
-
- * server-side-db.py: Gives access to server-side soledad user database,
- based on the configuration in /etc/leap/soledad-server.conf. One should
- use it as:
-
- python -i server-side-db.py <uuid>
-
- * client-side-db.py: Gives access to client-side soledad user database,
- based on data stored in ~/.config/leap/soledad. One should use it as:
-
- python -i client-side-db.py <uuid> <passphrase>