Skip to content

Commit

Permalink
[RELEASE] 0.1.0-beta1
Browse files Browse the repository at this point in the history
Integrate a setup will change too much so it will be postponed for 0.2.

- cleaned up the todo list
- removed draft of mail notification
  • Loading branch information
lucagiove committed Aug 27, 2016
1 parent 2cd6da6 commit 721978b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
24 changes: 2 additions & 22 deletions luchizz
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,15 @@ from tasks import (setup_etckeeper,


__author__ = "Luca Giovenzana <[email protected]>"
__date__ = "2016-08-24"
__version__ = "0.1.0dev"
__date__ = "2016-08-27"
__version__ = "0.1.0-beta1"

# Luchizz script folder
LUCHIZZ_DIR = os.path.dirname(os.path.realpath(__file__))

# #### future / features
# TODO setup rkhunter
# TODO setup sshd security

# #### version 0.2
# TODO print warning on user rename or change also sudoers
# TODO support line editing for read string
# TODO improve a real debug/verbose/normal mode
# TODO detect luchizz version for the bash-profile and update
# probably even better to use an external file to be included and replaced
# after every luchizz attempt
# TODO change to argparse
# TODO setup mail notification

# #### version 0.1
# TODO create setup
# TODO test on 12.04 (07-04-2016 -> OK) and 16.04
# TODO add screenrc profile

# #### KNOWN ISSUES
# FIXME handle returncode 1 in case of NO answer to apt-get
# FIXME handle stdout/err redirection
# FIXME see why doesn't work on raspbmc (bec of motd always printed..)

original_sigint = signal.getsignal(signal.SIGINT)

Expand Down
6 changes: 0 additions & 6 deletions setup_mailalerts

This file was deleted.

0 comments on commit 721978b

Please sign in to comment.