Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-11 | mysqlbackup: explicit path for find | Igor Pashev | 1 | -1/+1 | |
Shellcheck began to complain: SC2185: Some finds don't have a default path. Specify '.' explicitly | |||||
2016-11-18 | nixpkgs 16.09: updated mysqlbackup | Igor Pashev | 1 | -2/+2 | |
2016-11-16 | nixpkgs 16.09: *backup: use pubring.kbx | Igor Pashev | 1 | -3/+3 | |
https://www.gnupg.org/faq/whats-new-in-2.1.html If no pubring.gpg is found, gpg defaults to the new keybox format and creates a pubring.kbx keybox file. If such a keybox file already exists, for example due to the use of gpgsm, it will also be used for OpenPGP keys. However, if a pubring.gpg is found and no keybox file with OpenPGP keys exists, the old pubring.gpg will be used. Take care: GnuPG versions before 2.1 will always use the pubring.gpg file and not know anything about keys stored in the keybox file. | |||||
2016-10-13 | Do not filter keys at application level | Igor Pashev | 1 | -2/+2 | |
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873 | |||||
2016-09-29 | Moved everything into ./modules | Igor Pashev | 1 | -0/+428 | |