mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
include placeholder git fsck skipList config files
`git fetch` will fail if the skipList items are configured, but the files are not present. So add these placeholders that give a quick HOWTO. fdroidserver#1084 fdroid-bootstrap-buildserver!29
This commit is contained in:
parent
82b95e4f72
commit
21d2a24daf
4 changed files with 8 additions and 0 deletions
2
config/fetch.fsck.skipList
Normal file
2
config/fetch.fsck.skipList
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# One SHA-1 git commit ID per line
|
||||
|
||||
2
config/fsck.skipList
Normal file
2
config/fsck.skipList
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# One SHA-1 git commit ID per line
|
||||
|
||||
2
config/receive.fsck.skipList
Normal file
2
config/receive.fsck.skipList
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# One SHA-1 git commit ID per line
|
||||
|
||||
2
config/transfer.fsck.skipList
Normal file
2
config/transfer.fsck.skipList
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# One SHA-1 git commit ID per line
|
||||
|
||||
Loading…
Reference in a new issue