rebuild yum index on aws s3

Posted by Chucks on Server Fault See other posts from Server Fault or by Chucks
Published on 2014-08-23T01:12:53Z Indexed on 2014/08/23 4:22 UTC
Read the original article Hit count: 374

Filed under:
|
|
|

I am trying to rebuild yum repo on aws S3 after adding new packages.

Here are few commands I am trying, but it is not helping.

[root@chucks ~]$ createrepo --baseurl http://rpmcopy.xxxxx.com.s3-website-us-east-1.amazonaws.com /repodata/   --update

Saving Primary metadata
Saving file lists metadata
Saving other metadata
Generating sqlite DBs
Sqlite DBs complete

How do I give a path from S3? /repodata/ path is not relevent I believe.

All my pkgs are under bucket s3://rpmcopy.xxxxx.com/. And repodata dir is under s3://rpmcopy.xxxxx.com/repodata

© Server Fault or respective owner

Related posts about linux

Related posts about yum