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
8c9af9e1
Commit
8c9af9e1
authored
Mar 29, 2013
by
Giuseppe Terrasi
Browse files
Options
Browse Files
Download
Plain Diff
parents
ede04274
8efd147d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
cronjob
cronjob
+17
-13
No files found.
cronjob
View file @
8c9af9e1
#!/bin/bash
WEB
=
/srv/chiedi.ubuntu-it.org
WWW
=
$WEB
/www/osqa/
BZR
=
/srv/shared-branches
BZRWWW
=
$BZR
/ubuntu-it-ask/
TMP_FILE
=
/tmp/askrepo_version
cp
-ax
$BZRWWW
/
*
$WWW
/
function
set_own_perm
{
chown
-R
:ubuntu-it
$WWW
chmod
-R
ug+rw
$WWW
}
trap
set_own_perm EXIT HUP QUIT TERM KILL
if
!
test
-f
$TMP_FILE
;
then
cat
/dev/null
>
$TMP_FILE
if
[
!
-f
$TMP_FILE
]
then
touch
$TMP_FILE
fi
cd
$BZRWWW
VERSION
=
`
cat
$TMP_FILE
`
VERSION_TEST
=
`
bzr up 2>&1 |
tail
-n1
`
OLD_
VERSION
=
`
cat
$TMP_FILE
`
NEW_VERSION
=
`
bzr up 2>&1 |
tail
-n1
`
if
[
!
"
$VERSION_TEST
"
=
"
$VERSION
"
]
;
then
echo
"
$VERSION_TEST
"
>
$TMP_FILE
if
[
!
"
$NEW_VERSION
"
==
"
$OLD_VERSION
"
]
then
echo
"
$NEW_VERSION
"
>
$TMP_FILE
cp
-ax
$BZRWWW
/
*
$WWW
/
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