Skip to content

Commit 74ae06f

Browse files
authored
Add development RPM repository (#81)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
1 parent cd4768b commit 74ae06f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[development-repo]
2+
name=development Repo
3+
baseurl=http://rpm-edgemicrovisor.intel.com/3.0
4+
enabled=1
5+
gpgcheck=0
6+
skip_if_unavailable=1
7+
sslverify=0
8+
priority=10

toolkit/scripts/daily_build.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ ifneq ($(DAILY_BUILD_REPO),)
7171
$(warning $(PACKAGE_ROOT))
7272
$(warning ######################### WARNING #########################)
7373
$(warning )
74-
override PACKAGE_URL_LIST += $(PACKAGE_ROOT)/built_rpms_all
74+
override PACKAGE_URL_LIST += $(PACKAGE_ROOT)/RPMS/x86_64 \
75+
$(PACKAGE_ROOT)/RPMS/noarch \
76+
$(PACKAGE_ROOT)/RPMS/debuginfo
7577
override SRPM_URL_LIST += $(PACKAGE_ROOT)/SRPMS
7678
override REPO_LIST += $(DAILY_BUILD_REPO)
7779
endif

0 commit comments

Comments
 (0)