Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant shebangs | Tomas Babej | 2013-08-26 | 1 | -2/+1 |
| | | | | | | Remove redundant shebangs from files that are not used as scripts. https://fedorahosted.org/freeipa/ticket/3853 | ||||
* | Prevent *.pyo and *.pyc multilib problems | Martin Kosek | 2013-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Differences in the python byte code fails in a build validation (rpmdiff) done on difference architecture of the same package. This patch: 1) Ensures that timestamps of generated *.pyo and *.pyc files match 2) Python integer literals greater or equal 2^32 and lower than 2^64 are converted to long right away to prevent different type of the integer on architectures with different size of int https://fedorahosted.org/freeipa/ticket/3858 | ||||
* | Full system backup and restore | Rob Crittenden | 2013-04-12 | 1 | -0/+568 |
This will allow one to backup and restore the IPA files and data. This does not cover individual entry restoration. http://freeipa.org/page/V3/Backup_and_Restore https://fedorahosted.org/freeipa/ticket/3128 |