Update autobuild.md

This commit is contained in:
tianyu 2015-01-12 10:17:22 +08:00
parent dfa5441f3e
commit d48288d7b9
1 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,9 @@ autobuild.sh will generate a file 'opensips.run' and send emails to the receiver
2. Add this script to PATH, maybe ~/bin. Make sure the *.sh files have execute access.
3. Add a cron tab with something like this
'0 0 * * * /home/builder/bin/autobuild.sh > /dev/null 2>&1 &'
4. You need to modify script's location if necessary, for example my file tree is:
4. You need modify email.conf for the receivers.
5. You need to modify the push server where scp pushs the file 'opensips.run'. Maybe need setup auth key of remote server.
6. You need to modify script's location if necessary, for example my file tree is:
.
```bash
├── bin
@ -21,8 +23,7 @@ autobuild.sh will generate a file 'opensips.run' and send emails to the receiver
├── makeself-header.sh
└── makeself.sh
```
5. You need modify email.conf for the receivers.
6. You need to modify the push server where scp pushs the file 'opensips.run'. Maybe need setup auth key of remote server.
## Related files
autobuild.sh, mail.cfg, make.sh, build.sh, autobuild.cron