Went to give a demo of SSG this morning - and noticed the HTML tables are no longer in RHEL/7/output/*.
Where did the HTML tables go? I can't find any documentation on the new build flags.
Thanks!
On Thu, Feb 23, 2017 at 1:48 PM, Shawn Wells shawn@redhat.com wrote:
Went to give a demo of SSG this morning - and noticed the HTML tables are no longer in RHEL/7/output/*.
Where did the HTML tables go? I can't find any documentation on the new build flags.
I believe that they are now under scap-security-guide/build/RHEL/7
Thanks! _______________________________________________ scap-security-guide mailing list -- scap-security-guide@lists. fedorahosted.org To unsubscribe send an email to scap-security-guide-leave@ lists.fedorahosted.org
On 2/23/17 4:48 PM, Gabe Alford wrote:
On Thu, Feb 23, 2017 at 1:48 PM, Shawn Wells <shawn@redhat.com mailto:shawn@redhat.com> wrote:
Went to give a demo of SSG this morning - and noticed the HTML tables are no longer in RHEL/7/output/*. Where did the HTML tables go? I can't find any documentation on the new build flags.
I believe that they are now under scap-security-guide/build/RHEL/7
Figured out 'make -j4 rhel7' does not include all RHEL7 targets... need to run 'make -j4 rhel7' and afterwards 'make -j4 rhel7-tables'. Running them combined (e.g. make -j4 rhel7 rhel7-tables) results in build errors.
Need to document somewhere all the new build commands/options.
On Thu, Feb 23, 2017 at 4:51 PM, Shawn Wells shawn@redhat.com wrote:
On 2/23/17 4:48 PM, Gabe Alford wrote:
On Thu, Feb 23, 2017 at 1:48 PM, Shawn Wells shawn@redhat.com wrote:
Went to give a demo of SSG this morning - and noticed the HTML tables are no longer in RHEL/7/output/*.
Where did the HTML tables go? I can't find any documentation on the new build flags.
I believe that they are now under scap-security-guide/build/RHEL/7
Figured out 'make -j4 rhel7' does not include all RHEL7 targets... need to run 'make -j4 rhel7' and afterwards 'make -j4 rhel7-tables'. Running them combined (e.g. make -j4 rhel7 rhel7-tables) results in build errors.
Need to document somewhere all the new build commands/options.
I could make rhel7-tables a dependency of rhel7 if that makes more sense.
I can't reproduce the build issues. I can only reproduce build issues with: rhel7 rhel7-validate because there is a bug that I will fix sometime soon.
Done in https://github.com/OpenSCAP/scap-security-guide/pull/1723
Review would be appreciated.
On Fri, Feb 24, 2017 at 2:36 PM, Martin Preisler mpreisle@redhat.com wrote:
On Thu, Feb 23, 2017 at 4:51 PM, Shawn Wells shawn@redhat.com wrote:
On 2/23/17 4:48 PM, Gabe Alford wrote:
On Thu, Feb 23, 2017 at 1:48 PM, Shawn Wells shawn@redhat.com wrote:
Went to give a demo of SSG this morning - and noticed the HTML tables are no longer in RHEL/7/output/*.
Where did the HTML tables go? I can't find any documentation on the new build flags.
I believe that they are now under scap-security-guide/build/RHEL/7
Figured out 'make -j4 rhel7' does not include all RHEL7 targets... need to run 'make -j4 rhel7' and afterwards 'make -j4 rhel7-tables'. Running them combined (e.g. make -j4 rhel7 rhel7-tables) results in build errors.
Need to document somewhere all the new build commands/options.
I could make rhel7-tables a dependency of rhel7 if that makes more sense.
I can't reproduce the build issues. I can only reproduce build issues with: rhel7 rhel7-validate because there is a bug that I will fix sometime soon.
-- Martin Preisler
scap-security-guide@lists.fedorahosted.org