Skip to content
Snippets Groups Projects
Commit f0d03c82 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

Added MAINTAINERS, NEWS and BuildStream.doap

Some basic module metadata before publishing the 1.0 release.
parent dd92c25b
No related branches found
No related tags found
Loading
Pipeline #
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">BuildStream</name>
<shortdesc xml:lang="en">Build tool for running abstract, deterministic build pipelines</shortdesc>
<homepage rdf:resource="https://gitlab.com/BuildStream/buildstream/" />
<mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/buildstream-list" />
<download-page rdf:resource="http://download.gnome.org/sources/BuildStream/" />
<bug-database rdf:resource="https://gitlab.com/BuildStream/buildstream/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>python3</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Tristan Van Berkom</foaf:name>
<foaf:mbox rdf:resource="mailto:tristan.vanberkom@codethink.co.uk" />
<gnome:userid>tvb</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Jürg Billeter</foaf:name>
<foaf:mbox rdf:resource="mailto:juerg.billeter@codethink.co.uk" />
<gnome:userid>juergbi</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
Tristan Van Berkom
E-mail: tristan.vanberkom@codethink.co.uk
Userid: tvb
Jürg Billeter
E-mail: juerg.billeter@codethink.co.uk
Userid: juergbi
# Basic toplevel package includes
include README.rst
include HACKING.rst
include buildstream.doap
include COPYING
include Dockerfile
include Dockerfile-build.sh
include HACKING.rst
include MAINTAINERS
include NEWS
include README.rst
# Documentation package includes
include doc/Makefile
......
NEWS 0 → 100644
=================
buildstream 1.0.0
=================
First stable release of BuildStream
BuildStream 1.0.0 is all about API stability - for the past months we
have been reviewing our various API surfaces, implementing strategies
for revisioning of our interfaces and cleaning up. Long term stability
is very important for build reproducibility over time, and this release
is the first promise we are making on any API surfaces.
Stable API surfaces include:
o The command line interface
o The YAML user configuration file format
o The YAML project `.bst` file format
o The core Python module imported by external plugins
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment