On 7/28/14, 3:55 PM, Shawn Wells wrote:

On 7/28/14, 9:55 AM, Kordell, Luke T wrote:
From 1d3e274936e72b351982849db3b4c9ab82bfc6e0 Mon Sep 17 00:00:00 2001
From: root <[email protected]>

You're coding as root? ;)

Consider setting some git variables:

$ git config --global user.name "Luke Kordell"
$ git config --global user.email "[email protected]"


Here is my master gitconfig:
$ cat ~/.gitconfig
[user]
    name = Shawn Wells
    email = [email protected]
[sendemail]
    from = Shawn Wells <[email protected]>
    smtpserver = smtp.corp.redhat.com
    chainreplyto = false
[sendemail "ssgcommit"]
    to = [email protected]
    from = Shawn Wells <[email protected]>
    smtpserver = smtp.corp.redhat.com

When I submit patches, I only have to do:
git send-email --identity=ssgcommit --annotate --cover-letter --signoff origin

Note this requires the git-email package to be installed (avail on RHEL).




Date: Sun, 27 Jul 2014 10:47:30 -0400
Subject: [PATCH] Fixed typo in common.xml profile

---
 RHEL/6/input/profiles/common.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL/6/input/profiles/common.xml b/RHEL/6/input/profiles/common.xml
index d3ec71b..93f81d0 100644
--- a/RHEL/6/input/profiles/common.xml
+++ b/RHEL/6/input/profiles/common.xml
@@ -94,7 +94,7 @@
 <select idref="service_ip6tables_enabled" selected="true"/>
 <select idref="service_iptables_enabled" selected="true"/>
 <select idref="set_iptables_default_rule" selected="true"/>
-<select idref="set_ip6tables_default_rule" selected="ture" />
+<select idref="set_ip6tables_default_rule" selected="true" />
 <select idref="kernel_module_dccp_disabled" selected="true"/>
 <select idref="kernel_module_sctp_disabled" selected="true"/>
 <select idref="kernel_module_rds_disabled" selected="true"/>
--
1.7.1


Nice - thanks!

ack

Hey Luke - I ran into this issue today, so I went ahead and pushed this patch (it should automerge when you git pull && git push on your side)


--
Shawn Wells
Director, Innovation Programs
[email protected] | 443.534.0130
@shawndwells

--
SCAP Security Guide mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
https://github.com/OpenSCAP/scap-security-guide/

Reply via email to