Subversion Repositories php-qbpwcf

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 liveuser 1
#!/bin/bash
2
 
3
#ssh key
4
key=~/.ssh/id_ed25519-liveuser@silverblue-guest.qbpwcf.org-cert.pub
5
 
6
#commit in devel
7
env "SSH_AUTH_SOCK=/run/user/1000/keyring/ssh" trunk/usr/bin/commit --ssh-key ${key} --ssh-port 5956
8