rbbt-util 5.26.69 → 5.26.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/share/rbbt_commands/system/clean +2 -0
- data/share/rbbt_commands/system/status +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7668223c52b6ed3d88f6b9630d4e79b4482f8d0c3629a29f462417c5a24f0d8
|
|
4
|
+
data.tar.gz: ba334859e27eea2ab07d4e636a8f991ae976c3f31be2993a0f957b6e2bcfa167
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb3f0074b9faa25a203cc2afa0f5038a5a3d27dbbc2c1118f1c21a26c87ffd5652dd2d0f924f39412b8ddb44b6c6f79c8da80a640f31e1d56862dedc3dc19dd9
|
|
7
|
+
data.tar.gz: 50664e2269314916001169d08a917df933d718a7ca4d864b55d4d0dcbe991e359670670f95efdf6585e7b25975a9d482965dda50bad1ed6d50a7f8ab6ab8409d
|
|
@@ -13,6 +13,8 @@ Clean orphaned files
|
|
|
13
13
|
|
|
14
14
|
$ rbbt system clean <workflow> <task>
|
|
15
15
|
|
|
16
|
+
Specify workflow '.' and no task to examine the jobs of the current directory (usefull for web-server cache).
|
|
17
|
+
|
|
16
18
|
-a--all Apply to all jobs, not only uncompleted
|
|
17
19
|
-o--older* Clean jobs not access in some time
|
|
18
20
|
-f--force Remove locks and files regardless of been active
|
|
@@ -14,6 +14,8 @@ Report the status of the system
|
|
|
14
14
|
|
|
15
15
|
$ rbbt system status <workflow> <task>
|
|
16
16
|
|
|
17
|
+
Specify workflow '.' and no task to examine the jobs of the current directory (usefull for web-server cache).
|
|
18
|
+
|
|
17
19
|
-h--help Print this help
|
|
18
20
|
-q--quick Quick check
|
|
19
21
|
-a--all Print all jobs, not only uncompleted
|