Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/SCAP/
Date: Sun, 30 Mar 2014 20:08:42
Message-Id: 1396209981.128dc9720b9c8ca2c5638b2bc8cb4e33db82b653.swift@gentoo
1 commit: 128dc9720b9c8ca2c5638b2bc8cb4e33db82b653
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Sun Mar 30 20:06:21 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 30 20:06:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=128dc972
7
8 Use really_all to really run the heavy stuff as well
9
10 ---
11 xml/SCAP/Makefile | 6 ++++--
12 1 file changed, 4 insertions(+), 2 deletions(-)
13
14 diff --git a/xml/SCAP/Makefile b/xml/SCAP/Makefile
15 index 1a48ecf..208cd01 100644
16 --- a/xml/SCAP/Makefile
17 +++ b/xml/SCAP/Makefile
18 @@ -1,6 +1,8 @@
19 location = "dev.gentoo.org:public_html/docs/security_benchmarks"
20
21 -all: report-gentoo-xccdf.html guide-gentoo-xccdf.html remediate-gentoo-xccdf.sh guide-gentoo-xccdf.docbook report-gentoo-oval.xml gentoo-ds.xml
22 +all: report-gentoo-xccdf.html guide-gentoo-xccdf.html remediate-gentoo-xccdf.sh guide-gentoo-xccdf.docbook gentoo-ds.xml
23 +
24 +really_all: all report-gentoo-oval.xml
25
26 report-gentoo-xccdf.html: gentoo-cpe.xml gentoo-xccdf.xml gentoo-oval.xml prep
27 -pushd ~/tmp; oscap xccdf eval --cpe gentoo-cpe.xml --profile xccdf_org.gentoo.dev.swift_profile_default-oval --results results-gentoo-xccdf.xml --oval-results --check-engine-results --report report-gentoo-xccdf.html gentoo-xccdf.xml; popd
28 @@ -34,4 +36,4 @@ prep:
29 upload:
30 -pushd ~/tmp; scp gentoo-cpe.xml gentoo-xccdf.xml gentoo-oval.xml gentoo-ds.xml guide-gentoo-xccdf.html report-gentoo-oval.html report-gentoo-xccdf.html $(location)/; popd;
31
32 -.PHONY: all prep upload
33 +.PHONY: all prep upload really_all