Subversion Repositories php-qbpwcf

Rev

Rev 16 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 47
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
2
 
3
#ssh key
3
#ssh key
4
key=~/.ssh/id_ed25519-liveuser@silverblue-guest.qbpwcf.org-cert.pub
4
key=~/.ssh/id_ed25519
5
 
5
 
6
#commit in devel
6
#user id
7
env "SSH_AUTH_SOCK=/run/user/1000/keyring/ssh" usr/bin/commit --ssh-key ${key} --ssh-port 5956
-
 
-
 
7
uid=1000;
-
 
8
 
-
 
9
#port
-
 
10
port=5956;
8
 
11
 
-
 
12
#commit in devel
-
 
13
env "SSH_AUTH_SOCK=/run/user/${uid}/keyring/ssh" usr/bin/commit --ssh-key ${key} --ssh-port ${port}