Home
last modified time | relevance | path

Searched hist:"3 d8dbb19b9ef9d8d24140fe79706d7ec734aaa9d" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/.github/workflows/
H A DdeletedFiles.yml3d8dbb19b9ef9d8d24140fe79706d7ec734aaa9d Mon Apr 01 08:38:04 UTC 2024 Zweihorn <4863737+Zweihorn@users.noreply.github.com> Update deletedFiles.yml with improved workflow

major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path names (i.e. "^$E$" and "^$F$") to avoid cluttering grep with e.g., .txt and .txt_bak files
- uses data/deleted.files.tmp as lock file to produce a single trailing line only after adding any deleted files (thus the "cp" in the first "awk") and removes it (the "mv" in second "awk")