Skip to content

Tools to index and create a Debian package repository

Notifications You must be signed in to change notification settings

vinodpanicker/repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools to index and create a Debian package repository

Usage

$ repo

version 1.0 (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
Syntax: repo <command> [args]
Tools to index and create a Debian package repository

Commands:

    index      Index repository component
    release    Generate repository release

$ repo-index -h
Syntax: index [-options] <path> <release> <component> <arch>
Index repository component

Arguments:

  path          Path to repository
  release       Release to act on
  component     Release component to index
  arch          Architecture (e.g., i386, amd64)

Options:
  --pool=       Packages pool directory (default: pool)
  --origin=     Origin to set (default: turnkeylinux)
  --version=    Release version to set (default: 1.0)

$ repo-release 
Syntax: release [-options] <path> <release>
Generate repository release

Arguments:
  path          Path to repository
  release       Release to act on

Options:
  --gpgkey=     GPG Key to use when signing the release
  --pool=       Packages pool directory (default: pool)
  --origin=     Origin to set (default: turnkeylinux)
  --version=    Release version to set (default: 1.0)

About

Tools to index and create a Debian package repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.9%
  • C 19.2%
  • Makefile 0.9%