Skip to content

Commit

Permalink
Issue #118 solved
Browse files Browse the repository at this point in the history
  • Loading branch information
proura committed Jun 21, 2019
1 parent 9bb3368 commit 31a750c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion doc/drlm-release-notes.rst
Expand Up @@ -64,8 +64,12 @@ DRLM are compatible with previous versions, unless otherwise noted.

The references pointing to fix #nr or issue #nr refer to our issues tracker

DRLM Version 2.3.1 (June 2019) - Release Notes
----------------------------------------------
* Issue #118 solved.

DRLM Version 2.3.0 (June 2019) - Release Notes
--------------------------------------------------
----------------------------------------------
* Golang DRLM API replacing Apache2 and CGI-BIN.

* Listbackup command now shows size and duration of backup.
Expand Down
3 changes: 3 additions & 0 deletions packaging/debian/changelog
@@ -1,3 +1,6 @@
drlm (2.3.1) stable release; urgency=high
* Issue #118 solved.

drlm (2.3.0) stable release; urgency=high
* Golang DRLM API replacing Apache2 and CGI-BIN.
* Listbackup command now shows size and duration of backup.
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/drlm.spec
Expand Up @@ -217,6 +217,9 @@ service drlm-stord start
%endif

%changelog
* Fry Jun 21 2019 Pau Roura <pau@brainupdaters.net> 2.3.1
- Issue #118 solved.

* Mon Jun 17 2019 Néfix Estrada <nefix@brainupdaters.net> 2.3.0
- Golang DRLM API replacing Apache2 and CGI-BIN.
- Listbackup command now shows size and duration of backup.
Expand Down
2 changes: 1 addition & 1 deletion usr/share/drlm/conf/default.conf
Expand Up @@ -407,7 +407,7 @@ SSH_OPTS="-tt -o UserKnownHostsFile=/dev/null -o StrictHostKeychecking=no -o Log
# You can get extra information when litbackup and listclient are executed with -p parameter.
# Also you can enable pretty lists by default with next parameter.
#
# DEF_RETTY=[true|false]
# DEF_PRETTY=[true|false]
#
DEF_PRETTY=true

Expand Down
2 changes: 1 addition & 1 deletion usr/share/drlm/lib/install-functions.sh
Expand Up @@ -331,7 +331,7 @@ function copy_ssh_id () {
PUBKEY=$(<~/.ssh/id_rsa.pub)

ssh $SSH_OPTS $USER@$CLI_NAME "DRLM_USER_HOME_DIR=\"\$(getent passwd \"$DRLM_USER\" | cut -d: -f6)\" ;
DRLM_USER_GROUP=\"\$(id -gn root)\" ;
DRLM_USER_GROUP=\"\$(id -gn $DRLM_USER)\" ;
if [ ! -d \"\$DRLM_USER_HOME_DIR/.ssh\" ]; then
$SUDO mkdir \"\$DRLM_USER_HOME_DIR/.ssh\" ;
$SUDO chown $DRLM_USER:\$DRLM_USER_GROUP \$DRLM_USER_HOME_DIR/.ssh ;
Expand Down

0 comments on commit 31a750c

Please sign in to comment.