Skip to content

stebulus/egg-linux-build-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build reports for https://github.com/stebulus/egg-linux .

To contribute a build report, download the build-report script
  https://raw.githubusercontent.com/stebulus/egg-linux-build-reports/master/build-report
If you ran `./hatch x` to build egg-linux, then run
  ./build-report YOURNAME . x report
Then either tar up the `report` directory and email it to me at
steven@amotlpaa.org, or put it in a PR to this repo.

For an example of interpreting the reports here, try
  ./flatten report |awk -f example.awk -v commit=dcd01056ba0423a67c2de98ddd9d0f9282c04c45
or (if you have Python)
  python2 example.py report dcd01056ba0423a67c2de98ddd9d0f9282c04c45
or (if you have sqlite)
  ./sql report <<< "select result_checksum, date, report, build_machine_release from build where egg_linux_commit = 'dcd01056ba0423a67c2de98ddd9d0f9282c04c45';"
to get a list of builds of Egg Linux v0.1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors