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

add the right files

parent cc11d7ad
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ The short version is:
NEW_USER=alice &&
REQUESTOR=bob &&
./NEW "$FINGERPRINT" "$NEW_USER" &&
git add "${NEW_USER}-${FINGERPRINT}.gpg" &&
git add torproject-keyring/"${NEW_USER}-${FINGERPRINT}.gpg" &&
git commit -m"new user ${NEW_USER} requested by ${REQUESTOR}" &&
git push &&
git push alberti &&
......@@ -55,7 +55,7 @@ For example, your laptop.
NEW_USER=alice
REQUESTOR=bob
./NEW "$FINGERPRINT" "$NEW_USER" &&
git add "${NEW_USER}-${FINGERPRINT}.gpg" &&
git add torproject-keyring/"${NEW_USER}-${FINGERPRINT}.gpg" &&
git commit -m"new user ${NEW_USER} requested by ${REQUESTOR}"
3. push to both repositories:
......
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