Skip to content

Console Output

+ aptly repo list --raw
+ EXISTS=
+ [ -z  ]
+ aptly repo create -component=testing psikon-testing

Local repo [psikon-testing] successfully added.
You can run 'aptly repo add psikon-testing ...' to add packages to repository.
+ aptly publish repo -distribution=psikon -component=testing psikon-testing
Warning: publishing from empty source, architectures list should be complete, it can't be changed after publishing (use -architectures flag)
Loading packages...
Generating metadata files and linking package files...
Finalizing metadata files...
Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:

Local repo psikon-testing has been successfully published.
Please setup your webserver to serve directory '/home/psikon/.aptly/public' with autoindexing.
Now you can add following line to apt sources:
  deb http://your-server/ psikon testing
Don't forget to add your GPG key to apt with apt-key.

You can also use `aptly serve` to publish your repositories over HTTP quickly.
+ aptly repo add psikon-testing target/artifacts/psistats_0.2.0-alpha-2_amd64.deb
Loading packages...
[+] psistats_0.2.0-alpha-2_amd64 added
+ aptly publish update psikon
Loading packages...
Generating metadata files and linking package files...
Finalizing metadata files...
Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
Cleaning up prefix "." components testing...

Publish for local repo ./psikon [amd64, armhf] publishes {testing: [psikon-testing]} has been successfully updated.