Giter Site home page Giter Site logo

debrep's Introduction

debrep

A tool to create and maintain signed debian package repositories.

The software is currently in the alpha stage and allows maintainting a (binary only) debian package repository. Packages can be added, listed and deleted. The only subcommand not yet implemented is moving packages from one distribution to another, which is only an optimization for deleting and adding the packages.

Still to be done:

  • Source packages
  • Move packages between distributions and/or components
  • Mark releases as Readonly
  • Fill new release with references from an existing release
  • More validity checks in particular for the options. Currently you get strange and unexpected errors when options have the wrong structure or type.
  • Various options how different versions of the same package in one distribution are handled:
    • Only allow one version of a package per arch/distribution, adding a different one automatically replaces the previous one.
    • Same as previous, but addtionally only allow strictly higher versions.
    • Allow several versions of a package per distribution
  • Audit trail logging all changes to the repository.

Features

Installation

Put the dr_lib directory in your standard python search path, and debrep somewhere in your path. Create a directory to hold your repository, and a subdir db where debrep will create the sqlite database.

Configuration

See design.rst, section Configuration items for now. You will need a config file, either in a global or in a user-specific location or relateive to the current working directory. The minimum config file is:

releases:
- name: foorel

Usage

See the manpage.

Use:

debrep add [-R release -C component ] file ...

to add packages to the repository.

debrep's People

Contributors

nilsrennebarth avatar

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.