Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Ask
website
Commits
e51a13f4
Commit
e51a13f4
authored
Mar 24, 2013
by
Giuseppe Terrasi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
ee52a71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
15 deletions
+10
-15
cronjob
cronjob
+10
-15
No files found.
cronjob
View file @
e51a13f4
#!/bin/bash
WEB
=
/srv/chiedi.ubuntu-it.org
WWW
=
$WEB
/www/osqa/
BZR=/srv/shared-branches
/ubuntu-it-ask
BZR
=
/srv/shared-branches
BZRWWW
=
$BZR
/ubuntu-it-ask/
TMP_FILE
=
/tmp/askrepo_version
function update_files {
##Copy of all files
cp
-ax
$BZRWWW
/
*
$WWW
/
}
############################################
## Test if repo has been updated ##
############################################
TMP_FILE=/tmp/wwwrepo_version ## Temp file where version bzr repo was saved
## Create temp file if it doesn't exist
if
!
test
-f
$TMP_FILE
;
then
cat
/dev/null
>
$TMP_FILE
fi
cd $BZR
cd
$BZR
WWW
VERSION
=
`
cat
$TMP_FILE
`
VERSION_TEST
=
`
bzr up 2>&1 |
tail
-n1
`
if
[
!
"
$VERSION_TEST
"
=
"
$VERSION
"
]
;
then
echo
"
$VERSION_TEST
"
>
$TMP_FILE
update_files
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment