Skip to content
Snippets Groups Projects
Commit 3d47f2e7 authored by Thibault Cohen's avatar Thibault Cohen Committed by Guillaume Roguez
Browse files

packaging: enable only amd64 repository

enable only amd64 repository in sourcelist file shipped in
ring-daemon-repository package.

Refs #71506

Change-Id: Ibfce0879d9fc8c482f44ef9c7a5b515c3548e9ac
parent ecbe0ed5
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ override_dh_auto_install:
rm -rf $(CURDIR)/debian/ring-daemon/usr/include/
# Add repository file
mkdir -p $(CURDIR)/debian/ring-repository/etc/apt/sources.list.d/
echo "deb http://nightly.apt.ring.cx/$(DISTRIB_ID)_$(DISTRIB_VERSION_ID) ring main" > $(CURDIR)/debian/ring-repository/etc/apt/sources.list.d/ring-nightly.list
echo "deb [arch=amd64] http://nightly.apt.ring.cx/$(DISTRIB_ID)_$(DISTRIB_VERSION_ID) ring main" > $(CURDIR)/debian/ring-repository/etc/apt/sources.list.d/ring-nightly.list
dh_auto_install
get-orig-source:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment