-
Notifications
You must be signed in to change notification settings - Fork 1
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
source cmsset_default.sh in the new shell to get alias and crab auto completion working #13
Conversation
…ab autocompletion working
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch master. @smuzaffar, @iarspider, @cmsbuild, @aandvalenzuela can you please review it and eventually sign? Thanks. |
cms-bot internal usage |
please test |
This passes the tests I recently added in https://github.com/cms-sw/cmssw-osenv/tree/master/tests, so it looks fine to me. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6952db/36753/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
Does this work for users with [t]csh as shell? |
@Martin-Grunewald , inside the container we only start |
Could I change it by doing /bin/tcsh within the container, do would functionality of the container then be lost? |
yes you can change the shell by doing |
This change allows to source the
cmsset_default.sh
viabash --init-file cmsset_default.sh
in the newly created shell. This makes sure that alias (e.g.cmsrel
,cmsenv
) set viacmsset_default.sh
are available in the container and auto completion of command e.g.crab
also works@kpedro88 , do you foresee any issue with this change? Or do you have any better suggestion?
[a]