- Jun 10, 2020
-
-
Frank Winklmeier authored
-
- Jun 08, 2020
-
-
Delete unused fileutils, path and merge_join modules. Also delete pep8 and avn alias. The pep8 script is superseded by flake8. And the avn alias was pointing to a non-existent script.
-
- Feb 20, 2020
-
-
Walter Lampl authored
-
- Jan 21, 2020
-
-
scott snyder authored
Get most of the utilities in bin/ working with python 3. Remove a few that are now obsolete.
-
- Nov 18, 2019
-
-
- Aug 10, 2017
-
-
Stewart Martin-Haugh authored
Former-commit-id: 2db86708
-
- Jun 07, 2017
-
-
Marcin Nowak authored
Removing references to PyCintex, Reflex and ROOT6Setup from PyUtils as final cleanup after the ROOT6 transition ROOT6Setup remains in Helpers as it is still in use by other packages Note: Dso.py was earlier disabled and this commit does not fix it Former-commit-id: 5e9f6d2e
-
- May 27, 2016
-
-
Walter Lampl authored
2016-04-27 Walter Lampl <walter.lampl@ cern.ch> * rewrite of get-tag-diff.py to be cmt and cmake compatible * tag PyUtils-00-14-75 2016-04-12 scott snyder <snyder@bnl.gov> * Tagging PyUtils-00-14-74. * python/RootUtils.py: Remove diagnostics. Keep temp files open through the end of program execution to avoid cling caching issues. 2016-04-11 scott snyder <snyder@bnl.gov> * Tagging PyUtils-00-14-73. * Still working on ATN test failure. Seems to be related to ROOT-7059. 2016-04-11 Will Buttinger <will@cern.ch> * bin/getAMIDatasetParameters.py: improved default printout, preserve order of specified datasets, and preserve comments/blanklines from file in the inDsTxt * Tagging PyUtils-00-14-72 ... (Long ChangeLog diff - truncated)
-
- Aug 05, 2015
-
-
Marcin Nowak authored
* merged diff between PyUtils-00-14-37 PyUtils-00-14-38: * python\PoolFile.py (extract_streams_from_tag): workaround for PyROOT getattr(tree, branchname) bug in ROOT 5.34.25 for reading Tokens from TAG files (https://its.cern.ch/jira/browse/ATLASRECTS-1489) * Tagging PyUtils-00-14-34-01 2015-06-04 Marcin Nowak <Marcin.Nowak@cern.ch> * bin\getTagDiff.py: improved handling of LCG and MIG tags * Tagging PyUtils-00-14-34 2015-06-01 Marcin Nowak <Marcin.Nowak@cern.ch> * python\scripts\diff_root_files.py: fix --ignore-leaves which broke in the last tag * Tagging PyUtils-00-14-32 * make --ignore-leaves able to ignore subbranches * Tagging PyUtils-00-14-33 2015-05-28 Marcin Nowak <Marcin.Nowak@cern.ch> * python\scripts\diff_root_files.py: rewrote the code to handle differencies better ... (Long ChangeLog diff - truncated)
-
- Jan 19, 2015
-
-
Graeme Stewart authored
reporting, throw proper exceptions. Prevent AthFileLits from running AthenaMP mode (PyUtils-00-14-07) * python/AmiLib.py - Remove commented out code * Tagging as PyUtils-00-14-07 2014-12-18 Graeme Stewart <graeme.andrew.stewart@cern.ch> * python/AmiLib.py - Another big refactoring: - badresult improved and now returns a boolean and an error message - Rename dry_run to dryrun for consistency - Introduce PyUtilsAMIException exception, which now gets thrown consistently if there are problems - Consolidate the functions of get_project_of_pkg, get_version_of_pkg and tc_submit_tag._get_projects into single method get_pkg_info - Rewrite get_version_of_pkg_with_deps to use module utilities - Simplify find_pkg to remove callback function * python/scripts/tc_find_pkg.py * python/scripts/tc_find_tag.py - Embed script in try: except PyUtilsAMIException: * python/scripts/tc_show_clients.py - Update to get_pkg_info (N.B. Script is still non-functional and disabled) ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Walter Lampl authored
gen_klass of AlgTool: Remove obsolete usage of StoreGateSvc (done by AthAlgTool base now) (PyUtils-00-13-22)
-