Skip to content

Commit

Permalink
Merge pull request #16 from matyasselmeci/master
Browse files Browse the repository at this point in the history
Add a few last-minute changes to 1.7.0
  • Loading branch information
matyasselmeci authored Aug 5, 2016
2 parents 38a1e17 + 442a94d commit bec6aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Unreleased
- Make osg-build log messages look nicer by replacing the
'LOGLEVEL:osg-build:' prefix with a plain ' >> '

* Thu Aug 04 2016 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.7.0
* Fri Aug 05 2016 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.7.0
- Add three-way diff functionality (--diff3 or -3) to osg-import-srpm
- Make osg-build log messages look nicer by replacing the
'LOGLEVEL:osg-build:' prefix with a plain ' >> '
- Remove broken test_mock_auto_cfg
- Tweak language in osg-import-srpm when creating .source files

* Mon Jun 27 2016 Carl Edquist <edquist@cs.wisc.edu> - 1.6.4
- Rename koji-hub.batlab.org to koji.chtc.wisc.edu (SOFTWARE-2175)
Expand Down
2 changes: 1 addition & 1 deletion osg-import-srpm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def make_source_file(url, cached_filename, upstream_dir, provider=None):
""" % locals()

if os.path.exists(source_filename):
logging.info("Source file exists. Saving as %s.old", source_filename)
logging.info("%s already exists. Backing it up as %s.old", source_filename, source_filename)
shutil.move(source_filename, source_filename + ".old")
utils.unslurp(source_filename, source_contents)
else:
Expand Down

0 comments on commit bec6aef

Please sign in to comment.