Commit graph

7 commits

Author SHA1 Message Date
Daniel Eklöf
a26f00c249
tllist: subprojects/tllist is now a static copy of external/tllist
Having git submodules as source makes making releases really really
hard, since submodules are not included when downloading a tarball
from the git repository host.

The idea now is to keep a submodule of tllist under 'external', and a
static copy under 'subprojects'.

This means builds will use the static copy, while having easy access
to the git submodule makes it easy to update the static copy (git
submodule update --remote + cp -r)
2019-11-24 15:13:01 +01:00
Daniel Eklöf
5207b56e94
tllist: move submoodule from 'subprojects' -> 'external' 2019-11-24 15:12:04 +01:00
Daniel Eklöf
379c8917c5
Revert ".gitmodules: remove tllist (to be replaced with static content in release)"
This reverts commit 951e544b14.
2019-11-24 14:28:42 +01:00
Daniel Eklöf
b6b47bd0b0
tllist: imported current HEAD as static content, for release 2019-11-24 14:25:49 +01:00
Daniel Eklöf
85c0d1dc07
tllist: remove (to be replaced with static content for release) 2019-11-24 14:25:20 +01:00
Daniel Eklöf
9dcc0eb8f8
tllist: switch to codeberg repo + bump 2019-11-18 22:27:12 +01:00
Daniel Eklöf
0550d2799d
tllist: use tllist from external git repository 2019-11-17 19:17:34 +01:00