Skip to content

Scala Sbt plugin to upload debian package to aptly debian repository

Notifications You must be signed in to change notification settings

amalakar/sbt-aptly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBT plugin for aptly

A plugin to upload debian packages to aptly debian repo. It works in conjunction with sbt-native-packager

Usage

You need to add the following in your build.sbt. To upload to the aptly debian repository you would want to do sbt assembly debian:packageBin aptly-publish

enablePlugins(AptlyPlugin)

aptlyUrl := "http://aptly.example.net:8080/api"
aptlyPrefix := "analytics_precise"
aptlyDistribution := "precise"
aptlyDebianPackage := baseDirectory.value / s"target/${(name in Debian).value}_${version.value}_${(packageArchitecture in Debian).value}.deb"

About

Scala Sbt plugin to upload debian package to aptly debian repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages