Skip to content
Snippets Groups Projects
  • Sam Gleske's avatar
    8a5426fe
    renamed create -> manage_gitlab_project.py · 8a5426fe
    Sam Gleske authored
    python-gitlab API has added the ability for public project creation.
    This is because of changes in the GitLab 6 API.
    
    I have also added optparse for option parsing so that I can pass
    more advanced options and arguments.
    
    I have renamed creatE_gitlab_project.py to manage_gitlab_project.py.
    8a5426fe
    History
    renamed create -> manage_gitlab_project.py
    Sam Gleske authored
    python-gitlab API has added the ability for public project creation.
    This is because of changes in the GitLab 6 API.
    
    I have also added optparse for option parsing so that I can pass
    more advanced options and arguments.
    
    I have renamed creatE_gitlab_project.py to manage_gitlab_project.py.