Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hbsd_build
Commits
36847ecb
Unverified
Commit
36847ecb
authored
Oct 20, 2019
by
Shawn Webb
Browse files
Return the status code from rsync
D'oh! Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
a764c4b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/publish.sh
View file @
36847ecb
...
...
@@ -34,5 +34,5 @@ kick_publisher_tires() {
# than pull. For now: nothing to see here; move along.
rsync
-a
${
HBSD_PUBDIR
}
/
${
HBSD_BUILDNUMBER
}
/
\
${
HBSD_MIRROR_MASTER
}
:
${
HBSD_MIRROR_PUBDIR
}
/build-
${
HBSD_BUILDNUMBER
}
return
0
return
${
?
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment