Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apache
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
apache
Commits
c6304086
Commit
c6304086
authored
3 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Only build mod_md when code changes
parent
b601b8bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#17729
passed
3 years ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/md.yml
+18
-12
18 additions, 12 deletions
tasks/md.yml
with
18 additions
and
12 deletions
tasks/md.yml
+
18
−
12
View file @
c6304086
...
...
@@ -38,21 +38,27 @@
depth
:
1
force
:
true
update
:
true
register
:
apache_md_repo
-
name
:
Buildconf mod_md
command
:
./buildconf
args
:
chdir
:
/usr/local/src/mod_md
-
name
:
Build and install mod_md
block
:
-
name
:
Buildconf mod_md
command
:
./buildconf
args
:
chdir
:
/usr/local/src/mod_md
-
name
:
Configure mod_md
command
:
./configure --with-apxs=/usr/bin/apxs --enable-werror
args
:
chdir
:
/usr/local/src/mod_md
-
name
:
Configure
mod_md
command
:
./configure --with-apxs=/usr/bin/apxs --enable-werror
args
:
chdir
:
/usr/local/src/mod_md
-
name
:
Make install
mod_md
make
:
chdir
:
/usr/local/src/mod_md
target
:
install
-
name
:
Make install mod_md
make
:
chdir
:
/usr/local/src/mod_md
target
:
install
when
:
apache_md_repo.changed
tags
:
-
apache
...
...
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