-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot check out package with git cms-addpkg #15
Milestone
Comments
Looking into it. |
mileva
pushed a commit
to mileva/cmssw
that referenced
this issue
Feb 15, 2014
gpetruc
referenced
this issue
in gpetruc/cmssw
Apr 17, 2014
rebase of bugfixes from the miniAOD-from710pre5 pull request
nclopezo
pushed a commit
to nclopezo/cmssw
that referenced
this issue
May 5, 2014
Add few packages under GeneratorInterface.
cmsbuild
pushed a commit
that referenced
this issue
Jan 27, 2015
Heppy updates and bugfixes from Mariarosaria
harmonicoscillator
pushed a commit
to harmonicoscillator/cmssw
that referenced
this issue
Aug 4, 2015
…usterCompatibility Enable ClusterCompatibility Filter for AOD
Closed
davidlange6
pushed a commit
that referenced
this issue
Aug 26, 2015
PR_ToBringUpToDateMyBranch_ME0Segment_PR_v2
cgalloni
pushed a commit
to cgalloni/cmssw
that referenced
this issue
Nov 26, 2015
Updates for 76X reminiAOD
sscruz
pushed a commit
to sscruz/cmssw
that referenced
this issue
Mar 14, 2016
merged min-mlb calculation into head branch
This was referenced Jun 15, 2016
ahinzmann
pushed a commit
to ahinzmann/cmssw
that referenced
this issue
Nov 10, 2016
Cleaning of the code, backport of 81X branch
mmarionncern
pushed a commit
to mmarionncern/cmssw
that referenced
this issue
Feb 13, 2017
Cleaning of the code, backport of 81X branch
mmarionncern
pushed a commit
to mmarionncern/cmssw
that referenced
this issue
Feb 13, 2017
Cleaning of the code, backport of 81X branch
cvernier
pushed a commit
to cvernier/cmssw
that referenced
this issue
Apr 12, 2017
Changes to include leptonic b (and c inside b) decays
clelange
added a commit
to clelange/cmssw
that referenced
this issue
May 11, 2017
fix magic numbers, remove superfluous include
CesarBernardes
pushed a commit
to CesarBernardes/cmssw
that referenced
this issue
May 29, 2019
Updated the MC setup for PbPb 2018
aperloff
pushed a commit
to aperloff/cmssw
that referenced
this issue
Jul 19, 2019
Forward port cms-sw#15 to 10_6_X branch
tomalin
added a commit
to tomalin/cmssw
that referenced
this issue
May 15, 2020
* tweak * tweak * Fixed clang warnings and small simplifications * Fixed clang warnings and small simplifications
silviodonato
pushed a commit
that referenced
this issue
May 22, 2020
…ms (L1Trigger/TrackFindingTMTT) (#29381) * create separate PRs for the two L1TK packages * Improved KF efficiency at high eta * Moved MC data files to cms-data * Removed old file * Removed KF HLS to put instead in external library * Ran scram b code-format * Delete KF4ParamsComb.h.bak * Delete KF4ParamsCombIV.bak * Delete KF4ParamsCombV2.bak * Delete KF5ParamsComb.h.bak * Delete KF4ParamsComb.cc.bak * Delete KF4ParamsCombIV.bak * Delete KF4ParamsCombV2.bak * Delete KF5ParamsComb.cc.bak * L1 tk integration tmtt pre5 (#7) * Added CMS code style fixes * Removed old file * Reapplied stub b code-format * All code review changes (#13) * Fix clang errors (#14) * fixed clang error * directory for MC txt files * Fixed clang warnings + minor simplifications (#15) * tweak * tweak * Fixed clang warnings and small simplifications * Fixed clang warnings and small simplifications * All remaining review comments addressed (#16) * Replaced vector size with empty function * Simplified DegradeBend and StubWindowSuggest * Fixed more review comments * More review comments * code reformat * Ran exhaustive clang tidy * Added library to BuildFile.xml (#17) * Deleted TrackFindingTMT/data/README (#18) * Added library to BuildFile.xml (This was already done yesterday. Not sure why it appears again) * README file in data directory deleted * Fix review comments (#20) Co-authored-by: Louise Skinnari <louise.skinnari@cern.ch>
cmsbuild
pushed a commit
that referenced
this issue
Jun 29, 2020
. update surface of pads . modify logic of auto-gain
cericeci
pushed a commit
to cericeci/cmssw
that referenced
this issue
Jul 30, 2020
Fix Orphan weight stuff
EmyrClement
pushed a commit
to EmyrClement/cmssw
that referenced
this issue
Jun 16, 2021
More realistic multiplicities for EG emulator in barrel
dsrankin
pushed a commit
to dsrankin/cmssw
that referenced
this issue
Mar 9, 2022
Support for new trigger primitives of Spring17D samples
bendavid
pushed a commit
to bendavid/cmssw
that referenced
this issue
Jun 19, 2022
Additional info for standalone muons and inner track algo for muons, fixed trigger object bits
jsamudio
referenced
this issue
in jsamudio/cmssw
Oct 26, 2022
Introduce buildDetIdMapKH. Fix customization.
missirol
pushed a commit
to missirol/cmssw
that referenced
this issue
Mar 28, 2023
kmohrman
pushed a commit
to kmohrman/cmssw
that referenced
this issue
May 1, 2024
…T_X_LoadTwoSDLlibs Switch between CPU and CUDA backends without need to recompile the standalone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am in a team with a git organisation account: gem-sw. We forked the latest cms-sw/cmssw repository to gem-sw/cmssw. Recently I added DataFormats/GEMRecHit and RecoLocalMuon/GEMRecHit to gem-sw/cmssw. I now want to add another package (Geometry/GEMGeometryBuilder) from cms-sw/cmssw to my user area, make additions and push to gem-sw/cmssw. However, upon adding the package I get this error.
[lxplus405] /afs/cern.ch/user/d/dildick/work/GEM/tempDir/CMSSW_6_2_0_pre8/src > git cms-addpkg Geometry/GEMGeometryBuilder
No release tags specified, using default CMSSW_6_2_0_pre8.
You are on branch CMSSW_6_2_X
Checking out Geometry/GEMGeometryBuilder in tag CMSSW_6_2_0_pre8.
error: Entry 'DataFormats/GEMRecHit/BuildFile.xml' not uptodate. Cannot update sparse checkout.
Do I need to be in sync with cms-sw/cmssw to use git cms-addpkg? Can anyone explain what is going on here?
Thanks,
Sven
The text was updated successfully, but these errors were encountered: