Skip to content

hewenhao2008/sob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoB - Simple OpenWrt Bot
----------------------------------

SoB is a free software release under GPL v2 realize to automate task.
SoB can help in a system to automate the compile/test cycle required by most 
software projects to validate code changes or release snapshots.

Inside SoB each task is define as a "step" each step is defined by a stage file
avaiable under stage/ dir.

The bot cycle over a lists of project defined inside config/*.conf files. 
Each config file defines a series of variable defined with the stages, inside
config/ is provided an example to recompile ar71xx target of OpenWrt.

If you use the web interface read also web/SECURITY

DEVELOP
----------
SoB is very simple but any improvement is welcome. Feel free to drop me a mail
for bugs, suggestion, patch and general improvement
<c.mignanti@gmail.com>

Thank you for using SoB

Packages

No packages published

Languages

  • PHP 58.5%
  • Shell 20.9%
  • C++ 14.4%
  • SourcePawn 3.3%
  • Assembly 2.9%