|
Last change
on this file since 973 was 590, checked in by bcornec, 19 years ago |
|
Delivery process coded:
file2ftp to deliver tar.gz files
pkg2ftp to deliver packages (RPMs only currently)
|
-
Property svn:executable
set to
*
|
|
File size:
197 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # Environmeent for ftp
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | # BerliOS FTP/SSH setup
|
|---|
| 9 | export ACCOUNT=bruno@ftp.mondorescue.org
|
|---|
| 10 | export DSTDIR=/mondo/ftp
|
|---|
| 11 | export FTPSERV="ftp.berlios.de"
|
|---|
| 12 | export FTPDIR="/incoming"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.