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
Loic
tools
Commits
0de6f5f1
Commit
0de6f5f1
authored
Mar 22, 2017
by
Oliver Pinter
Browse files
HBSD: set mail's target address to valid user
Signed-off-by:
Oliver Pinter
<
oliver.pinter@hardenedbsd.org
>
parent
dfcc3f0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
hardenedBSD_update_and_push.csh
View file @
0de6f5f1
#!/bin/csh
# set reply-to to robot in mail command
setenv REPLYTO "robot@hardenedbsd.org"
set OPWD=`pwd`
set SOURCE_DIR="/usr/data/source/git/opBSD"
set BRANCHES=`cat $SOURCE_DIR/hardenedBSD_branches.txt`
...
...
release/installer/build_release.sh
View file @
0de6f5f1
...
...
@@ -42,6 +42,10 @@ INSTALLER_SETS_RELEASE_DIR="./pub/HardenedBSD/releases/amd64/amd64"
INSTALLER_SETS_ISO_DIR
=
"./pub/HardenedBSD/releases/amd64/amd64/ISO-IMAGES"
WWW_HOOKS_DIR
=
"
${
RELESE_BASE_DIR
}
/www/"
# set reply-to to robot in mail command
REPLYTO
=
"robot@hardenedbsd.org"
export
REPLYTO
log
()
{
echo
"
`
date
`
$*
"
|
tee
-a
${
LOG_FILE_SHORT
}
...
...
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