summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2009-02-17 22:18:03 +0100
committerNicolai Haehnle <nhaehnle@gmail.com>2009-02-17 22:18:03 +0100
commit993bee1927129d50407072c7be412df6f811debb (patch)
treeac9d9b44c7025b26487b627184de81e950d7f7a6
parent6ca33468f716d996ccadf3887ab4f5046738228b (diff)
Add some lightweight release process.piglit-v1
The rationale is in the change itself. Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com>
-rw-r--r--HACKING26
-rw-r--r--RELEASE3
2 files changed, 29 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 46c78c5a2..a227fc607 100644
--- a/HACKING
+++ b/HACKING
@@ -83,3 +83,29 @@ If you adhere to the rules above, the tab size does not matter. Tab size 4
is recommended because it keeps the line lengths reasonable, but in the end,
that's purely a matter of personal taste.
+
+
+\ Release Philosophy
+ -------------------
+
+Since Piglit is a test suite, it is "production software" at all times.
+Test case might be incorrect, but despite that it is not useful to speak of
+"stable" and "unstable" versions of a test suite, especially one that sees
+a relatively small rate of change like Piglit.
+
+For this reason, developers of OpenGL drivers and related software, and even
+testers are encouraged to follow the git repository on freedesktop.org at all
+times. A web interface to this repository can be found here:
+
+ http://cgit.freedesktop.org/piglit
+
+Nevertheless, for purposes of marking a specific point in time for packaging
+in an environment where non-developers do tests on a wide range of hardware,
+it has been pointed out that it would be useful to have official releases.
+
+For this reason, we will occasionally bump the version number in the file
+RELEASE and create an appropriate tag in the git repository.
+
+This tag is the official way of marking a release, so the tarballs provided
+automatically by the cgit frontend are official release tarballs.
+
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 000000000..42c5f876a
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,3 @@
+Version: v1
+
+For a discussion of release philosophy, see HACKING.