Commit graph

21 commits

Author SHA1 Message Date
David Murphy
c6c1a9d121 Initial removal usage of distutils and replacement with setuptools 2022-12-20 07:07:21 -07:00
Pedro Algarvio
8abdd65908 Fix strings 2021-08-06 13:09:47 -07:00
Pedro Algarvio
b588029c5a No string formatting in log calls 2021-07-13 11:10:20 -04:00
Daniel A. Wozniak
a55f6b2797 Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
Blacken Salt
b7b6178e96 Blacken salt 2020-04-03 13:05:41 -05:00
Pedro Algarvio
6a21c7b31a Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
SaltyCharles
9af01b0c5a Merge remote-tracking branch 'saltstack/develop' into develop
# Conflicts:
#	salt/cloud/__init__.py
2016-05-27 10:05:13 -07:00
Erik Johnson
58ab1b9fe8 tests/buildpackage.py: remove raw string formatting 2015-08-26 23:26:07 -05:00
Pedro Algarvio
dedff81a8f Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
rallytime
f6a2fb05bc Merge branch '2014.7' into '2015.2'
Conflicts:
	tests/buildpackage.py
2015-01-06 20:32:36 -07:00
Pedro Algarvio
a05018875d Ignore the file perms lint check 2015-01-07 01:15:56 +00:00
Nitin Madhok
30c627847a Changing permissions of test files and fixing lint violations 2014-12-19 05:50:18 -05:00
Thomas S Hatch
cbfc1dc86e try out pylint disable for perms 2014-12-18 10:43:41 -07:00
Erik Johnson
145a118e7f Fix --define directive for Cent5 builds 2014-09-16 18:16:44 -05:00
Erik Johnson
3a65dfaff8 Add SRPM to build artifacts for automated RPM builds 2014-09-12 01:35:15 -05:00
Erik Johnson
42a048ab43 Rename --dest-dir to --build-dir
``--build-dir`` is a more accurate name. ``--dest-dir`` seems to suggest
that this is where the packages ultimately end up. While it's true that
the packages do end up within that directory, they are copied to the
artifact directory, from which they are ultimately retrieved by the
jenkins master.
2014-09-12 01:35:08 -05:00
Erik Johnson
3366feeed1 Create the build log in the artifact dir
This allows the jenkins master to receive the log file even if the build
script aborted. Before I was just copying the log file to the artifact
dir at the end of the script, which meant that jenkins only gets the log
when the script succeeds.
2014-09-11 13:08:40 -05:00
Erik Johnson
c4cb4b63c2 Lint fixes 2014-09-08 14:02:18 -05:00
Erik Johnson
d250203b13 Fix relative paths, move build log to artifact dir 2014-09-08 12:07:29 -05:00
Erik Johnson
42d94e89a0 make logger global for buildpackage.py 2014-09-05 16:30:26 -05:00
Erik Johnson
0d0f52b1a5 Add buildpackage.py 2014-09-05 15:04:46 -05:00