diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-29 16:56:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-29 16:56:47 +0700 |
| commit | 460fccbdb93d2eb52757e9874c1fcc8f76db7a99 (patch) | |
| tree | 9c23e432d77be6d8b126fb4f3b64820863d83eb0 | |
| parent | 3ca9187c0548a2ffc768b01f82939ea30d5a03c8 (diff) | |
| download | kilabit.info-460fccbdb93d2eb52757e9874c1fcc8f76db7a99.tar.xz | |
all: update project submodule and documentation
On bin.sh, use symlink to doc directory instead of single file to
index.adoc in the project documentation.
On haminer, update the submodule to release 0.3.0.
On lilin, set the git submodule to use main branch.
| -rw-r--r-- | .gitmodules | 1 | ||||
| l--------- | _content/project/bin.sh | 1 | ||||
| l--------- | _content/project/bin.sh/index.adoc | 1 | ||||
| m--------- | _project/src/bin.sh | 0 | ||||
| m--------- | _project/src/haminer | 0 |
5 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3daa184..d133988 100644 --- a/.gitmodules +++ b/.gitmodules @@ -69,3 +69,4 @@ [submodule "_project/src/lilin"] path = _project/src/lilin url = git@git.sr.ht:~shulhan/lilin + branch = main diff --git a/_content/project/bin.sh b/_content/project/bin.sh new file mode 120000 index 0000000..ddf5c35 --- /dev/null +++ b/_content/project/bin.sh @@ -0,0 +1 @@ +../../_project/src/bin.sh/doc
\ No newline at end of file diff --git a/_content/project/bin.sh/index.adoc b/_content/project/bin.sh/index.adoc deleted file mode 120000 index e2bc1c3..0000000 --- a/_content/project/bin.sh/index.adoc +++ /dev/null @@ -1 +0,0 @@ -../../../_project/src/bin.sh/README
\ No newline at end of file diff --git a/_project/src/bin.sh b/_project/src/bin.sh -Subproject 3da5ef67fd86573b36873849a04f42064aa8aa2 +Subproject 3598bcd3a001c947354b0fc2b40aadeb0a2148b diff --git a/_project/src/haminer b/_project/src/haminer -Subproject 5aa9337aeae709244846782ac98f276ad7965d7 +Subproject df9ab9327a6fa88ebb3880214b3194a28377a3c |
