mps-gitsurum

This commit is contained in:
milisbir 2018-11-04 06:14:43 +02:00
parent f1a51c6757
commit 2d74d9cfaf
1 changed files with 6 additions and 1 deletions

View File

@ -3451,7 +3451,12 @@ ayarlar() {
exit 0 ;;
### mps gitsurum . = milis git deposunun güncel git numarasını verir.
gitsurum)
cat ${git_yereldepo}/.git/refs/heads/master
# hesap-repo parçalanacak- notabug api araştırılıyor.
local _udgs=$(curl -s ${git_sunucu}/${hesap_repo} | grep -r 'milislinux\/milis\/commit\/' \
| head -n1 | awk -F'(>|</a>)' '{print $2}')
local _ydgs=$(cat ${git_yereldepo}/.git/refs/heads/master)
printf "uzak_depo: ${_udgs}\n"
printf "yerel_depo: ${_ydgs:0:10}\n"
exit 0 ;;
### mps liste . = sistemde kurulu olan paket listesini verir.
-kl|liste)