mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
checked in scripts for launch (in /home/aur) to support/scripts
added guidelines to the main index page
This commit is contained in:
parent
f6fb9943b7
commit
62c472f70f
5 changed files with 33 additions and 1 deletions
3
support/scripts/run-tupkgs
Executable file
3
support/scripts/run-tupkgs
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
nohup /home/aur/aur/tupkg/server/tupkgs -c /home/aur/tupkgs.conf >/home/aur/tupkgs.log 2>&1 &
|
16
support/scripts/run-tupkgupdate
Executable file
16
support/scripts/run-tupkgupdate
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#/bin/bash
|
||||||
|
|
||||||
|
echo "-----"
|
||||||
|
date
|
||||||
|
|
||||||
|
# update the cvs tree
|
||||||
|
cd /home/aur/cvs
|
||||||
|
cvs update -d
|
||||||
|
cd -
|
||||||
|
|
||||||
|
# sleep to avoid running into judd's permissions script!!
|
||||||
|
#sleep 30
|
||||||
|
|
||||||
|
# it's tupkgupdate <repodir> <cvsdir> <incomingdir>
|
||||||
|
/home/aur/aur/tupkg/update/tupkgupdate --delete --paranoid /home/ftp/community/os/i686 /home/aur/cvs /home/aur/packages/full
|
||||||
|
date
|
3
support/scripts/stop-tupkgs
Executable file
3
support/scripts/stop-tupkgs
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
killall tupkgs
|
10
support/scripts/tupkgs.conf
Normal file
10
support/scripts/tupkgs.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[tupkgs]
|
||||||
|
port = 1034
|
||||||
|
cachedir = /home/aur/packages/full
|
||||||
|
incomingdir = /home/aur/packages/partial
|
||||||
|
|
||||||
|
[mysql]
|
||||||
|
username = aur
|
||||||
|
password = PbLus6wH
|
||||||
|
host = localhost
|
||||||
|
db = aur
|
|
@ -78,7 +78,7 @@ print "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n";
|
||||||
print "<tr>\n";
|
print "<tr>\n";
|
||||||
print " <td align='left' valign='top'>";
|
print " <td align='left' valign='top'>";
|
||||||
?>
|
?>
|
||||||
Welcome to the AUR! If you're a newcomer, you may want to read the <a href="user_docs.html">User Documentation</a>.
|
Welcome to the AUR! If you're a newcomer, you may want to read the <a href="user_docs.html">User Documentation</a> and the <a href="guidelines.html">Guidelines</a>.
|
||||||
<?php
|
<?php
|
||||||
#print __("This is where the intro text will go.");
|
#print __("This is where the intro text will go.");
|
||||||
#print __("For now, it's just a place holder.");
|
#print __("For now, it's just a place holder.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue