diff options
author | EuAndreh <eu@euandre.org> | 2021-08-19 07:51:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-19 08:24:01 -0300 |
commit | e9aff79d8cfe32b74d11162dda58b9ca062e1161 (patch) | |
tree | eebc45bb2c6a784ecb5806fee6a5df7fca5bd042 /TODOs.md | |
parent | TODOs.md: Add #task-bd6ebb44-a6f7-5e14-39df-64e8e7cfc21e (diff) | |
download | git-permalink-e9aff79d8cfe32b74d11162dda58b9ca062e1161.tar.gz git-permalink-e9aff79d8cfe32b74d11162dda58b9ca062e1161.tar.xz |
aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.sh
Implements
- #task-079946ed-7e58-3051-78d6-71ba12342aba
- #task-4a7e02bd-ab82-c628-fa1c-02749c178936
- #task-db34da8d-bf61-43ae-b8f0-f2299834a937
- #task-a0644009-70d7-56ff-c595-ea39fe24dc2b
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,9 +12,9 @@ --- 1. can run `make clean public dev-check` from a tarball; -2. after cleaning the director, it is back to its original state (in file count, - maybe?); -3. can run `make clean public dev-check from a Git clone; +2. after cleaning the directory, it is back to its original state (in file + count, maybe?); +3. can run `make clean public dev-check` from a Git clone; 4. after running it, there are no diffs; 5. after running clean, there are also no diffs; 6. `git clean -ffdx` reports zero files or directories. |