Skip to content

Instantly share code, notes, and snippets.

@katcaola
Created October 11, 2017 15:06
Show Gist options
  • Save katcaola/25dd021c4f0a9722b6a94b94e02dee7f to your computer and use it in GitHub Desktop.
Save katcaola/25dd021c4f0a9722b6a94b94e02dee7f to your computer and use it in GitHub Desktop.
#repo name
aptly repo add MOOGLE
#Distro #prefix
aptly publish update MOG Moogle
aptly publish list
| #Prefix #Distro #Architectures #component #reponame #comment
└─ * Moogle/MOG [amd64,i389,source] publishes { moogle:[MOOGLE]: comment}
#reponame #prefix #CREATE PREFIX HERE
aptly publish repo MOOGLE Moogle #DO THIS ONCE
#Prefix #Distro #Component
deb http://your-server/Moogle/MOG moogle
------------------------------------------------------------
Prefix == repo -> makes publishing and tree easier
Distro (ex, trusty, xenial)
Architectures
source = source code
amd64 =
i389 =
repo name - name of aptly repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment