1 |
#!/usr/local/bin/bash |
#!/bin/bash |
|
# |
|
|
# Giuseppe Vacanti, January 2000 |
|
2 |
# |
# |
3 |
# + fetch CCF deliveries from the ftp site |
# + fetch CCF deliveries from the ftp site |
4 |
# + perform basic checks on the packages |
# + perform basic checks on the packages |
7 |
# Exit codes (<0 informational) |
# Exit codes (<0 informational) |
8 |
# -1 (255): no new CCF deliveries |
# -1 (255): no new CCF deliveries |
9 |
# |
# |
10 |
# $Id: getdeliveries,v 1.3 2003/11/26 10:51:05 ccflib Exp $ |
# $Id: getdeliveries,v 1.4 2003/11/26 13:22:15 ccflib Exp $ |
11 |
|
|
12 |
set -e |
set -e |
13 |
|
|