diff options
author | ivan <ivan> | 2010-07-08 23:08:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-08 23:08:04 +0000 |
commit | b95fa45c4d419b1898deba7e3a6ea6cc9d3b498f (patch) | |
tree | 7e0c80e0baf886ca02573001f4112e783004244b /rpm/build/BOOTSTRAP | |
parent | 115d17b7a091bd92d4c8073fdfaba5a69420bcf3 (diff) |
32 bit and make the repo stuff work, RT#8190
Diffstat (limited to 'rpm/build/BOOTSTRAP')
-rw-r--r-- | rpm/build/BOOTSTRAP | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rpm/build/BOOTSTRAP b/rpm/build/BOOTSTRAP index 6fdc196ce..c7ef4fed0 100644 --- a/rpm/build/BOOTSTRAP +++ b/rpm/build/BOOTSTRAP @@ -106,8 +106,20 @@ cvs checkout -rFREESIDE_1_7_BRANCH -d freeside-1.7 freeside # yet more ### +cp -i /var/lib/vservers/centos5/etc/yum.repos.d/CentOS-Base.repo /etc/yum/repos.d/ +#and s/$releasever/5/g; + cp expect-* /usr/local/bin/ #edit them and set your real passphrase for the gpg key you're using +#(as per that dir above) + +### +# and the repository +### + +cd +mkdir -p public_html/repo/centos/5/freeside-1.7/testing/x86_64/ +mkdir public_html/repo/centos/5/freeside-1.7/testing/i686 ### # references |