Skip to content

Debrepo on GitHub is a mirror of https://git.filiprojek.cz/fr/debrepo, for publishing only. Please submit issues and contributions to the original repository.

License

Notifications You must be signed in to change notification settings

filiprojek/debrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debrepo

A Debian repository management tool.

About

Debrepo is a software tool designed for creating and managing Debian repositories for *.deb packages, providing a lightweight and user-friendly alternative to more complex tools like reprepo or aptly. While these alternatives may offer more advanced features, Debrepo focuses on providing essential functionality and ease of use for repository management, allowing users to easily add, remove, and update packages within their repositories. With Debrepo, users can efficiently manage their Debian repositories without the unnecessary complexity of more advanced tools.

Dependencies

sh dpkg gpg python3

Installation

from source

  • clone this repository to some folder inside your file system
  • make symlink to /bin/
  • now you should be able to use debrepo

from deb package

  • Todo

How to use

USAGE:
	debrepo [OPTIONS] [DEB]

OPTIONS:
	init, -i, --init
		create repository folder structure
	add, -a, --add
		add deb package to repository
	del, -d, --del
		delete deb package from repository
	list, -l, --list
		list deb packages
	serve, -s, --serve
		serve repository using python built in http module
	help, -h, --help
		print help message
	-v, --version
		print version of debrepo package

ARGS:
	<DEB>...
		*.deb package to add or delete from repository.

License

Debrepo is a software tool that is licensed under the MIT license. This means that users are free to use, copy, modify, and distribute the tool, both in source code and binary form, as long as they include the original copyright and license notice in any copies or modified versions of the software. The MIT license also comes with no warranty or liability, meaning that the author or contributors of the software cannot be held responsible for any damages or issues that may arise from the use of the software.

About

Debrepo on GitHub is a mirror of https://git.filiprojek.cz/fr/debrepo, for publishing only. Please submit issues and contributions to the original repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages