Update catalyst tools to use git for amd64 and x86.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-02-13 00:10:01 -01:00
parent f061c9fb36
commit e38dced51f
3 changed files with 13 additions and 9 deletions

View file

@ -57,7 +57,7 @@ run_cmd() {
pre_build() {
# This is a skeleton function that you can override from the config file.
# It will be executed before the build is started. You can use this to
# update a svn checkout of spec files
# update the checkout of the releng repo
local foo=bar
}