Skip to content

Commit e4ee631

Browse files
committed
flux-ion-resource: move to src/cmd and install
problem: recent production debugging and fixes have benefitted from having flux ion-resource available, but it is not installed. solution: install it, and since it's no longer a test-only script, move it to src/cmd/
1 parent 745e3e0 commit e4ee631

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/cmd/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# TODO: install flux-ion-R command
22
install(PROGRAMS flux-ion-R.py
3+
flux-ion-resource.py
34
DESTINATION ${FLUX_CMD_DIR})

0 commit comments

Comments
 (0)