Formatting code
This commit is contained in:
parent
7b35af50b1
commit
7ef01d1909
|
@ -64,17 +64,17 @@ for v in $CHILI_ID_GITORIOUS_REPO; do
|
||||||
# insert to $CHILI_MYSQL_DBNAME.repositories
|
# insert to $CHILI_MYSQL_DBNAME.repositories
|
||||||
echo "insert $chili_project_id: $gitorious_path"
|
echo "insert $chili_project_id: $gitorious_path"
|
||||||
mysql -h$MYSQL_HOSTNAME -u $MYSQL_USER -e "INSERT INTO $CHILI_MYSQL_DBNAME.repositories(project_id,
|
mysql -h$MYSQL_HOSTNAME -u $MYSQL_USER -e "INSERT INTO $CHILI_MYSQL_DBNAME.repositories(project_id,
|
||||||
url,
|
url,
|
||||||
root_url,
|
root_url,
|
||||||
type,
|
type,
|
||||||
path_encoding,
|
path_encoding,
|
||||||
extra_info)
|
extra_info)
|
||||||
VALUES('$chili_project_id',
|
VALUES('$chili_project_id',
|
||||||
'$gitorious_path',
|
'$gitorious_path',
|
||||||
'$gitorious_path',
|
'$gitorious_path',
|
||||||
'Git',
|
'Git',
|
||||||
'',
|
'',
|
||||||
'')"
|
'')"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
let n++
|
let n++
|
||||||
|
|
Loading…
Reference in New Issue