Created
October 11, 2017 15:06
-
-
Save katcaola/25dd021c4f0a9722b6a94b94e02dee7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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