Git Product home page Git Product logo

packaging's Introduction

Packaging Scripts

This repository contains the necessary scripts and tools to create signed Linux package repositories. Currently, they support creating Debian/Ubuntu repositories from Python source packages.

To use these scripts, you will need fpm and a GPG key.

Building Windows Installer

$ cd blockstack-toolbox-windows/
$ make windows

This requires Docker to build. It produces blockstack-toolbox-windows/dist/BlockstackToolbox.exe

This can be deployed with

$ make deploy-windows

Example

This will create a Debian/Ubuntu repository signed with GPG key ID DB858875:

    $ make GPGKEYID=DB858875

The repository will be built under ./build/repositories/debian.

packaging's People

Contributors

jmorganca avatar nathanleclaire avatar kantai avatar jeffdm avatar jcnelson avatar shin- avatar svendowideit avatar jeanlaurent avatar seanli avatar frenchben avatar dgageot avatar tiangolo avatar embray avatar chanezon avatar bbodenmiller avatar sirkkalap avatar 6uliver avatar thajeztah avatar tdeheurles avatar t3easy avatar kevinblum avatar virajkanwade avatar londoncalling avatar todorez avatar twang2218 avatar skoblenick avatar kmpm avatar nerro avatar nickho avatar friism avatar

Stargazers

Sviatoslav Sydorenko (Святослав Сидоренко) avatar Nguyen Loc avatar Pedro Mengas avatar Patrick Stanley avatar Kevin Hatfield avatar  avatar Guy Lepage avatar Muneeb avatar

Watchers

 avatar Muneeb avatar James Cloos avatar  avatar Pedro Mengas avatar  avatar

packaging's Issues

Debian dependencies should specify minimum versions

As of now, the way we are calling fpm, we don't pass in version numbers for dependencies. There's a couple cases where this is problematic. Adding support for this would be needed for apt to be a viable distribution path. I'll work on this.

Document password limits for the blockstack core password

Because it's authenticated with an HTTP bearer token, illegal characters in HTTP headers would cause a problem for blockstack core passwords. Alternatively, find a way to remove the limitation on characters used in passwords.

Docker setup fails due to missing images

The launcher script currently looks for the latest and latest-browser tags in the Quay registry, which fails because while there is a latest tag, there is not a latest-browser.

There's not even any pair of "core" and "-browser" tags in the registry currently that match, so even overriding that value with a static version number doesn't work.

Windows installer distribution

Our Windows installer should ideally be

  1. signed
  2. distributed via HTTPS

The current distribution at packages.blockstack.com is insecure because of this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.