#5235: Detect when Sage is build on AFS and issue a warning
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.4.1
Component: build | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by mabshoff):
Gedaliah responded to my question:
{{{
> In case you have a shell code snipped that identifies that the current
> working directory is on an AFS mount I would be happy to integrate it.
This will work unless somebody very foolishly changed the afs mount
point to something other that /afs.
[[ $(pwd | cut -d'/' -f2) = 'afs' ]] && echo "we are in afs"
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5235#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---