Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / salt

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 17
  • Merge Requests 1
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
Closed
Merge request !13 opened Sep 05, 2018 by Chif Gergő@chif.gergo 
  • Report abuse
Report abuse

Add development options to install

Added --dev and --local args to create local devenv. #29 (closed)

  • Discussion 1
  • Commits 1
  • Changes 2
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Czémán Arnold
    @cemiarni started a discussion on an old version of the diff Oct 09, 2018
    Last updated by Czémán Arnold Oct 09, 2018
    install.py
    112 112 with open(self.keyfile, 'w') as f:
    113 113 yaml.dump(self.data, f)
    114 114
    115
    116 115 parser = argparse.ArgumentParser()
    117 116 parser.add_argument('--kvm-present', action='store_true',
    118 117 help='Installs with KVM hypervisor otherwise with QEMU.')
    118 parser.add_argument('--dev', action='store_true',
    119 help='Installs Develpment version')
    120 parser.add_argument('--local', action='store_true',
    121 help='Installs Develpment version')
    119 122 args = parser.parse_args()
    120 123
    124 if args.dev is True or args.local is True:
    • Czémán Arnold @cemiarni commented Oct 09, 2018
      Master

      Why the 'is True'?

      Why the 'is True'?
    • Czémán Arnold @cemiarni

      changed this line in version 2 of the diff

      Oct 09, 2018

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://git.ik.bme.hu/circle/salt/merge_requests/13/diffs?diff_id=697&start_sha=ba6ec0f2fe5081b482e7dbfb4cfd45446e7ee5ab#f70362ee3b338a3c3a0b866ec092e0439c9d019c_124_124)
      Toggle commit list
    Please register or sign in to reply
  • Czémán Arnold @cemiarni

    added 1 commit

    • ce0c762a - Add development options to install

    Compare with previous version

    Oct 09, 2018

    added 1 commit

    • ce0c762a - Add development options to install

    Compare with previous version

    added 1 commit * ce0c762a - Add development options to install [Compare with previous version](https://git.ik.bme.hu/circle/salt/merge_requests/13/diffs?diff_id=697&start_sha=ba6ec0f2fe5081b482e7dbfb4cfd45446e7ee5ab)
    Toggle commit list
  • Czémán Arnold @cemiarni

    closed

    Oct 09, 2018

    closed

    closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Czémán Arnold
Assignee
Czémán Arnold @cemiarni
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/salt!13