Skip to content

avongluck-r1soft/aptlyapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AplyAPI

Restfully manage and populate remote Aptly repos

Quick Example Usage

@aptly = AptlyAPI::Server.new("http://myaptlyserver.com")
@repo = @aptly.get_repo("cats")

@aptly.file_upload("/my/file", "main")
@repo.import_files("main")
@aptly.publish_update("cats", "staging", "MySigningGPGID", "MySigningPassword")

About

A ruby gem to interface to remote aptly servers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages