[Git][NTPsec/ntpsec][master] update release prep notes
Mark Atwood
gitlab at mg.gitlab.com
Tue Sep 3 02:53:45 UTC 2019
Mark Atwood pushed to branch master at NTPsec / ntpsec
Commits:
7deb5e0f by Mark Atwood at 2019-09-03T02:53:29Z
update release prep notes
- - - - -
1 changed file:
- devel/hacking.adoc
Changes:
=====================================
devel/hacking.adoc
=====================================
@@ -656,28 +656,57 @@ each release.
. Post release announcement
-== Release Notes. Ignore this if you are not Mark
+== Release Prep Steps. Ignore this if you are not Mark
-. start a new Debian 8 instance
+. start a new Debian instance, note it's public IP address, and ssh into it.
+LOCAL
ssh -v -i ~/.ssh/aws-mra.key admin at IPADDRESS
+REMOTE
sudo apt-get update
-
sudo apt-get install build-essential m4 bison git gnupg libssl-dev emacs-nox python-pip
-copy over ssh key fef13aa2242229293c0762d2b4e2f2e0
+. copy over gitlab ssh access key
+
+LOCAL
+scp ~/.ssh/gitlab.key admin at 52.91.165.241:.ssh
+
+REMOTE
+cat >> ~/.ssh/config
+Host gitlab.com
+ Hostname gitlab.com
+ User git
+ Port 22
+ PreferredAuthentications publickey
+ IdentityFile ~/.ssh/gitlab.key
+
+ssh git at gitlab.com # expect "Welcome to GitLab, @fallenpegasus!"
-copy over gpg signing key 0x5A22E330161C3978
+. clone the repo
+REMOTE
+git clone git at gitlab.com:NTPsec/ntpsec.git
+
+. copy over gpg signing key
+
+LOCAL
gpg --export-secret-key 0x5A22E330161C3978 >secret.gkey
-scp ~/.ssh/aws-mra.key secret.gkey admin at IPADDRESS:.
+scp secret.gkey admin at IPADDRESS:.
-gpg --import-secret-key secret.gkey
+REMOTE
+gpg --import ~/secret.gkey
GPG_TTY=$(tty); export GPG_TTY
echo "test" | gpg --clearsign
+. setup gitconfig
+
+REMOTE
+cat > ~/.gitconfig
+[user]
+ name = Mark Atwood
+ email = mark.atwood at ntpsec.org
//end
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7deb5e0f543d0dcbbcb6c67592afd85738aa739f
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7deb5e0f543d0dcbbcb6c67592afd85738aa739f
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190903/de46ba0c/attachment-0001.htm>
More information about the vc
mailing list