-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
219 lines (140 loc) · 5.07 KB
/
ChangeLog
File metadata and controls
219 lines (140 loc) · 5.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
Changelog
~~~~~~~~~~
whenenv-0.0.53
* With tox remove --sitepackages as we shodul add this anouther way on a package by package way.
see https://tox.readthedocs.io/en/latest/example/general.html#access-package-artifacts-between-multiple-tox-runs
whenenv-0.0.52
* With tox add --sitepackages
whenenv-0.0.51
* Fix to transfer/artifact_export_pkg_deb.sh
whenenv-0.0.50
* Fix to transfer/artifact_export_pkg_deb.sh
whenenv-0.0.49
* Bugfix syntax error with defaults for transfer/build_env_os.sh
whenenv-0.0.48
* Bugfix handle distributions with no minor version.
whenenv-0.0.47
* Bugfix type error with defaults for transfer/build_env_os.sh
whenenv-0.0.46
* Bugfix add dependency on export_directories_root on job build_env_discover.
* Strip python vairables so openSUSE does not have trailing whitespace.
whenenv-0.0.45
* Use generated RELEASE_FLAVOR to set export flavor, fixes bug on debian testing.
* Use generated DIR_EXPORT_ROOT to set export root, reducing duplicate code.
whenenv-0.0.44
* Fixed syntax bug in python shell
whenenv-0.0.43
* Add tox based testing.
* Support python3
whenenv-0.0.42
* Add tox based testing.
* Support python3
whenenv-0.0.41
* Remove depenedency on OPERATING_SYSTEM variable
whenenv-0.0.40
* Change rpm default directories
whenenv-0.0.39
* Remove gitbuildpackage
whenenv-0.0.37
* Fix debian chroot package install.
whenenv-0.0.36
* Remove unneeded legacy scripts
whenenv-0.0.35
* Add tox support for debian 9.
whenenv-0.0.34
* Fix bugs in python disttools bdist and sdist archives twice.
whenenv-0.0.33
* Dont rename python disttools bdist and sdist archives twice.
whenenv-0.0.32
* Migrate to CHECKOUT_DATE from BUILD_NUMBER
- BUILD_NUMBER is a jenkins variable so should be avoided
- BUILD_NUMBER is tied to a jenkisn job, so making it dificult to manage
migration between development jobs and main jobs.
whenenv-0.0.31
* Introduce more build enviroment variables for reuse
- RELEASE_ENV and RELEASE_FLAVOR
* Was only used in setting export directory
* Now made for global use
whenenv-0.0.30
* build_env_discover exampnded:
new variable: PY_OS_VER_MIN now gives minor version
* Syntax fix:
- chroot_packages_install_debian.json
- build_python_package_branch_rpm.json
whenenv-0.0.29
* better matchCompare handling
- Remove errors when comparing variables for jobs
whenenv-0.0.28
* Moving tox enviroment around
whenenv-0.0.26
* Better tox enviroment
whenenv-0.0.26
* Add missing script
whenenv-0.0.25
* Add tox based testing
* Improve export system
* Fix Exception in matchin when one party did not have "required_values"
whenenv-0.0.24
* Reorganise setup.py adding new enviroment options.
whenenv-0.0.23
* Allow building on a BRANCH or a RELEASE enviroment variable.
whenenv-0.0.21
* Removed a few OPERATING_SYSTEM requirements jobs from the system
- replaced with PY_OS and PY_OS_VER_MAJ
whenenv-0.0.20
* Removed lots of OPERATING_SYSTEM requirements jobs from the system
- This removes lots of duplication from the jobs directory
whenenv-0.0.18
* Added modules:
- artifact_setup, export_directories, artifact_export
* Removed modules:
- export_package
* Please use artifacts as a replacement.
whenenv-0.0.17
* Added job autotools_development_version so it matches development
on master
whenenv-0.0.16
* fix to job autotools_branch_version so it matches branches
whenenv-0.0.15
* When enviroment variable exists but but scripts
Override it still override it.
* Dump enviroment when missing as formatted JSON.
* Reorganize python building to make it more like
autotools.
* Start supporting building of branches.
whenenv-0.0.14
* Fix to checking out the latest tag version.
- svn_checkout_tag.sh
- git_checkout_tag.sh
whenenv-0.0.13
* Moved README REAMME.md and added some markdown.
* Decomposed default autotools jobs
* Extended time out
* Recover from non 0 return codes
whenenv-0.0.12
* added build jobs previously lost
- build_autotools_tag_scientific7.json
- build_python_branch_scientific7.json
- build_python_tag_scientific7
- export_package_scientific7_branch_srpm
- export_package_scientific7_tag_srpm
- tests_autotools
- tests_python
- tests_skip
* added build scripts previously lost
- nosetests_python.sh
- set_version_autotools_branch.sh
- tests_skip.sh
whenenv-0.0.11
* Fixed a bug introduced with N directories support
whenenv-0.0.10
* Updated lots of scripts from personal store.
whenenv-0.0.9
* Deleted lots of unmaintianed examples.
whenenv-0.0.8
* Fixed whenenv --version to show the correct number.
* Added support for N script directories
* Added support for N Job directories.
whenenv-0.0.7
* default to use setuptools rather than distutils
* added nosetests as setup.py target