aboutsummaryrefslogtreecommitdiffstats
path: root/backend/raw_write.py
Commit message (Collapse)AuthorAgeFilesLines
* Add the code for creating any type of partition after writing ISO imagePapoteur2023-08-011-8/+35
|
* Logging only in /var/log/magibackPapoteur2023-07-041-4/+6
|
* Formatting code with blackPapoteur2023-06-301-112/+159
|
* Give user ownership to the backup image.Papoteur2023-06-301-1/+4
|
* Fix strings and update translation catalogsPapoteur2021-10-131-1/+1
|
* CleaningPapoteur2021-05-301-11/+2
|
* Check the signature as a first step after selecting an image to write.Papoteur2021-03-271-72/+18
| | | | | | Nothing happens if the check is OK. Else a message is displayed about missing signature file or checked not passed, and ask to continue or not. The check is now done in main program instead of backend.
* Merge branch 'master' into topic/newguiPapoteur2021-03-201-9/+18
|\
| * Error message more accurate (mga#28466) after checking the signaturePapoteur2021-03-111-1/+1
| |
| * Reload Mageia's key when it is expiredPapoteur2021-03-091-8/+17
| |
* | Merge branch 'master' into topic/newguiPapoteur2020-12-231-5/+7
|\ \ | |/
| * Fix return state in raw_write when signature is falsePapoteur2020-12-211-4/+3
| |
| * Fix initialization of flag of signature checkingPapoteur2020-12-201-0/+1
| |
| * Display warning instead of succes when signatures or sums doesn't matchPapoteur2020-12-181-1/+3
| |
| * Verify also detached signaturesPapoteur2020-12-181-2/+10
| |
* | Finalize previous changesPapoteur2020-12-181-1/+1
| |
* | Verify also detached signaturesPapoteur2020-12-181-2/+10
|/
* Test if Mageia key is already presentPapoteur2020-11-291-1/+6
|
* Add management of error when creating partition with fdiskPapoteur2020-11-281-5/+26
|
* Fix syntax errorPapoteur2020-11-271-6/+6
|
* Add debug option, --debug and write in .isodumper/isodumper2.logPapoteur2020-11-271-6/+7
|
* Add more details about operationPapoteur2020-11-181-5/+10
|
* Reformat codePapoteur2020-10-171-8/+10
|
* Use udisks2 to unmount partitionsPapoteur2020-10-171-32/+0
| | | | | Unmount encrypted partitions too Add complete traceback when error occur in event loop
* Add more steps of waiting for udev after operations on partitionsPapoteur2020-10-111-14/+29
|
* Force the format operation even if partition already existsPapoteur2020-10-101-3/+3
|
* Add waiting step for table partition after new created partitionPapoteur2020-10-101-9/+31
| | | | Move the do_persistence step in a thread a display progress
* Fix typo in command for creating persistent partition (mga#27354) and add ↵Papoteur2020-10-041-2/+5
| | | | delay after creating the partition
* Fix instructions of the signature checkingPapoteur2020-06-291-2/+2
|
* Fix error in checking.Papoteur2020-06-291-12/+17
|
* Compute and check the SHA3 sum instead of SHA512Papoteur2020-01-311-9/+14
|
* Better manage error messages in writing persistent partitionPapoteur2020-01-201-17/+61
|
* Add encryption for persistent partitionPapoteur2020-01-201-19/+82
|
* Don't use message but logging when getting Mageia key, to avoid void ↵1.14Papoteur2019-08-191-4/+2
| | | | messages in other parts
* Add more loggingPapoteur2019-08-181-4/+15
|
* Adapt signature checking to new method of signing of Mageia 7.Papoteur2019-07-101-5/+5
|
* Allow writing the label of persistent partition, fixed to "mgalive-persist"Papoteur2018-12-151-1/+17
|
* Add operations for persistent partition creationroot2018-12-131-1/+6
|
* Separate getting key and checking signature in a threadPapoteur2018-10-191-17/+26
| | | | Review the logic of checking
* CleaningPapoteur2018-10-161-10/+8
|
* Apply same method over DBus to Backup featurePapoteur2018-10-101-2/+1
|
* Typos in strings of raw_write.pyPapoteur2018-03-181-2/+2
| | | | Update pot file
* CleaningPapoteur2018-03-161-1/+0
|
* Move raw_write.pyPapoteur2018-03-161-0/+222