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
b5624594
Commit
b5624594
authored
5 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[doc/release] clarification about local usage of opam repository
parent
7351b4b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release/website.tex
+7
-2
7 additions, 2 deletions
doc/release/website.tex
with
7 additions
and
2 deletions
doc/release/website.tex
+
7
−
2
View file @
b5624594
...
...
@@ -154,8 +154,8 @@ You'll need a GitHub account to create a pull request on the official opam repos
\item
Create a new directory:
\\
\texttt
{
packages/frama-c/frama-c.<version>
}
\\
\item
Copy the file
\texttt
{
opam/opam
}
from the release
to the opam repository clone in
\texttt
{
packages/frama-c/frama-c.<version>/opam
}
.
to the opam repository clone in
:
\\
\texttt
{
packages/frama-c/frama-c.<version>/opam
}
\item
Compute the MD5sum of the .tar.gz file and update the
\texttt
{
opam
}
file
with the following entry:
\begin{verbatim}
...
...
@@ -175,6 +175,11 @@ 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).
\textbf
{
Note:
}
uncommitted changes are ignored by
\texttt
{
opam repository
}
;
you have to locally commit them before
\texttt
{
opam update
}
will take them into
account.
\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,
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