Subversion Repositories SmartDukaan

Rev

Rev 5964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5964 Rev 7229
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
2
 
3
FROMEMAIL="build@shop2020.in"
3
FROMEMAIL="build@shop2020.in"
4
FROMPASSWORD="cafe@nes"
4
FROMPASSWORD="cafe@nes"
5
TOEMAIL="mandeep.dhir@shop2020.in,rajveer.singh@shop2020.in,pankaj.kankar@shop2020.in,anupam.singh@shop2020.in,amar.kumar@shop2020.in"
5
TOEMAIL="rajveer.singh@shop2020.in,anupam.singh@shop2020.in,amar.kumar@shop2020.in"
6
MESSAGE=""
6
MESSAGE=""
7
FILE="/var/log/build.log"
7
FILE="/var/log/build.log"
8
 
8
 
9
build()
9
build()
10
{
10
{