[iso] Moved rpms into repository root from root/Packages
This commit is contained in:
parent
0bef989ad4
commit
09e85c2436
@ -296,11 +296,11 @@ $/isoroot-pool.done: $/apt-cache.done
|
|||||||
$(ACTION.TOUCH)
|
$(ACTION.TOUCH)
|
||||||
|
|
||||||
$/isoroot-rpm.done: $/rpm-cache.done $/rpm-groups.done
|
$/isoroot-rpm.done: $/rpm-cache.done $/rpm-groups.done
|
||||||
mkdir -p $(ISOROOT)/centos/$(CENTOSRELEASE)/Packages
|
mkdir -p $(ISOROOT)/centos/$(CENTOSRELEASE)
|
||||||
find $/rpm/Packages -name '*.rpm' | while read rpmfile; do \
|
find $/rpm/Packages -name '*.rpm' | while read rpmfile; do \
|
||||||
cp -n $${rpmfile} $(ISOROOT)/centos/$(CENTOSRELEASE)/Packages/ ; \
|
cp -n $${rpmfile} $(ISOROOT)/centos/$(CENTOSRELEASE)/ ; \
|
||||||
done
|
done
|
||||||
createrepo -g `readlink -f "$/rpm/comps.xml"` -o $(ISOROOT)/centos/$(CENTOSRELEASE) $(ISOROOT)/centos/$(CENTOSRELEASE)/Packages
|
createrepo -g `readlink -f "$/rpm/comps.xml"` -o $(ISOROOT)/centos/$(CENTOSRELEASE) $(ISOROOT)/centos/$(CENTOSRELEASE)
|
||||||
$(ACTION.TOUCH)
|
$(ACTION.TOUCH)
|
||||||
|
|
||||||
$/isoroot-keyring.done: $/isoroot-pool.done $/debian/ubuntu-keyring/.done
|
$/isoroot-keyring.done: $/isoroot-pool.done $/debian/ubuntu-keyring/.done
|
||||||
|
Loading…
Reference in New Issue
Block a user