Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
web repo is on salsa, update from there
· 56f2eaf4
Joerg Jaspert
authored
Jun 16, 2018
56f2eaf4
Merge branch 'master' into deploy
· dc93578c
Joerg Jaspert
authored
Jun 16, 2018
* master: web repo is on salsa, update from there
dc93578c
Show whitespace changes
Inline
Side-by-side
config/debian/hourly.functions
View file @
dc93578c
...
...
@@ -79,3 +79,10 @@ function builddautosigning() {
rm
-f
"
${
BUILDDFUN
}
"
}
function
updateweb
()
{
cd
${
webdir
}
git clean
-fd
git reset
--hard
git pull
}
\ No newline at end of file
config/debian/hourly.tasks
View file @
dc93578c
...
...
@@ -3,6 +3,7 @@ INCLUDE lock none tru
importusers none none false false
queuereport none none false true
removalstxt none none false true
updateweb none none false true
rss none none false true
ddaccess none none false true
LOCK UNCHECKED 600 exclusive false
...
...