source upload
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo DescFile=$1
|
||||
echo Push=$2
|
||||
echo FossilRepository=$3
|
||||
|
||||
|
||||
cd $3
|
||||
fossil ci -M $1
|
||||
|
||||
# push if chkFossilPush checked in SourceCodeRep tool
|
||||
if [ $2 -eq 1 ]
|
||||
then
|
||||
fossil push
|
||||
fi
|
Reference in New Issue
Block a user