mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Move tupkg scripts to tupkg/scripts.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
084b11a6f2
commit
186abc852a
3 changed files with 0 additions and 0 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
aurroot=/srv/http/aur
|
||||
|
||||
nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &
|
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
aurroot=/srv/http/aur
|
||||
|
||||
# Set HOME for correct cvs auth.
|
||||
HOME=$aurroot
|
||||
|
||||
echo "--------------------"
|
||||
date
|
||||
|
||||
# Update the CVS tree.
|
||||
# Filter out useless output.
|
||||
cd $aurroot/cvs
|
||||
echo "Updating CVS..."
|
||||
cvs update -dP 2>&1 | grep -v "Updating"
|
||||
|
||||
# tupkgupdate <repodir> <cvsdir> <incomingdir>
|
||||
$aurroot/aur/tupkg/update/tupkgupdate -c $aurroot/tupkgs.conf --delete --paranoid /srv/ftp/community/os/i686 $aurroot/cvs $aurroot/packages/full
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
killall tupkgs
|
Loading…
Add table
Add a link
Reference in a new issue