Show which packages triggered addition of new categories#2601
Show which packages triggered addition of new categories#2601
Conversation
|
A new Pull Request was created by @iarspider for branch master. @akritkbehera, @cmsbuild, @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
Pull request #2601 was updated. |
1fa2355 to
2b489d6
Compare
|
Pull request #2601 was updated. |
| old_packages.update(cmssw_file2Package(repo_config, f) for f in commit["files"]) | ||
| else: | ||
| old_packages = {"externals/" + repository} | ||
|
|
There was a problem hiding this comment.
@iarspider , looks like it is still not getting all the files e.g. for cms-sw/cmssw#48861 github tells that there are 21 files but if I printout the unique files names here then I get this
Unique files: 20
list of files:
Calibration/LumiAlCaRecoProducers/plugins/BuildFile.xml
Calibration/LumiAlCaRecoProducers/plugins/DynamicVetoProducer.cc
Calibration/LumiAlCaRecoProducers/plugins/RawPCCProducerDynVeto.cc
Calibration/LumiAlCaRecoProducers/python/test_hlt.py
Calibration/LumiAlCaRecoProducers/python/test_hlt_2.py
Calibration/LumiAlCaRecoProducers/python/test_hlt_2_old.py
Calibration/LumiAlCaRecoProducers/python/test_hlt_3.py
CondFormats/DataRecord/interface/PccVetoListRcd.h
CondFormats/DataRecord/src/PccVetoListRcd.cc
CondFormats/Luminosity/interface/PccVetoList.h
CondFormats/Luminosity/src/T_EventSetup_PccVetoList.cc
CondFormats/Luminosity/src/classes_def.xml
CondFormats/Luminosity/src/headers.h
Configuration/Geometry/README.md
Configuration/Geometry/python/dict2021Geometry.py
Configuration/StandardSequences/python/GeometryConf.py
GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh
Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025.xml
Geometry/CMSCommonData/python/cmsExtendedGeometry2025XML_cfi.py
L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc
|
-externals looks like it is missing to process all the files e.g see the comment #2601 (comment) |
|
ping |
|
Implemented as part of #2626 |
Resolves #2481. Also did some minor improvements to code readability.
Redo of #2599 without changing bot cache