You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eups insists on creating ~/.eups/ups_db when the startup script is run and then sometimes on using it, even when it is not wanted. I finally made it unwritable so I could track down when it was being used.
I have found one reproducible instance (on El Capitan using Python 2.7): when I try to declare and tag a package at the same time:
If I declare the package without tagging first, then all works as desired, including being able to then tag it (using the ugly syntax shown or the cleaner eups declare skymap git -t rowen):
This is a problem for people who are trying to use eups to manage more than one stack, since the products from one stack will leak into another. I assume there is some important use case for ~/.eups/ups_db but if not, it would be nice to lose it once and for all. If so, it would be nice to be able to disable it in a way that is more direct than making it unwritable.
The text was updated successfully, but these errors were encountered:
eups insists on creating
~/.eups/ups_db
when the startup script is run and then sometimes on using it, even when it is not wanted. I finally made it unwritable so I could track down when it was being used.I have found one reproducible instance (on El Capitan using Python 2.7): when I try to declare and tag a package at the same time:
If I declare the package without tagging first, then all works as desired, including being able to then tag it (using the ugly syntax shown or the cleaner
eups declare skymap git -t rowen
):This is a problem for people who are trying to use eups to manage more than one stack, since the products from one stack will leak into another. I assume there is some important use case for
~/.eups/ups_db
but if not, it would be nice to lose it once and for all. If so, it would be nice to be able to disable it in a way that is more direct than making it unwritable.The text was updated successfully, but these errors were encountered: