Fixed paths in exec_push.sh and removed lame editor backup files.

This commit is contained in:
Marc Christensen 2010-09-01 16:54:52 -06:00
Родитель a718ab19a2
Коммит 23033f2c55
6 изменённых файлов: 3 добавлений и 137 удалений

Просмотреть файл

@ -1,73 +0,0 @@
body {
background-color: silver;
position:relative;
}
table {
width: 100%;
border-collapse: collapse;
}
tr.alt td {
background: #6996D3;
color:white;
}
#stripeme {
}
td {
padding-top: 10px;
padding-bottom: 10px;
height: 100%;
}
table .alt {
color: green;
}
#container {
text-align:center;
width: 842px;
margin: auto;
background-color:white;
overflow:auto;
}
#header {
text-align:center;
}
#navigation {
text-align:left;
border-style:ridge;
border-width:5px;
border-color:gray;
background-color:gray;
height: 20px;
}
.font {
color: black;
}
.content { }
#footer {
text-align: center;
}
#img {
float:left;
}
a {
color: black;
}

Просмотреть файл

@ -1,61 +0,0 @@
body {
background-color: #596065;
position:relative;
}
#leaderboard {
float:left;
position:relative;
}
#leaderboard .content {
float:left;
text-align:left;
position: relative;
}
#leaderboard .row {
position: relative;
}
#leaderboard .alt {
position: relative;
}
#container {
text-align:center;
width: 842px;
margin: auto;
background-color:white;
overflow:auto;
}
#header {
text-align:center;
}
#navigation {
text-align:left;
border-style:ridge;
border-width:5px;
border-color:gray;
background-color:gray;
height: 20px;
}
.font {
color: black;
}
.content { }
#footer {
text-align: center;
}
#img {
float:left;
}

Просмотреть файл

@ -4,11 +4,11 @@ OUTPUT_DIR="/home/rupert/rank/rank server/Output"
GET_RANK_DIR="/home/rupert/rank/rank server"
echo " *** Running getRank.sh"
${GET_RANK_DIR}/getRank.sh -d "${OUTPUT_DIR}" -g "${GIT_DIR}"
"${GET_RANK_DIR}"/getRank.sh -d "${OUTPUT_DIR}" -g "${GIT_DIR}"
echo " *** Done"
cd ${OUTPUT_DIR}
sleep 5
find -iname "*~" | xargs -i rm -rv "{}"
echo " *** Pushing rank files to remote site"
scp -r ${OUTPUT_DIR}/* mono-web@go-mono.com:go-mono/rank
scp -r "${OUTPUT_DIR}"/* mono-web@go-mono.com:go-mono/rank
echo " *** Done"

Просмотреть файл

Просмотреть файл

Просмотреть файл