mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Use ${HOME} instead of hardcoded home dir.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Signing file '/Users/smira/.aptly/public/dists/maverick/Release' with gpg, please enter your passphrase when prompted:
|
||||
Clearsigning file '/Users/smira/.aptly/public/dists/maverick/Release' with gpg, please enter your passphrase when prompted:
|
||||
Signing file '${HOME}/.aptly/public/dists/maverick/Release' with gpg, please enter your passphrase when prompted:
|
||||
Clearsigning file '${HOME}/.aptly/public/dists/maverick/Release' with gpg, please enter your passphrase when prompted:
|
||||
|
||||
Snapshot snap16 has been successfully published.
|
||||
Please setup your webserver to serve directory '/Users/smira/.aptly/public' with autoindexing.
|
||||
Please setup your webserver to serve directory '${HOME}/.aptly/public' with autoindexing.
|
||||
Now you can add following line to apt sources:
|
||||
deb http://your-server/ maverick main
|
||||
Don't forget to add your GPG key to apt with apt-key.
|
||||
|
||||
Reference in New Issue
Block a user