Skip to content

Commit 88e7de8

Browse files
committed
minor cleanup to dev notes. punt unused todo file.
1 parent 92dc89d commit 88e7de8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

DEV_NOTES.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ update debian repo using aptly:
147147

148148
clone the published apt repo at godaddy to local space:
149149
mkdir -p ~/.aptly
150-
rsync -arv --rsync-path /home/content/t/o/m/tomkeffer/bin/rsync -e ssh tomkeffer@weewx.com:/home/content/t/o/m/tomkeffer/html/aptly/ ~/.aptly
150+
rsync -arv --rsync-path /home/content/t/o/m/tomkeffer/bin/rsync -e ssh USER@weewx.com:/home/content/t/o/m/tomkeffer/html/aptly/ ~/.aptly
151151

152152
synchronize local aptly changes with the published apt repo at godaddy:
153-
rsync -arv --rsync-path /home/content/t/o/m/tomkeffer/bin/rsync -e ssh ~/.aptly/ tomkeffer@weewx.com:/home/content/t/o/m/tomkeffer/html/aptly
153+
rsync -arv --rsync-path /home/content/t/o/m/tomkeffer/bin/rsync -e ssh ~/.aptly/ USER@weewx.com:/home/content/t/o/m/tomkeffer/html/aptly
154154

155155
for clients to use an apt repo at weewx.com:
156156
curl -s http://weewx.com/keys.html | sudo apt-key add -
@@ -187,10 +187,10 @@ to do debian builds you must first install:
187187
to do repo updates you must first install aptly:
188188
https://www.aptly.info/download/
189189
for example, on debian:
190-
echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list
190+
echo "deb http://repo.aptly.info/ squeeze main" | sudo tee /etc/apt/sources.list.d/aptly.list
191191
wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add -
192-
apt-get update
193-
apt-get install aptly
192+
sudo apt-get update
193+
sudo apt-get install aptly
194194

195195

196196
unit tests --------------------------------------------------------------------

TODO.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)