Skip to content

Commit f7044ae

Browse files
committed
chg: dev: add workflow doc and update readme
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent 7ffaa21 commit f7044ae

File tree

5 files changed

+527
-5
lines changed

5 files changed

+527
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ doc/user_manual.html
1515
ext/
1616
__pycache__/
1717
installed/
18+
19+
# misc
20+
tmp_junk/

.repolite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
repo_depth: 0
2323
repo_remote: origin
2424
repo_opts: []
25-
repo_branch: oe-stable-too-new
25+
repo_branch: oe-stable-even-newer-v1-3
2626
repo_hash: v0.1.75
2727
repo_use_rebase: true
2828
repo_has_lfs_files: false
@@ -41,15 +41,15 @@ repos:
4141
repo_has_lfs_files: false
4242
repo_init_submodules: false
4343
repo_install: false
44-
repo_enable: true
44+
repo_enable: false
4545
- repo_name: ymltoxml
4646
repo_alias: null
4747
repo_url: https://github.com/sarnold/ymltoxml.git
4848
repo_depth: 0
4949
repo_remote: origin
5050
repo_opts: []
5151
repo_branch: main
52-
repo_hash: null
52+
repo_hash: 0.4.2
5353
repo_use_rebase: false
5454
repo_has_lfs_files: false
5555
repo_init_submodules: false

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
SCAP Workbench
22
==============
33

4+
Upstream is now archived. See [README_workflows](file:///README_workflows.rst)
5+
for usage and backgound information for this fork.
6+
47
A GUI tool that provides scanning, tailoring and validation functionality for SCAP content
58

69
About

0 commit comments

Comments
 (0)