Makefile: update-repo-{current,unstable} targets
This commit is contained in:
parent
5e6e4cc043
commit
697e50711c
@ -86,6 +86,30 @@ srpm: get-sources $(SPECFILE)
|
|||||||
verrel:
|
verrel:
|
||||||
@echo $(NAME)-$(VERSION)-$(RELEASE)
|
@echo $(NAME)-$(VERSION)-$(RELEASE)
|
||||||
|
|
||||||
|
|
||||||
|
update-repo-current:
|
||||||
|
ln -f rpm/x86_64/kernel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/dom0/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-debuginfo-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/dom0/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/dom0/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-domU-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/vm/f13/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-domU-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/vm/f14/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-debuginfo-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/vm/f13/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-debuginfo-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/vm/f14/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/vm/f13/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/current/vm/f14/rpm/
|
||||||
|
|
||||||
|
update-repo-unstable:
|
||||||
|
ln -f rpm/x86_64/kernel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/dom0/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-debuginfo-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/dom0/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/dom0/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-domU-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/vm/f13/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-domU-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/vm/f14/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-debuginfo-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/vm/f13/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-debuginfo-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/vm/f14/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/vm/f13/rpm/
|
||||||
|
ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm ../yum/current-release/unstable/vm/f14/rpm/
|
||||||
|
|
||||||
|
|
||||||
# mop up, printing out exactly what was mopped.
|
# mop up, printing out exactly what was mopped.
|
||||||
|
|
||||||
.PHONY : clean
|
.PHONY : clean
|
||||||
@ -105,4 +129,5 @@ help:
|
|||||||
@echo "rpms-just-build Skip packaging (just test compilation)"
|
@echo "rpms-just-build Skip packaging (just test compilation)"
|
||||||
@echo "srpm Create an srpm"
|
@echo "srpm Create an srpm"
|
||||||
@echo
|
@echo
|
||||||
|
@echo "make update-repo-current -- copy newly generated rpms to qubes yum repo"
|
||||||
|
@echo "make update-repo-unstable -- same, but to -testing repo"
|
||||||
|
Loading…
Reference in New Issue
Block a user