Skip to content

zhouxiaoxiang/oriole-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oriole-bot

Run commands in all svn-based projects.

  1. Create python3 environment
    cd /opt/oriole-bot/
    python -mvenv venv
    source venv/bin/activate
    make
  1. Edit cfg.py

For svn://xxxxxx/user/trunk/, edit as follows:

config = {
    'svn':  'svn://xxxxxxx/%s/trunk/',
    'user': 'xxx',
    'pass': 'xxx',
    'poll': 5,
    'cmds': ['pytest'],
    'srcs': [
        "user",
    ],
    'web': "http://localhost:8000/",
}
  1. start
    make start
  1. stop
    make stop
  1. clean
    make clean
  1. web
    http://localhost:8000

About

Test oriole-service based projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors