Skip to content

apk/rpmserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

rpmserver

A simple rpm/yum repository server. Usable as a source repo for yum.

Just run a storage directory, the available repositories are defined by the directories directly within that storage directory. The contents of the latter are served (by default) under http://0.0.0.0:8080/rpm/. New RPMs can be placed by simply PUTting them at the desired place. Subdirectories will be created as needed, except at the repository name level. (I.e. new repositories must be created with a mkdir inside.)

A few seconds after every PUT into a repository createrepo is run inside that repository, to update the index for yum.

About

trivial self-indexing rpm repository server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published