Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model 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
Orekit
Rugged
Commits
e099aa7a
Commit
e099aa7a
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Update URLs and exlanations (WIP)
parent
0fd2dbeb
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
src/site/markdown/sources.md
+9
-8
9 additions, 8 deletions
src/site/markdown/sources.md
with
9 additions
and
8 deletions
src/site/markdown/sources.md
+
9
−
8
View file @
e099aa7a
...
...
@@ -18,9 +18,9 @@ Getting the sources
Released versions
-----------------
In order to get the source for officially released versions, go to the
`
In order to get the source for officially released versions, go to the
[Files](https://www.orekit.org/forge/projects/rugged/files) tab in Rugged
forge and select one of the rugged-{module}-x.y-src.zip files. The module
forge
`
and select one of the rugged-{module}-x.y-src.zip files. The module
part is the module (you need at least the core module, but other modules
may be interesting for you too). The x.y part in the name specifies the version.
...
...
@@ -30,13 +30,14 @@ Development version
The development of the Rugged project is done using the
[
Git
](
http://git-scm.com/
)
source code control system. Rugged Git master repository is available online.
You can browse it using the
[
Repository
](
https://
www
.orekit.org/
f
or
ge/projects/rugged/repository
)
tab in Rugged forge
You can browse it using
`
the [Repository](https://
gitlab
.orekit.org/or
ekit/rugged
)
tab in Rugged forge
`
.
You can clone it anonymously with the command:
`
You can clone it anonymously with the command:
`
git clone https://
www
.orekit.org/
g
it/rugged
-main
.git
git clone https://
gitlab
.orekit.org/
orek
it/rugged.git
If you are a committer, you can clone it using your ssh credentials with the command:
`
If you are a committer, you can clone it using your ssh credentials with the command:
`
git clone ssh://git@www.orekit.org/rugged-main.git
git clone git@gitlab.orekit.org:orekit/rugged.git
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