Edit Readme & sourсe srclist changed get_stats to ssh:basealt

This commit is contained in:
Georgy A Bystrenin 2018-06-18 20:50:22 +04:00
parent 39b6def786
commit 47e6794028
2 changed files with 6 additions and 2 deletions

View File

@ -2,3 +2,7 @@
Tools for comparing repos
=========================
/srclists/get_stats.sh Dependens:
apt-get install python-module-rpm

View File

@ -2,9 +2,9 @@
set -eu
NEW_SRCLIST=${1:-http://10.64.0.6/mipsel/Sisyphus}
NEW_SRCLIST=${1:-ssh:basealt:/mnt/repo_secondary/sisyphus_mipsel/release/latest/}
NEW_ARCH=${2:-mipsel}
BASE_SRCLIST=${3:-http://10.64.0.6/sisyphus/Sisyphus}
BASE_SRCLIST=${3:-ssh:basealt:/ALT/Sisyphus/}
BASE_ARCH=${4:-x86_64}
REPORT_FILENAME="report-$(date +'%Y-%m-%d').txt"