LinearTapeFileSystem / LinearTapeFileSystem/ltfs
Releases (.tar.gz and .zip) miss the uthash_submodule files
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 352
- Forks
- 110
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 2
Description
Describe the bug
Downloadable release files miss the contents of src/libltfs/uthash_submodule
To Reproduce
- Try to compile using the releases source code
- Unable, missing src/libltfs/uthash_submodule contents
** Fix **
- clone the repository at the exact release tag
- git submodule update --init --recursive
- compilation works as expected
The automation packaging the releases should not leave the directory empty.
Expected behavior
Having the contents of src/libltfs/uthash_submodule in releases files.
Desktop (please complete the following information):
Debian 13
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the release automation that creates the .tar.gz and .zip files, then inspect how src/libltfs/uthash_submodule is handled. Reproduce the missing-directory failure by compiling a release archive, and verify that the submodule contents are included and compilation succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, git
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100