- Notifications
You must be signed in to change notification settings - Fork10
code-server AUR package
coder/code-server-aur
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Arch User Repository package forcode-server.Feel free to file issues here or comment on the AUR page.
Previously maintained byKSXGitHub
Make sure you run these commands on an Arch machine. If you're a Coder employee, we suggest using your dogfooding environment.
- Run
sh update.sh
and type in the new version - Push changes to GitHub:
git push
- Push changes to
aur
:git push aur
- If you don't have this set up, run
git remote add aur ssh://aur@aur.archlinux.org/code-server.git
- Run
git push aur
- If you don't have this set up, run
In order to publish updates to AUR, you'll need to have an SSH key pair setup.
- Create a config file file
~/.ssh/config
Host aur.archlinux.orgIdentityFile ~/.ssh/aurUser aur
- Create a new key pair by running:
ssh-keygen -f~/.ssh/aur
- This will create a new public key at
.ssh/aur.pub
. Copy this and add to your AUR account underMy Account > SSH Public Key - You may also need to be added by the package maintainer (@coadler)
Read more:https://wiki.archlinux.org/index.php/AUR_submission_guidelines
If a new maintainer joins the project, please add them to the top ofPKGBUILD
.
Instead of removing them completely, change their title from "Maintainer" to "Contributor".
@jsjoeio created an account undercdrci
for automating publishing the AURpackage. If you need these credentials, please ask him.
About
code-server AUR package
Resources
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.