Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: clarify git-push suggestion #1295

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ if (LENGTH_FLUX_SCHED_VER STREQUAL "0")
" 2. If you are running in a CI environment, run `git fetch --tags`\n"
" before building. Versions in flux-sched are derived from \n"
" `git describe` which uses the most recent tag.\n"
" 3. If you are running in a fork of the main repository, try\n"
" `git push --tags` to make sure tags are synchronized in \n"
" your fork.\n"
" 3. If you are running remote CI in a fork of the main repository,\n"
" try pushing the upstream tags to your fork with\n"
" `git push --tags <your_remote>` to make sure tags are\n"
" synchronized in your fork.\n"
" 4. If you are running outside of a repo (such as in a buildfarm),\n"
" add a file to the source directory called flux-sched.ver and\n"
" place a valid version string in that file."
Expand Down
Loading