I need *your* benchmarking help!

Simon Bühler simon at aktionspotenzial.de
Sat Oct 24 11:21:34 UTC 2009


hi,

i'd like to test but it seem i'm unable to handle the git checkout stuff:

my buildscript is: (part of it)

---
PRODUCT="$1"
cd $HOME/kde/src/$PRODUCT                                             
git pull                                                              
mkdir -p $HOME/kde/build/$PRODUCT                                     
cd $HOME/kde/build/$PRODUCT                                           
cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde -DCMAKE_BUILD_TYPE=debugfull 
$HOME/kde/src/$PRODUCT/
make install
---

now i tried 

clone git://gitorious.org/~jefferai/amarok/jefferai-work.git uidhash

Initialized empty Git repository in /home/user/kde/src/uidhash/.git/
remote: Counting objects: 195929, done.
remote: Compressing objects: 100% (40144/40144), done.
remote: Total 195929 (delta 156915), reused 194091 (delta 155247)
Receiving objects: 100% (195929/195929), 59.26 MiB | 701 KiB/s, done.
Resolving deltas: 100% (156915/156915), done.

warning: remote HEAD refers to nonexistent ref, unable to checkout

also a

git clone git://gitorious.org/~jefferai/amarok/jefferai-work.git  jeffs_stuff

resulted in the same error

any hints please?



More information about the Amarok mailing list