abhigenie92 / unattended_upgrades_repos

Generates system-specific repositories to be added in configuration file for silently updating all packages via unattended upgrades.
82 stars 13 forks source link

Add user mandated insertion and backup, linting. #1

Closed noatime closed 5 years ago

noatime commented 7 years ago

Ask user whether they want to incorporate changes into target file, elevate rights if needed and whether to backup. "Automatic mode" (script.py y). Made python3 dependency clear with shebang. Some linting with pylint3 (upper case constants, indentation etc.).

abhigenie92 commented 6 years ago

Thanks for the pull request! Could you recheck the variable naming convention, I prefer if only constants are capitalized.