Revision 00734cae

b/Makefile.am
103 103
	test/data/htools \
104 104
	test/data/htools/rapi \
105 105
	test/hs/shelltests \
106
	test/autotools \
106 107
	lib \
107 108
	lib/build \
108 109
	lib/client \
......
1020 1021
	$(mangen)
1021 1022

  
1022 1023
TEST_FILES = \
1024
	test/autotools/autotools-check-news.test \
1023 1025
	test/data/htools/clean-nonzero-score.data \
1024 1026
	test/data/htools/common-suffix.data \
1025 1027
	test/data/htools/empty-cluster.data \
......
1095 1097
	test/data/kvm_0.9.1_help_boot_test.txt \
1096 1098
	test/data/kvm_1.0_help.txt \
1097 1099
	test/data/kvm_1.1.2_help.txt \
1100
	test/data/NEWS_OK.txt \
1101
	test/data/NEWS_previous_unreleased.txt \
1098 1102
	test/data/ovfdata/compr_disk.vmdk.gz \
1099 1103
	test/data/ovfdata/config.ini \
1100 1104
	test/data/ovfdata/corrupted_resources.ovf \
......
1142 1146
	test/py/gnt-cli.test \
1143 1147
	test/py/import-export_unittest-helper
1144 1148

  
1149

  
1145 1150
python_tests = \
1146 1151
	doc/examples/rapi_testutils.py \
1147 1152
	test/py/cfgupgrade_unittest.py \
......
1996 2001
	  --srcdir=.. $(HPCEXCL) ; \
1997 2002
	hpc report --srcdir=.. live-test $(HPCEXCL)
1998 2003

  
1999
commit-check: distcheck lint apidoc
2004
commit-check: autotools-check distcheck lint apidoc
2005

  
2006
autotools-check:
2007
	TESTDATA_DIR=./test/data shelltest $(SHELLTESTARGS) \
2008
  $(abs_top_srcdir)/test/autotools/*-*.test \
2009
  -- --hide-successes
2000 2010

  
2001 2011
.PHONY: gitignore-check
2002 2012
gitignore-check:
b/test/autotools/autotools-check-news.test
1
# Test a correct NEWS file against a stable release
2
RELEASE=2.6.2 ./autotools/check-news < $TESTDATA_DIR/NEWS_OK.txt
3
>>>= 0
4

  
5
# Test a correct NEWS file against an alpha release
6
RELEASE=2.8.0~alpha ./autotools/check-news < $TESTDATA_DIR/NEWS_OK.txt
7
>>>= 0
8

  
9
# Test a NEWS file with previous unreleased versions against a stable release
10
RELEASE=2.6.2 ./autotools/check-news < $TESTDATA_DIR/NEWS_previous_unreleased.txt
11
>>>2/Unreleased version after current release 2.6.2/
12
>>>= !0
13

  
14
# Test a NEWS file with previous unreleased versions against an alpha release
15
RELEASE=2.8.0~alpha ./autotools/check-news < $TESTDATA_DIR/NEWS_previous_unreleased.txt
16
>>>= 0
b/test/data/NEWS_OK.txt
1
News
2
====
3

  
4

  
5
Version 2.8.0 beta1
6
-------------------
7

  
8
*(unreleased)*
9

  
10
Incompatible/important changes
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12

  
13
- Stuff
14

  
15
New features
16
~~~~~~~~~~~~
17

  
18
- More stuff
19

  
20

  
21
Version 2.7.0 rc2
22
-----------------
23

  
24
*(Released Fri, 24 May 2013)*
25

  
26
Incompatible/important changes
27
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28

  
29
- Other stuff
30

  
31
Since rc1:
32

  
33
- Many bugfixes
34

  
35

  
36
Version 2.7.0 rc1
37
-----------------
38

  
39
*(Released Fri, 3 May 2013)*
40

  
41
- Things
42

  
43

  
44
Version 2.7.0 beta1
45
-------------------
46

  
47
*(Released Wed, 6 Feb 2013)*
48

  
49
This was the first beta release of the 2.7 series. All important changes
50
are listed in the latest 2.7 entry.
51

  
52

  
53
Version 2.6.2
54
-------------
55

  
56
*(Released Fri, 21 Dec 2012)*
57

  
58
Hic sunt pink bunnies.
59

  
60

  
61
Version 2.6.1
62
-------------
63

  
64
*(Released Fri, 12 Oct 2012)*
65

  
66
Team members come, team members go.
67

  
68

  
69
Version 2.6.0
70
-------------
71

  
72
*(Released Fri, 27 Jul 2012)*
73

  
74
Many things happened before this point.
75

  
76
.. vim: set textwidth=72 syntax=rst :
77
.. Local Variables:
78
.. mode: rst
79
.. fill-column: 72
80
.. End:
b/test/data/NEWS_previous_unreleased.txt
1
News
2
====
3

  
4

  
5
Version 2.8.0 beta1
6
-------------------
7

  
8
*(unreleased)*
9

  
10
Incompatible/important changes
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12

  
13
- Stuff
14

  
15
New features
16
~~~~~~~~~~~~
17

  
18
- More stuff
19

  
20

  
21
Version 2.7.0 rc2
22
-----------------
23

  
24
*(Released Fri, 24 May 2013)*
25

  
26
Incompatible/important changes
27
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28

  
29
- Other stuff
30

  
31
Since rc1:
32

  
33
- Many bugfixes
34

  
35

  
36
Version 2.7.0 rc1
37
-----------------
38

  
39
*(Released Fri, 3 May 2013)*
40

  
41
- Things
42

  
43

  
44
Version 2.7.0 beta1
45
-------------------
46

  
47
*(Released Wed, 6 Feb 2013)*
48

  
49
This was the first beta release of the 2.7 series. All important changes
50
are listed in the latest 2.7 entry.
51

  
52

  
53
Version 2.6.2
54
-------------
55

  
56
*(Released Fri, 21 Dec 2012)*
57

  
58
Hic sunt pink bunnies.
59

  
60

  
61
Version 2.6.1
62
-------------
63

  
64
*(unreleased)*
65

  
66
Team members come, team members go.
67

  
68

  
69
Version 2.6.0
70
-------------
71

  
72
*(Released Fri, 27 Jul 2012)*
73

  
74
Many things happened before this point.
75

  
76
.. vim: set textwidth=72 syntax=rst :
77
.. Local Variables:
78
.. mode: rst
79
.. fill-column: 72
80
.. End:

Also available in: Unified diff