2024-04-13 23:16:05 +02:00
|
|
|
rsync -a --delete --progress -e 'ssh -J lgy.fr' ./dist/ deb.net.lgy.fr:/tmp/new
|
2024-03-17 23:55:26 +01:00
|
|
|
ssh -R /root/.gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent.extra -J lgy.fr deb.net.lgy.fr 'reprepro -Vb /var/www/html/ includedeb tools /tmp/new/*'
|
2024-04-13 23:16:05 +02:00
|
|
|
echo move to /tmp/
|
|
|
|
mv ./dist/* /tmp/
|
2024-03-17 23:55:26 +01:00
|
|
|
#ssh -R /root/.gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent.extra -J lgy.fr deb.net.lgy.fr 'reprepro -Vb /var/www/html/ export tools /tmp/new/*'
|
2024-04-13 23:16:05 +02:00
|
|
|
#ssh -R /root/.gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent.extra -J lgy.fr deb.net.lgy.fr 'reprepro -Vb /var/www/html/ deleteunreferenced'
|