Re: Mass Rebuild and Mass branching status update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> ... 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
-- 
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/devel


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux