Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dagwieers/dar
Old RPMforge build environment scripts
https://github.com/dagwieers/dar
Last synced: 3 months ago
JSON representation
Old RPMforge build environment scripts
- Host: GitHub
- URL: https://github.com/dagwieers/dar
- Owner: dagwieers
- Created: 2011-04-11T17:28:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-11T17:29:46.000Z (almost 14 years ago)
- Last Synced: 2024-10-04T19:52:47.853Z (4 months ago)
- Language: Python
- Homepage: http://dag.wieers.com/home-made/dar/
- Size: 256 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
Placeholder for README ;)
Overview of tools
"""""""""""""""""
dar-kickoff kick-off a new build-environment (not working!)
dar-prepare prepare a build-environment (mount necessary dirs)
dar-build build package serialized
dar-update update, upgrade or install packages
dar-shell work inside your chroot
dar-exec execute a command in every build-environment
dar-sync sync packages with a remote site
dar-dotty create graphs from your build-environment (defunct pdf)Overview of paths
"""""""""""""""""
/etc/dar/dar.conf General DAR configuration
/etc/dar/dists Location for extra distribution information
/etc/dar/scripts Pre-process and post-process scripts/dar/build Location for building
/dar/chroot Location for build-environments
/dar/packages Location for binary and source packages
/dar/pub Location for apt/yum repositories
/dar/rpms Location for SPEC files and patches
/dar/tmp Location for temporary files and buildroot/usr/share/dar Location for extra files and library
Tool arguments
""""""""""""""
dar-kickoff
dar-prepare
dar-build -a arch,arch2 -d dist,dist2 -s sdist -n -t tag -f ...
dar-update -d dist,dist2 ...
dar-exec -d dist,dist2
dar-sync -d dist,dist2 -r
dar-dotty