[Announce] Paper "Design und Implementierung eines QA- und Buildsystems"
by Enrico Scholz
Hello,
I just want to announce the paper and the programs which I wrote as my
diploma thesis. This work can be found at
http://www-user.tu-chemnitz.de/~ensc/diplom/
Some cons:
1. the paper is in german; when there is a real interest, I can work on
an english translation
2. this URL will be invalidated soon as I lose my webspace at the end of
the month. The work is GPLed, so feel free to mirror it
3. important things like the build-agent (the component which does the
build) is missing
4. it is complex (15,000 LOC)
Enrico
18 years
yum+mach2 for fedora-development tree pseudo-release
by seth vidal
Hey folks,
this mostly works like it should. I tested it on an fc3 system and a
rawhide system with some success.
let me know what does not work on your systems.
The config file stuff could use some love, of course.
http://linux.duke.edu/~skvidal/RPMS/mach/
you need to make one change to the default config file:
/etc/mach/conf
change:
config['defaultroot'] = 'fedora-3-i386'
to:
config['defaultroot'] = 'fedora-development-i386-core'
then run:
mach setup
mach rebuild /my/favorite/srpm
and read the output.
see if it works for you.
-sv
18 years, 1 month