File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ update debian repo using aptly:
147
147
148
148
clone the published apt repo at godaddy to local space:
149
149
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
151
151
152
152
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
154
154
155
155
for clients to use an apt repo at weewx.com:
156
156
curl -s http://weewx.com/keys.html | sudo apt-key add -
@@ -187,10 +187,10 @@ to do debian builds you must first install:
187
187
to do repo updates you must first install aptly:
188
188
https://www.aptly.info/download/
189
189
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
191
191
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
194
194
195
195
196
196
unit tests --------------------------------------------------------------------
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments