samba stuff
This commit is contained in:
parent
108acd0e8a
commit
4cf7681da5
4 changed files with 15 additions and 3 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,15 @@
|
|||
cryptobox (0.2.56-1) unstable; urgency=low
|
||||
|
||||
* foo
|
||||
|
||||
-- age <age@hummel> Tue, 12 Dec 2006 18:38:52 +0100
|
||||
|
||||
cryptobox (0.2.55-2) unstable; urgency=low
|
||||
|
||||
* samba test package
|
||||
|
||||
-- age <age@hummel> Tue, 12 Dec 2006 18:37:57 +0100
|
||||
|
||||
cryptobox (0.2.55-1) unstable; urgency=low
|
||||
|
||||
* more unittests
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# - before umounting: disable and remove the samba share
|
||||
#
|
||||
# The following line _must_ be added to your /etc/samba/smb.conf:
|
||||
# include = /var/cache/cryptobox-server/samba-include.conf
|
||||
# include = /var/cache/cryptobox-server/settings/misc/samba-include.conf
|
||||
# and you should create this file and chown it to the cryptobox user:
|
||||
# touch /var/cache/cryptobox-server/settings/misc/samba-include.conf
|
||||
#
|
||||
|
|
|
@ -10,5 +10,5 @@ __all__ = ['core', 'web', 'plugins', 'tests']
|
|||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
__version__ = "0.2.55"
|
||||
__version__ = "0.2.56"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
The usual steps before commit:
|
||||
- scripts/update_po_files.py
|
||||
- scripts/update_english.sh
|
||||
- ../tags/make-deb.sh 0.2.$VERSION
|
||||
- ../tags/make-deb.sh 0.2.$VERSION .
|
||||
- run unittests:
|
||||
- bin/uml-setup.py
|
||||
- log into uml
|
||||
|
|
Loading…
Add table
Reference in a new issue