Replace wording of preview with nightly - #171
Conversation
e32c7d1 to
6213e6d
Compare
ea82f57 to
6b2b948
Compare
Detected in ocaml-dune#171 but can be improved as a separate PR. Signed-off-by: Marek Kubica <marek@tarides.com>
6b2b948 to
aad73c1
Compare
|
@mtelvers set up the new names in DNS and I rebased to get the shellcheck improvements in. The only thing missing is thixing the |
|
@mtelvers is there a need to update the deployer to point to the new domain's names? |
shonfeder
left a comment
There was a problem hiding this comment.
Thanks for getting this in place!
I also see one more occurrence of "preview" at https://github.com/ocaml-dune/binary-distribution/pull/171/files (line 181).
What do we need to change to fix this?
f5d9273 to
3896831
Compare
3896831 to
eaaaa2b
Compare
|
I've added a commit that switches the targets to be built to the regular ones and opened ocaml/dune#12765 to remove them from the dune flake as they are unused. |
ed65423 to
dfc9993
Compare
shonfeder
left a comment
There was a problem hiding this comment.
Looks great to me! A few last suggestions on re-review, but they are not necessary or blockers.
| # Dune binaries distribution | ||
|
|
||
| This is a webpage for `dune` binaries distribution of `Dune developer Preview`. | ||
| This is the web site for for the nightly binary distribution of `dune`. |
There was a problem hiding this comment.
| This is the web site for for the nightly binary distribution of `dune`. | |
| This is the website for for the nightly binary distribution of `dune`. |
apparently it's one word? https://www.merriam-webster.com/dictionary/website
There was a problem hiding this comment.
According to the link both are fine. Unless you as a native speaker think it is better written together I'm tempted to leave it as-is (I speak concatenative languages, so I might be overcompensating on writing things apart).
A correlate of ocaml-dune/binary-distribution#171 As we prepare to bring milestone https://github.com/ocaml/dune/milestone/62 to a close, we are clarifying the nature of the so called "preview" by rebranding it as merely a nightly binary of dune.
Signed-off-by: Marek Kubica <marek@tarides.com>
ca69afc to
53a917a
Compare
A correlate of ocaml-dune/binary-distribution#171 As we prepare to bring https://github.com/ocaml/dune/milestone/62 to a close, we are clarifying the nature of the so called "preview" by rebranding it as merely a nightly binary of dune.
In ocaml-dune/binary-distribution#171, the version printed by the nightly binary build changed its prefix. The current version parsing logic also doesn't support versions installed from source using `opam pin dune --dev-repo`. This fixes the version parsing to handle both cases.
In ocaml-dune/binary-distribution#171, the version printed by the nightly binary build changed its prefix. The current version parsing logic also doesn't support versions installed from source using `opam pin dune --dev-repo`. This fixes the version parsing to handle both cases.
In ocaml-dune/binary-distribution#171, the version printed by the nightly binary build changed its prefix. The current version parsing logic also doesn't support versions installed from source using `opam pin dune --dev-repo`. This fixes the version parsing to handle both cases.
A few things need to be updated:
nightly.dune.buildneeds to be createdpreview.dune.buildtonightly.dune.buildis requiredstaging-preview.dune.buildshould be renamed tostaging-nightly.dune.build