Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Lindh Olsson
e3-require
Commits
b90c43c9
Commit
b90c43c9
authored
4 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelog
parent
d845730b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
configure/modules/CONFIG
+1
-3
1 addition, 3 deletions
configure/modules/CONFIG
with
3 additions
and
3 deletions
CHANGELOG.md
+
2
−
0
View file @
b90c43c9
...
...
@@ -4,6 +4,7 @@
*
Added back
`promptE3Env.bash`
, which runs
`setE3Env.bash`
and then sets the bash prompt.
*
Added descriptions for more targets when running
`make help`
*
Build numbers are now prefixed with a
`+`
.
## Bugfixes
...
...
@@ -16,6 +17,7 @@
*
Removed all references to
`sudo`
. If
`sudo`
needs to be used, it should be done manually.
*
Fixed issue with module name checking which caused modules to fail to build on certain linux distributions
*
Exact module version is fetched correctly at build-time to ensure that new releases do not affect upstream dependencies
*
Issue involving priority between some test versions fixed
## Other changes
*
Removed
`require`
as a submodule and merged it into
`e3-require`
.
...
...
This diff is collapsed.
Click to expand it.
configure/modules/CONFIG
+
1
−
3
View file @
b90c43c9
# -*- mode: Makefile;-*-
BUILD_SEPARATOR = +
E3_MODULE_VERSION:=$(E3_MODULE_VERSION)$(shell [[ "$(E3_MODULE_VERSION)" =~ ^[0-9]+\.[0-9]+\.[0-9]+$$ ]] && echo $(BUILD_SEPARATOR)0)
E3_MODULE_VERSION:=$(E3_MODULE_VERSION)$(shell [[ "$(E3_MODULE_VERSION)" =~ ^[0-9]+\.[0-9]+\.[0-9]+$$ ]] && echo +0)
include $(EPICS_BASE)/configure/CONFIG_BASE_VERSION
include $(REQUIRE_CONFIG)/CONFIG_REQUIRE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment