Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celery service #1

Closed
wants to merge 114 commits into from
Closed

Commits on Jun 10, 2019

  1. Remove NVIDIA install file from gpu_build_vnfs role to reduce size

    The install file is over 75MB and incurs a significant transfer overhead
    during the initialization of the ansible environments when used with a
    provisioning framework like vagrant which stages ansible on the target
    node.  This install file should likely be downloaded from an online source.
    jprorama committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    bd97172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472ad46 View commit details
    Browse the repository at this point in the history
  3. Update default cluster users to centos to match cloud image convention

    The default user aligns with the conventions of the image provisioning
    framework.  For the centos cloud image that user name is "centos".
    jprorama committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    ee9c740 View commit details
    Browse the repository at this point in the history
  4. Assign headnode static IP address to the cluster network

    The internal network nic for the head node relies on static
    IP address assignement. Explicitly assign the IP address
    via so NetworkManager doesn't default to requesting an IP
    address via DHCP and causing the eth1 interface to pend
    configuration idefinitly.  Without eth1 all communication
    with the head node on the cluster network will fail, e.g.
    sacctmgr setup.
    jprorama committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    e34db64 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    5fea39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff2d36 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merge pull request jprorama#109 from eesaanatluri/fix-sacctmgr-w/dhcp…

    …-openstack
    
    Corrects master internal IP set in /etc/hosts from a static value in config to the actual assigned value for the interface.
    jprorama authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1d7a787 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Add role compute_build_image

    For packer to build compute image
    diedpigs committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    ac2d209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fec750 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Update hosts file

    Now support 10 compute nodes: c0 to c9
    diedpigs committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a304bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Update ohpc private ip

    diedpigs committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    4579bce View commit details
    Browse the repository at this point in the history
  2. Update ood private ip

    diedpigs committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c585ad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Add autofs into compute node

    diedpigs committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    ed2ef75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15759e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf97930 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    5eaf9bc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    d8d3c39 View commit details
    Browse the repository at this point in the history
  2. Update task name

    diedpigs committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    f6c46e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    85da174 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    a538d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2009352 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Add two new roles for deploy step.

    The two files added here come from compute_build_nodes
    and nodes_vivify roles. These two new files will be
    modified for suitable cloud operations.
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    85b6629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339a923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02801bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c6253b View commit details
    Browse the repository at this point in the history
  5. disable firewalld to mount the home dir in OOD.

    The home dir would not mount on OOD if we did not disable the firewalld
    in OHPC, it was working in our previous setup while deploying in vagrant
    as the VBox VM was running and was never turned off during the setup,
    but in the cloud deploy we have to preserve the state we have in the
    build phase (i.e. after packer builds the image). We need to disable
    it so it would not get turned back on after we boot the image during
    deploy
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    33e84f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9f5328 View commit details
    Browse the repository at this point in the history
  7. Set node_inventory_auto to false

    We dont use DHCP broadcasts for auto node discovery so we set this flag
    to false.
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f0a1826 View commit details
    Browse the repository at this point in the history
  8. Remove tasks related to PXE boot.

    In cloud deploy PXE boot is no longer required so those tasks are
    removed.
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e618dc9 View commit details
    Browse the repository at this point in the history
  9. Remove wwnodescan and DHCP restart tasks.

    we don't use DHCP broadcast for node discovery, so we remove the
    wwnodescan task and DHCP restart task.
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e156ad4 View commit details
    Browse the repository at this point in the history
  10. Add/update nodes in WW DB based on added conditional.

    This conditional will check if a node exists in WW DB, if yes then it
    will just update the IP and MAC address during node registration, if it
    doesn't then it will add it as a new node.
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    2e11b56 View commit details
    Browse the repository at this point in the history
  11. Remove pause for compute node and slurmd to start.

    In the cloud deploy we no longer need this pause, it was required in
    a warewulf based deploy to let the compute nodes boot so that pdsh
    commands can be run, with terraform the compute nodes will boot from
    the compute-image and be ready for OHPC to run the tasks because of
    the dependency we defined in terraform.
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f5c8cf2 View commit details
    Browse the repository at this point in the history
  12. These tasks are moved to roles mentioned below.

    install_ww_bin
    compute_build_image
    eesaanatluri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ce95441 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    b46e744 View commit details
    Browse the repository at this point in the history
  2. Add 30s delay to avoid task failure.

    Running scontrol right after start up of slurmctld on
    nodes causes the command to fail. A slight delay allows
    the system state to settle and the ansible playbook to
    exit cleanly.
    eesaanatluri committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    b3d7bc7 View commit details
    Browse the repository at this point in the history
  3. Add file imports into WW DB

    This task was in compute_build_vnfs role but due to rearrangement
    of tasks for cloud deploy, it is moved to ohpc_config_build
    eesaanatluri committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e9b37d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    f62e9eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07cdd76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d08e2f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Create ood-build.yml playbook for ood image packer build

    Based on ood.yml with addition of role for warewulf tools install
    developed during compute build.  Also installs user reg app.
    This unbundles build/install steps from deploy steps to support
    cloud deployment.
    These tasks were previously bundled in a single-phase build+deploy step.
    krishmoodbidri authored and jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    0f288dc View commit details
    Browse the repository at this point in the history
  2. Add ood_user_reg_cloud role for packer ood build

    Based on ood_user_reg role with the post-deploy
    reg app account create steps removed for inclusion
    in an ops phase.
    This delays running the reg app account create
    until the ops phase when the user and group ids
    are known.
    krishmoodbidri authored and jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ffd1cdf View commit details
    Browse the repository at this point in the history
  3. Added ohpc, slurm, and autofs to prep_ood_cloud role

    Add ohpc and copr repos to add cluster tools and slurm to image at
    build time.
    Add autofs to remove static nfs-mounts from boot sequence dependencies.
    Change selinux to permissive.
    krishmoodbidri authored and jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    9016e08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfbed5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    febd89e View commit details
    Browse the repository at this point in the history
  6. Add update apache config task to ood_user_reg_cloud

    ood-portal-generator needs to be run after the apache config
    is changed for the user reg app in order to deploy the apache
    config.
    krishmoodbidri authored and jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2bf4bf7 View commit details
    Browse the repository at this point in the history
  7. modified htpasswd to add centos

    krishmoodbidri authored and jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    fcfcd52 View commit details
    Browse the repository at this point in the history
  8. Fix CentOS SCLo repo access

    The CentOS 7.6 repos for SCLo stopped working during testing.
    Manually setting baseurl works around the issue.
    
    See:
    
    https://discourse.osc.edu/t/errors-with-rhel-server-rhscl-7-rpms-repo-in-the-past-week/494/8
    jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    60c47e5 View commit details
    Browse the repository at this point in the history
  9. Fix repo path for CentOS SCLo to major release base path

    This improves #cd58c183 to use just the major os release rather
    than build base path to ensure software collection dependencies
    continue to be installed over subsequent releases.
    jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    68a003a View commit details
    Browse the repository at this point in the history
  10. Enable user reg app and create script install

    Ensure the user registration app is active during the build so
    it is also available in the deployed environment.
    jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    c3e4b4f View commit details
    Browse the repository at this point in the history
  11. Add ood_user_reg_ops role

    This role creates the reg app user account during the ops phase
    when the ood node is instantiated.
    It starts the Apache web server once the reg app user account is
    created.
    krishmoodbidri authored and jprorama committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    fe19da5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2653a66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d06e30 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c890824 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    544030a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa35f2e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Merge pull request jprorama#120 from diedpigs/feat-compute-build-image

    Compute build image onto feat-openstack
    
    This captures all the requirements to build the compute nodes for a deploy with terraform
    jprorama authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    db0538e View commit details
    Browse the repository at this point in the history
  2. Merge pull request jprorama#133 from jprorama/devint-ood-compute-build

    Devint ood compute build
    jprorama authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b7a3e1e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    e9ad129 View commit details
    Browse the repository at this point in the history
  2. Remove uneeded warewulf tasks for cloud image deploy

    There is no need for tasks to configure the boot parameters of
    compute nodes in warewulf because it isn't responsible for node
    booting.
    Also remove harness for automatic node detection for the same
    reason.
    jprorama committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    64d2fb1 View commit details
    Browse the repository at this point in the history
  3. Remove stateful node boot task

    This task is not needed since warewulf does not manage node boot
    and provisioning.
    jprorama committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    412f853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c08f3ba View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    e12ff87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jprorama#134 from jprorama/devint-ohpc-build

    Devint ohpc build
    jprorama authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b43de80 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Change the playbook target to the headnode group name

    Using the group name for headnode instead of the ohpc host name
    from the inventory in the playbooks makes it easier to build
    images with custom host names.
    It's also slightly more correct to use the group name instead of
    the host name and aligns with other uses of group name in playbooks.
    jprorama committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    bed0aa2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jprorama#135 from jprorama/fix-playbook-group-name

    Change the playbook target to the headnode group name
    jprorama authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    aa0d8b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Update build image with runtime instance name for slurm controller an…

    …d db
    
    The build-time setting of the slurm controller and db hostname cause
    slurm startup to fail during deploy (ops) phase.  The ohpc_install_ops
    role updates the slurm.conf from the template to include the current
    names. The conditional avoids multiple writers to the file, since there
    is one call to the code for each client node in the cluster due to the
    current null resource config.
    jprorama committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ae97b04 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request jprorama#136 from jprorama/fix-slurm-ops-config

    Update build image with runtime instance name for slurm controller and db
    jprorama authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    8929777 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    fbc302d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Install python3 and pip3 to avoid easybuild bootstrap error

    Easybuild bootstrap script is failing with following error
    "Failed to find right 'easy_install' command!" during easybuild
    installation. To avoid this we install python3 and pip3, so that setup
    tools for python3 can be installed using pip3.
    eatluri committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    b6ad44e View commit details
    Browse the repository at this point in the history
  2. Install setuptools using pip3 to avoid deprecation error

    It also avoids easy_install error about finding the right command
    eatluri committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0edd960 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    ac9f0ae View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    22e3bc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Add ood_rabbitmq role

    diedpigs committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    3a8be06 View commit details
    Browse the repository at this point in the history
  2. Add rabbitmq related variables

    Leaving password blank, when runs playbook, pass in with arguments:
     --extra-vars rabbitmq_user_password="YoUrPasSwOrd"
    diedpigs committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    057ac3f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge pull request jprorama#142 from krishmoodbidri/patch-slurm.conf

    patch to fix job state directory space in slurm.conf
    jprorama authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    98ad12b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    1aa2a71 View commit details
    Browse the repository at this point in the history
  2. Stop firewalld

    firewall will block message passing to/from the node,
      so turn it off for now.
    diedpigs committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b18b180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff4b9a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    9aa597d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e2d53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    560415d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3f38e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e008ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    525c87f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12a5fe9 View commit details
    Browse the repository at this point in the history
  8. Changes in this commit:

    * Specify the full paht for git repo to be installed in
    * Changing the pattern for what to find and change
    * Using shell script to start ood_account_create in background
    rtripath89 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f2d3489 View commit details
    Browse the repository at this point in the history
  9. Adding service files

    rtripath89 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    8712c77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c178342 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40f79d6 View commit details
    Browse the repository at this point in the history
  12. changing the name

    rtripath89 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    ebf8240 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06dc328 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge pull request jprorama#143 from eesaanatluri/patch-fix-easybuild…

    …-error
    
    Patch fix easybuild error
    jprorama authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    05edc38 View commit details
    Browse the repository at this point in the history
  2. Add comment about turning off firewall.

    It seems this was inherited from earlier use on ood.  Firewall should be off by default on ohpc as currently deployed in dev.  We should figure out the ports needed.
    jprorama authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    4771134 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jprorama#145 from diedpigs/feat-ohpc-rabbitmq

    Installing rabbitmq-server on ohpc node
    jprorama authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    450d717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7742f11 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jprorama#146 from rtripath89/rmq_agent_service

     Add rabbitmq agents as service
    jprorama authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    216535e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. using python3

    krishmoodbidri committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4d7173d View commit details
    Browse the repository at this point in the history
  2. Merge pull request jprorama#148 from krishmoodbidri/feat-openstack

    python pip version update for Flask User reg app
    jprorama authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    8c8e5b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Add ini file template

    diedpigs committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    36afc48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    626b2c7 View commit details
    Browse the repository at this point in the history
  3. Update wsgi file template

    diedpigs committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    5e52041 View commit details
    Browse the repository at this point in the history
  4. Update wsgi file template

    Change the config file to ProxyPass the request to uwsgi
    diedpigs committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6931d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86837ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c3fb41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8403fcb View commit details
    Browse the repository at this point in the history
  8. Add virtualenv_command parameter

    Tell ansible to use venv module provided by python3
    diedpigs committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b0cdafc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9ded82 View commit details
    Browse the repository at this point in the history
  10. Put config files in place

    wsgi file tell uwsgi which app to run
    ini file config uwsgi
    service file create system service that runs uwsgi
    diedpigs committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7967a12 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Create log file directory

    diedpigs committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    fd1330d View commit details
    Browse the repository at this point in the history
  2. Restart apache

    diedpigs committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c24ea56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b63584 View commit details
    Browse the repository at this point in the history
  4. Modify task name

    diedpigs committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6794c56 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Install python3-devel

    diedpigs committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    da7b641 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    beeaeef View commit details
    Browse the repository at this point in the history