- 
                Notifications
    You must be signed in to change notification settings 
- Fork 40
CP-15745: Add utility scripts for building packages under travis #55
Conversation
| discussed a different way of doing this to keep as much logic as possible within this repo so consumers needn't do any config or duplicate any scripts. | 
c057735    to
    b0263a9      
    Compare
  
    | Also, we may want to consider tagging this repo when you have some scripts that are stable so that the adventurous consumer can wget from master but the cautious can get a stable version. Might enable us to be more free when hacking in this repo without fear of breaking "all the things". | 
| Indeed. I have a hardcoded wget of the master branch at the moment - would be good to parameterise that too. | 
9295f40    to
    6dc1c11      
    Compare
  
    Signed-off-by: John Else <john.else@citrix.com>
| Removed the hardcoding - it's now possible to override  | 
Signed-off-by: John Else <john.else@citrix.com>
| # $REPO_BUILD_CMD (optional - default 'make') | ||
| # - The build command to run in the repo. | ||
| # $REPO_TEST_CMD (optional - default 'make test') | ||
| # - The test command to run in the repo. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice docs 👍
| Looks good! This is gonna be a great step forward. | 
CP-15745: Add utility scripts for building packages under travis
No description provided.