Skip to content
Snippets Groups Projects
Commit 928d923e authored by Peter Hartman's avatar Peter Hartman
Browse files

Modified @click.group 2 @click.command.

Changed comment type.
Changed interpreter location and type.
parent 1d40e883
No related branches found
No related tags found
No related merge requests found
#/usr/bin/python
"""
This is the project on-boarding script for Taiga
It's purpose is to perform the tasks necessary to put a new project into Taiga
Service ticket: https://jira.ncsa.illinois.edu/browse/SVC-3145
Tasks:
1) Creation of directory
2) Set quota
3) Assign owner:group
4) Ensure owner:group exists
6) assign certain dirs to MDTs
"""
#!python3
#
# This is the project on-boarding script for Taiga
#
# It's purpose is to perform the tasks necessary to put a new project into Taiga
#
# Service ticket: https://jira.ncsa.illinois.edu/browse/SVC-3145
#
# Tasks:
# 1) Creation of directory
# 2) Set quota
# 3) Assign owner:group
# 4) Ensure owner:group exists
# 6) assign certain dirs to MDTs
import click
@click.group()
@click.command()
def validate():
pass
@click.
if __name__ == '__main__':
validate()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment