Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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 Website
Commits
7335ad0a
Commit
7335ad0a
authored
5 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Add the exclude so that the cloning is smaller
parent
ed128980
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Add the exclude so that the cloning is smaller
Pipeline
#23417
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.lfsconfig
+2
-0
2 additions, 0 deletions
.lfsconfig
README.md
+40
-0
40 additions, 0 deletions
README.md
with
42 additions
and
0 deletions
.lfsconfig
0 → 100644
+
2
−
0
View file @
7335ad0a
[lfs]
fetchexclude="*"
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
40
−
0
View file @
7335ad0a
# Frama-C Website #
This is the working space for the Frama-C website. It uses Jekill, but you don't
have to install anything, since everything is generated by the continuous integration.
# For contributing #
Get Git LFS from the
`git-lfs`
package or directly from:
```
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo aptitude install git-lfs
```
Get the repository normaly:
```
git clone git@git.frama-c.com:frama-c/frama-c.frama-c.com
```
The bigfiles of the website (
*.pdf, *
.tar.gz) are not directly in the git
repository, only a text file is present.
You can download locally one file:
```
git lfs pull -X "" -I foo.pdf
```
Or all pdf:
```
git lfs pull -X "" -I "*.pdf"
```
If you want to edit the website before the release, for updating informations,
for releasing your plugin, I strongly encourage you to do so. As usual you can use a
branch
`feature/...`
and a merge-request to
`master`
.
If you want to add a bigfile you have nothing to do.
`git push`
will
send the needed files.
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