nimbus-build-system/scripts
markspanbroek 17d85dac6f
Fix checking out of recent Nim tags in shallow repo (#58)
* Fix checking out of recent Nim tags in shallow repo

When calling `git fetch` on a shallow repo, recent
tags or commits are refused. Fetching with `--tags`
ensures that the latest tags and the commits that
they point to are fetched.

More info:
https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---update-shallow

Co-authored-by: Tanguy <tanguy@status.im>
2023-06-07 12:36:06 +02:00
..
add_submodule.sh add_submodule.sh: ignore only untracked files in submodules 2021-01-20 20:02:59 +01:00
build_nim.sh Fix checking out of recent Nim tags in shallow repo (#58) 2023-06-07 12:36:06 +02:00
build_rocksdb.sh use env bash shebangs for portability (#11) 2020-08-13 15:37:57 +02:00
create_nbs_paths.sh Generate nimbus-build-system.paths from env.sh again 2023-02-23 17:12:35 +02:00
create_nimble_link.sh EXCLUDED_NIM_PACKAGES (#37) 2022-01-20 00:44:30 +01:00
env.sh Generate nimbus-build-system.paths from env.sh again 2023-02-23 17:12:35 +02:00
git_show_deps.sh use env bash shebangs for portability (#11) 2020-08-13 15:37:57 +02:00
nimble.sh introduce `NIMC` to control which `nim` to call (#53) 2022-11-24 17:07:01 +01:00