mps-tespit-spin
This commit is contained in:
parent
2d74d9cfaf
commit
bd57aa4061
12
bin/mps
12
bin/mps
|
@ -1242,9 +1242,11 @@ t_indeks(){
|
|||
|
||||
find ${talimatname}/temel/* -type d > $dosya
|
||||
find ${talimatname}/genel/*/* -type d >> $dosya
|
||||
|
||||
i=1
|
||||
sp="/-\|"
|
||||
echo -n ' '
|
||||
while IFS='' read -r konum || [[ -n "$konum" ]]; do
|
||||
|
||||
printf "\b${sp:i++%${#sp}:1}"
|
||||
# Surum-Devir
|
||||
isim=$(basename $konum)
|
||||
#surum=$(grep -ri ^"surum=" $konum/talimat | cut -d '=' -f2 | awk '{ sub(/[ \t]+$/, ""); print }')
|
||||
|
@ -1274,9 +1276,12 @@ k_indeks(){
|
|||
_satirno=$(grep -wxnr "${_esgec}" ${dosya} | cut -d':' -f1)
|
||||
[ ! -z ${_satirno} ] && sed -i "${_satirno}d" ${dosya}
|
||||
done
|
||||
|
||||
i=1
|
||||
sp="/-\|"
|
||||
echo -n ' '
|
||||
while IFS='' read -r kpaket || [[ -n "$kpaket" ]]; do
|
||||
|
||||
printf "\b${sp:i++%${#sp}:1}"
|
||||
# Surum-Devir
|
||||
satir=$(sed -n '1p' < $VT/${kpaket}/META)
|
||||
isim=${satir:1:${#satir}-1}
|
||||
|
@ -1331,6 +1336,7 @@ guncelleme_tespit(){
|
|||
#echo "$dosya_t $dosya_k $dosya_ks $dosya_g $dosya_son"
|
||||
rm -f $dosya_t $dosya_k $dosya_ks $dosya_g $dosya_son
|
||||
# güncellenecek paket listesi yazdırılması
|
||||
printf "\n"
|
||||
echo "--------------güncelleme----------------"
|
||||
cat $dosya_sonuc
|
||||
echo "--------------talimatsız----------------"
|
||||
|
|
Loading…
Reference in New Issue