More fixes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Edwin 2022-10-23 21:16:58 -04:00
parent 9ff3d850c9
commit 2cf9e25b59
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ Make sure your GPG key is in /srv/debian/gpg on potassium-benzoate. See
[here](https://wiki.csclub.uwaterloo.ca/Debian_Repository#Step_1:_Add_to_Uploaders)
for instructions.
Make sure you are in the `csc-mirror` group too.
## Creating the package
Make sure you have Podman installed.
@ -30,7 +32,7 @@ debsign -k8E5568ABB0CF96BC367806ED127923BE10DA48DC *.changes
## Uploading the package
Upload the tarball to a CSC machine, e.g.
```
scp pyceo.tar.gz mannitol:~/
scp pyceo.tar.gz mannitol:~
```
SSH into that machine and extract the tarball into a separate directory:
```