diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-01-22 14:04:23 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-01-22 14:04:23 -0300 |
commit | f5a5a7e3a8adfbc1f7bf450cb72cc50901dfade4 (patch) | |
tree | 5e2eb1813799744bac7c8031f21d1f774d7a1b67 /scripts/README.rst | |
parent | 1388f5bc6563f3b8ca5d3c70ef22a9b6966cff04 (diff) | |
parent | d834422a48fda0ad1a5b1bd1db5edd0a4a35c823 (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.rst | 13 |
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> |