XPUB Git: Difference between revisions
Andre Castro (talk | contribs) |
|||
Line 2: | Line 2: | ||
=To Join= | =To Join= | ||
* Register an account | * Register an account (account registration is currently closed by default, as we have too many bot intruders. Ask Michael, Aymeric, Manetta or gnd for an account if you need one.) | ||
* Add you ssh public key to https://git.xpub.nl/user/settings/keys | * Add you ssh public key to https://git.xpub.nl/user/settings/keys | ||
** if you dont have one generate one: | ** if you dont have one generate one: |
Revision as of 10:41, 6 October 2020
Xpub runs its own Git server on the XVM machine and accessible at https://git.xpub.nl/
To Join
- Register an account (account registration is currently closed by default, as we have too many bot intruders. Ask Michael, Aymeric, Manetta or gnd for an account if you need one.)
- Add you ssh public key to https://git.xpub.nl/user/settings/keys
- if you dont have one generate one:
- ensure the key is generate with ed25519 algorithm, instead of the default rsa
ssh-keygen -t ed25519
- ensure the key is generate with ed25519 algorithm, instead of the default rsa
- if you dont have one generate one:
- in https://git.xpub.nl/user/settings/organization ensure you are part of the XPUB organization
as Admin (staff)
Once you have joined, as a regular user, to become Admin request Aymeric to add you to the Owners team
At the start of the year in https://git.xpub.nl/org/XPUB/teams
- Move XPUB2 users to Alumni team
- Move XPUB1 users to XPUB2 team
- Add new students to XPUB1 team
Important Repositories
XPUB/issue.xpub.nl
Is where the source code of https://issue.xpub.nl/ is stored. For each special issue:
- image and SI details to a
with
class="issue"
following the same template as previous issues - create a folder with issue number:
NN/
- create the webpage in:
NN/index.html
XPUB/project.xpub.nl
Is the repository where the graduation projects website https://project.xpub.nl/ is located.