Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
7351b4b6
Commit
7351b4b6
authored
5 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[doc/release] optional step to check locally the validity of opam package
parent
0d24ae37
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release/website.tex
+9
-0
9 additions, 0 deletions
doc/release/website.tex
with
9 additions
and
0 deletions
doc/release/website.tex
+
9
−
0
View file @
7351b4b6
...
@@ -166,6 +166,15 @@ url {
...
@@ -166,6 +166,15 @@ url {
\end{verbatim}
\end{verbatim}
You can provide
\verb
|
sha256
|
and/or
\verb
|
sha512
|
checksums as well if
You can provide
\verb
|
sha256
|
and/or
\verb
|
sha512
|
checksums as well if
you wish.
you wish.
\item
(optional) Check locally that everything is fine:
\begin{verbatim}
opam switch create local <some-ocaml-compiler-version>
opam repository add local <path-to-repository-clone>
opam repository set-repos local
opam install frama-c
\end{verbatim}
(of course, if you already create a local switch before and it uses your
local version of the repository, you just have to switch to it).
\item
Create a branch with any name you want (e.g. frama-c.<version>) and push it to your remote Github
\item
Create a branch with any name you want (e.g. frama-c.<version>) and push it to your remote Github
\item
Create a pull request to opam-repository. If all tests pass,
\item
Create a pull request to opam-repository. If all tests pass,
someone from opam should merge it for you.
someone from opam should merge it for you.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment