ubuntu-ports FAIL
This commit is contained in:
parent
603fbe2a09
commit
ab6d3338b0
|
@ -1,23 +0,0 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
# ./rsync_master.sh mirrors.kernel.org debian pool/
|
||||
|
||||
DIST=$1
|
||||
NAME=$2
|
||||
|
||||
STAMP=`date +%Y.%m.%d.%H%M%S`
|
||||
|
||||
if [ "$2" == "" ]; then
|
||||
echo $0 "<RESULT> <DIST>"
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ ! -d "$DIST" ]; then
|
||||
mkdir $DIST
|
||||
fi
|
||||
|
||||
touch $DIST/$STAMP.$NAME
|
||||
|
||||
git add --all
|
||||
git commit -m "$DIST $NAME"
|
||||
exit
|
|
@ -0,0 +1,7 @@
|
|||
2023.01.12.025648 START
|
||||
2023.01.12.045743 END
|
||||
|
||||
2023/01/12 04:57:42 [3992633] *deleting pool/universe/n/nodejs/libnode-dev_18.13.0+dfsg-1ubuntu2_ppc64el.deb
|
||||
2023/01/12 04:57:43 [3992635] sent 1,327,752 bytes received 89,538,615,767 bytes 12,351,188.84 bytes/sec
|
||||
2023/01/12 04:57:43 [3992635] total size is 2,534,711,562,959 speedup is 28.31
|
||||
2023/01/12 04:57:43 [3992633] rsync warning: some files vanished before they could be transferred (code 24) at main.c(1839) [generator=3.2.6]
|
Loading…
Reference in New Issue