WIP: Extract functions for local tasks
#65
Draft
jlecour
wants to merge 62 commits from client-functions
into master
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'client-functions'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi,
This PR intersects 2 differents goals :
I have extracted the "dump" tasks into dedicated functions.
local_tasks
function, by having a single line comment to add/remove.local_tasks
function.mtree
is done for each top-level directory and sent to the backup server, for future comparisionsA question remains:
Should we limit the output of the script to errors, or give every step, or keep the last lines of the log file?
c50ef31ddd
toe3c7da32a9
5 months agocb69588c92
toc6a89cbc32
5 months agod896f9d8de
tof07d39a074
5 months agof07d39a074
to518fa9d1e7
5 months agoI have merged the "split-lib" branch.
Now functions are extracted in dedicated library files.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.