Lines Matching full:files
1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re…
2 …pares the current master with the data/deleted.files file and cleans the file from any re-introduc…
3 …the current master with the stable branch and adds all deleted files to the data/deleted.files file
8 name: "Update deleted files"
20 name: Update deleted files
28 - name: Cleaning list from re-introduced files
34 … grep -v "^$E$" data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
37 - name: Update list with deleted files
43 if grep -q "^$F$" data/deleted.files; then
46 if ( ! test -f "data/deleted.files.tmp"); then
47 …&& !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted…
49 …&& !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted…
51 if (test -f "data/deleted.files.tmp"); then
52 …& !found {printf("\n"); found=1} 1' data/deleted.files > data/deleted.files.tmp && mv data/deleted…
53 sed -i "s/^# newly removed/# removed on $(date -I)/" data/deleted.files
59 commit-message: " Update deleted files"
60 title: " Update deleted files"
61 body: "This updates the list of deleted files based on the recent changes."