#147 Git commit hook scripting

9.9.9.9: Backlog
open
hermsen
None
2021-11-06
2021-11-05
hermsen
No

This ticket serves as aplaceholder to creat a set of commit scripts which will solve several re-occuring tasks automatically for us.

we can call these scripts in various ways, among them is on a git commit hook:

tasks we must persue are;
Auto-test the solution,
STweep the solution source,
When the commit will be tagged, it needs to committed to binaries git.

A script (through codesys git api interface) needs to be developed to orchestrate these tasks.
Any such task should be considered for ci/cd so we can concentrate on development itself instead.

Discussion

  • hermsen

    hermsen - 2021-11-05
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,4 @@
     STweep the solution source,
     When the commit will be tagged, it needs to committed to binaries git.
     A script (through codesys git api interface) needs to be developed to orchestrate these tasks.
    +Any such task should be considered for ci/cd so we can concentrate on development itself instead more
    
     
  • hermsen

    hermsen - 2021-11-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,12 @@
    -On a git commit hook we want to automate several tasks:
    +This ticket serves as aplaceholder to creat a set of commit scripts which will solve several re-occuring tasks automatically for us.
    
    +we can call these scripts in various ways, among them is on a git commit hook:
    +
    +tasks we must persue are;
     Auto-test the solution,
     STweep the solution source,
     When the commit will be tagged, it needs to committed to binaries git.
    +
     A script (through codesys git api interface) needs to be developed to orchestrate these tasks.
    -Any such task should be considered for ci/cd so we can concentrate on development itself instead more
    +Any such task should be considered for ci/cd so we can concentrate on development itself instead. 
    +
    
     

Log in to post a comment.