-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
2 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
This file was deleted.
Oops, something went wrong.