Mass Rebuild and Mass branching status update

Jens Petersen petersen at redhat.com
Fri Feb 11 04:48:40 UTC 2011


> ... so, given that I've used "fedpkg co -B" to create a working tree
> with a subdirectory per branch, what's the incantation to get an f15/
> subdirectory added to that tree? I hope there's a better answer than
> "rm -rf and re-clone".

This is what I am doing:

for i in *; do
  if [ -d $i -a -d $i/master -a ! -d $i/f15 ]; then
    cd $i
    fedpkg co -b f15 $i
    mv $i f15
    cd ..
  fi
done


Jens


More information about the devel mailing list