-
Notifications
You must be signed in to change notification settings - Fork 7
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
Paths for debian #1
base: master
Are you sure you want to change the base?
Paths for debian #1
Conversation
Add a script to find out which Linux Distribution we are running on. The script will be used in the next commit, and possibly from medm. Currently Debian and Raspbian are supported, more distros may be add later, and in different commits.
Use the epicsextfinddist.sh to set X11 and Motif locations for Debian 8/9. More distros may be added later, in different commits
Enhace configure/CONFIG_SITE to optionally include a local file to override local settings. This allows tweaks without touching configure/CONFIG_SITE itself, which is tracked under version control.
Enhace configure/RELEASE to optionally include a local file to override local settings. This allows tweaks without touching configure/RELEASE itself, which is tracked under version control.
Hi Torsten, Are you using an extensions tree on a shared disk that has builds for all of those Debian-based distro's at the same time? If not you should be able to configure each extensions tree separately — CONFIG_SITE files are supposed to be edited locally as needed for the specific installation and I'm generally reluctant to add special cases to distributed files that are meant to be edited locally anyway. I have some unmerged changes to this tree which I started doing in 2015 but haven't even published yet which cleans up some of the files and removes old stuff including unsupported targets. We also have another copy of the extensions configure tree which is provided as a template inside Base — running BTW a machine running Raspbian should have Your RELEASE and CONFIG_SITE changes match what we've been doing elsewhere so I'd good with merging them, and I don't think they'll conflict with the other change I've talked about. So what should you do with this now? I'd be happy to merge your first two commits as is, but not the last two without more work. I don't want to ask you to do work that may never be used, but other than merging PR's I'm not in a position to work on the extensions tree myself right now. If you wanted to take a look at the changes I made so far you can find them on the cleanup branch at https://github.com/anjohnson/extensions.git — the only uncommitted changes I have here added some edits to the
|
Hej Andrew,
|
Make the script to find the raspian version more tolerant
No description provided.