Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Merge requests
!56
Heptapod 0.28 / GitLab 14.5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Heptapod 0.28 / GitLab 14.5
topic/heptapod/gitlab-14.5
into
branch/heptapod
Overview
0
Commits
153
Pipelines
2
Changes
92
Merged
Georges Racinet
requested to merge
topic/heptapod/gitlab-14.5
into
branch/heptapod
3 years ago
Overview
0
Commits
153
Pipelines
2
Changes
92
Expand
0
0
Merge request reports
Compare
branch/heptapod
version 1
14990ab0
3 years ago
branch/heptapod (base)
and
latest version
latest version
b85f05d3
153 commits,
3 years ago
version 1
14990ab0
153 commits,
3 years ago
92 files
+
1105
−
235
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
92
Search (e.g. *.vue) (Ctrl+P)
config/software/alertmanager.rb
+
2
−
2
Options
@@ -47,6 +47,6 @@ build do
command
"go build -ldflags '
#{
prom_version
.
print_ldflags
}
' ./cmd/alertmanager"
,
env:
env
,
cwd:
cwd
copy
'alertmanager'
,
"
#{
install_dir
}
/embedded/bin/"
command
"license_finder report --decisions-file=
#{
Omnibus
::
Config
.
project_root
}
/support/dependency_decisions.yml --format=
csv
--save=license.
csv
"
copy
"license.
csv
"
,
"
#{
install_dir
}
/licenses/alertmanager.
csv
"
command
"license_finder report --decisions-file=
#{
Omnibus
::
Config
.
project_root
}
/support/dependency_decisions.yml --format=
json --columns name version licenses texts notice
--save=license.
json
"
copy
"license.
json
"
,
"
#{
install_dir
}
/licenses/alertmanager.
json
"
end
Loading