Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/autobuild
Starlink modifications to autobuild
https://github.com/starlink/autobuild
Last synced: 3 days ago
JSON representation
Starlink modifications to autobuild
- Host: GitHub
- URL: https://github.com/starlink/autobuild
- Owner: Starlink
- License: gpl-2.0
- Created: 2012-07-25T16:54:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-04T23:23:16.000Z (over 12 years ago)
- Last Synced: 2023-04-21T08:50:59.802Z (over 1 year ago)
- Language: Perl
- Size: 512 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
Test::AutoBuild - Automatic continuous software builder
=======================================================Test-AutoBuild provides a PERL framework for performing
continuous, unattended, automated software builds.http://home.gna.org/testautobuild/
Pristine sources are checked out from a version control
repository (currently has support for CVS, normal filesystem,
Perforce & GNU Arch). A shell script (typically provided by
the application developer) is invoked to build the software
and install it in a virtual root. Snapshots of the virtual
root are taken before and after build to identify which
files were installed. Snapshots of any designated 'package'
directories are also taken to identify any RPM, Debian PKG,
Tar, ZIP files which were built. Finally a set of output
modules are run to generate HTML status page, copy packages
and build logs to a Web / FTP server, send email notifications
of build status, create ISO images.
The software is highly modularized and written in PERL to
make it easily extendable to add new version control
repositories, and output actions. It has no requirements
around what build process an application uses (Make,
autoconf, ANT, IMake), nor any requirements around the
programming language used for the software.Feedback, bug reports, patches
------------------------------Report bugs in the bug tracker:
https://gna.org/bugs/?group=testautobuild
For feedback, feature request and other discussions use
the developers mailing listhttps://mail.gna.org/listinfo/testautobuild-devel
Or send email directly to:
Daniel Berrange
--End