deelab.org | There's no place like 127.0.0.1

dic/08

2

amule-cvs & pkgver

Con una riga ottengo sempre l’ultima versione dei tarball pubblicati, dei sorgenti della svn di aMule. Ho gia pubblicato come commento l’intero PKGBUILD su AUR anche se si tratta solo di una riga, cioè solo pkgver.
Btw, me la segno qui per memo:
pkgver="$(wget -q "http://amule.uw.hu/tarballs/tarballs.xml" -O- | awk -F "'" '/revision/ {field = $2}; END{print field }')"

BB.

Share and Enjoy:
  • Print
  • PDF
  • Slashdot
  • Technorati
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Identi.ca
  • Twitter

RSS Feed

4 commenti for amule-cvs & pkgver

deadbeef ITALY Debian GNU/Linux Mozilla Firefox 3.0.4 | 11 dicembre 2008 at 9:13 PM

we dario, quand’è che ti converti anche tu a mldonkey? :D
supporta anche i server multipli!

Author comment by dax ITALY Linux Mozilla Firefox 3.0.4pre | 14 dicembre 2008 at 4:12 PM

t’ho vedi un pò chi passa da queste parti! quel debianaro di pasquale! mldonkey l’ho provato svariato tempo fa, mi ricordo che c’era da smanettare con le config e non mi ingozzava farlo :D vabè, se mi gira ci riprovo :D

Author comment by dax ITALY Linux Mozilla Firefox 3.0.4pre | 18 dicembre 2008 at 11:48 AM

update: pkgver=”$(wget -q “http://amule.uw.hu/tarballs/tarballs.xml” -O- | grep -v branch | awk -F “‘” ‘/revision/ {field = $2}; END{print field }’)”

dax ITALY Linux Mozilla Firefox 3.0.4pre | 10 gennaio 2009 at 1:30 PM

$ cat myamulechecking
#!/bin/bash
#tadah=$(wget -q “http://amule.uw.hu/tarballs/tarballs.xml” -O- | grep -v branch | awk -F “‘” ‘/revision/ {field = $2}; END{print field }’)
tadah=$(wget -q “http://amule.uw.hu/tarballs/tarballs.xml” -O- | awk -F “‘” ‘/youngest/ {field = $4}; END{print field }’)
echo [LOCAL=$(pacman -Q amule-cvs | awk {'print $2'})] [REPO=$(pacman -Sl deelab | grep amule-cvs | awk {'print $3'})] [SOURCE=$tadah]

Leave a comment!

<<

>>

deelab.org owned by

Dario Vilardi
2006 ~ 2010

Stats

  • Pagine mostrate: 152591
  • Visitatori unici: 101078
  • Pagine visitate nelle ultime 24 ore: 108
  • Visitatori unici nelle ultime 24 ore: 40