Skip to content

hubblo-org/scaphandre-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scaphandre-debian

This repository contains the source to build a Debian package for scaphandre.

Usage

If you have Docker installed locally, just run the following:

user@hostname$ ./build.sh

By default this will build scaphandre v0.5.0 on Debian Buster.

If you want to customize the build at runtime, use the following:

user@hostname$ ./build.sh -i debian:unstable-slim -v 0.4.1

Don't forget to update debian/changelog so your package is generated with the correct version.

Release

To publish a new package version to Github, follow these steps:

  • update the VERSION variable in build.sh
  • add a new entry in debian/changelog
  • create a new tag with the Debian package version

License

Copyright 2021-2023 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Buy me a coffee?

If you feel like buying me a coffee (or a beer?), donations are welcome:

BTC : bc1qq04jnuqqavpccfptmddqjkg7cuspy3new4sxq9
DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS
ETH : 0x2238A11856428b72E80D70Be8666729497059d95
LTC : MQwXsBrArLRHQzwQZAjJPNrxGS1uNDDKX6

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%