Skip to content
Snippets Groups Projects
Unverified Commit 148b702b authored by anarcat's avatar anarcat
Browse files

use alberti's alias (db)

This bypasses the "User root" configuration in my SSH config and is
more future-proof.
parent 825265dc
No related branches found
No related tags found
No related merge requests found
......@@ -137,10 +137,10 @@ you to upload built packages to the server, provided you have the
required accesses:
[tpo-admin]
fqdn = alberti.torproject.org
fqdn = db.torproject.org
incoming = /srv/db.torproject.org/ftp-archive/archive/pool/tpo-all/
method = sftp
post_upload_command = ssh alberti.torproject.org make -C /srv/db.torproject.org/ftp-archive
post_upload_command = ssh db.torproject.org make -C /srv/db.torproject.org/ftp-archive
This might require fixing some permissions. Do a `chmod g+w` on the
broken directories if this happens. See also [ticket 34371](https://trac.torproject.org/projects/tor/ticket/34371) for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment