Skip to content

Commit 24dc506

Browse files
committed
Forcing the non-planner template of rpmep.
1 parent d310544 commit 24dc506

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

planutils/packages/rpmep/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
"endpoint": {
77
"services": {
88
"solve": {
9-
"template": "planner",
109
"args": [
1110
{
1211
"name": "pdkbddl",
1312
"type": "file",
1413
"description": "PDKBDDL File"
1514
}
1615
],
17-
"call": "{package_name} {pdkbddl} --keep-files",
16+
"call": "rpmep {pdkbddl} --keep-files",
1817
"return": {
1918
"type": "generic",
2019
"files": "pdkb-*"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = fh.read()
99

1010
setuptools.setup(name='planutils',
11-
version='0.10.8',
11+
version='0.10.9',
1212
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)