Git Product home page Git Product logo

oss-release's Introduction

oss-release

Automation Scripts for OSS Releases

WARNING: This repo is very new and subject to change at any time.

For now, this repository serves as a place to keep scripts to start automating the release process further. As this project grows, we can start gluing various steps together.

NOTE: Most of these scripts have not been designed for wide-use. Many of the files, if not all, depend on specific file paths and git configurations. Please review each file and adjust it as needed before running any file in this repo!

The files in this repo can and will be adjusted over time to allow more general use or for a release bot of some kind (TBD). In the mean time, we can start dumping automation files here so we can work on them together.

oss-release's People

Contributors

ch3ll avatar garethgreenaway avatar terminalmage avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oss-release's Issues

Add script for uploading to PyPI

The steps to create the PyPI package and upload it can be automated easily. Can build on the code already in update_doc_conf.py file.

Convert merge-forwards/jenkins.sh to Python script

This script was originally written as a shell script to help with merge-forwards in the salt-jenkins repo. We should rewrite this to be a Python script so it can be more easily incorporated into the larger ossrelease system one day.

Once this is done, it should be moved out of the merge-forwards directory and into the ossrelease directory.

Move _cmd_run command to utils file

There is a _cmd_run function in the update_doc_conf.py file that will be very useful for other python scripts to come. This should be moved to a utils.py file so that future python files can use it.

Convert merge-forwards/bootstrap.sh to Python script

This script was originally written as a shell script to help with merge-forwards in the salt-bootstrap repo for releasing an stable version. We should rewrite this to be a Python script so it can be more easily incorporated into the larger ossrelease system one day.

Once this is done, it should be moved out of the merge-forwards directory and into the ossrelease directory.

Convert backports/salt.sh to Python script

This script was originally written as a shell script to help with backports in salt. We should rewrite this to be a Python script so it can be more easily incorporated into the larger ossrelease system one day.

Once this is done, it should be moved out of the backports directory and into the ossrelease directory.

Add a config file for this project

The main thing a config file would do is set the --git-dir and --work-tree configuration options for files in this ossrelease repo. That way, the files wouldn't need to be "rallytime" specific and wouldn't require editing for each person/bot to use them.

The other useful thing would be to have a "remote" defined as well.

When the issues #1, #2, #3, #4, and #5 are completed, they should be rewritten to also take advantage of the config options (assuming this issue is fixed first).

Convert merge-forwards/salt.sh to Python script

This script was originally written as a shell script to help with merge-forwards in the salt repo. We should rewrite this to be a Python script so it can be more easily incorporated into the larger ossrelease system one day.

Once this is done, it should be moved out of the merge-forwards directory and into the ossrelease directory.

Convert backports/jenkins.sh to a Python Script

This script was originally written as a shell script to help with backports in the salt-jenkins repo. We should rewrite this to be a Python script so it can be more easily incorporated into the larger ossrelease system one day.

Once this is done, it should be moved out of the backports directory and into the ossrelease directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.