Skip to content
Snippets Groups Projects
Commit b9143884 authored by Thibault Cohen's avatar Thibault Cohen
Browse files

Adapt packaging for release

Change-Id: I7d4e41a8f538ebe7546f6e95f4789f68a9acbf96
parent 3007ae09
No related branches found
No related tags found
No related merge requests found
[DEFAULT] [DEFAULT]
pristine-tar = False pristine-tar = False
upstream-branch = master upstream-branch = release-2.1.x
[git-buildpackage] [git-buildpackage]
export-dir = ../build-area/ export-dir = ../build-area/
......
...@@ -49,7 +49,7 @@ override_dh_auto_install: ...@@ -49,7 +49,7 @@ override_dh_auto_install:
get-orig-source: get-orig-source:
# Daemon # Daemon
git fetch --all git fetch --all
git merge origin master --no-edit git merge origin release-2.1.x --no-edit
# Packing # Packing
@echo "# Packing ... " @echo "# Packing ... "
find . | sort \ find . | sort \
......
...@@ -42,10 +42,10 @@ This is the ring repository ...@@ -42,10 +42,10 @@ This is the ring repository
git init git init
git remote add origin https://gerrit-ring.savoirfairelinux.com/ring git remote add origin https://gerrit-ring.savoirfairelinux.com/ring
git fetch --all git fetch --all
git checkout packaging -f git checkout packaging-releases -f
git config user.name "joulupukki" git config user.name "joulupukki"
git config user.email "joulupukki@localhost" git config user.email "joulupukki@localhost"
git merge origin/master --no-edit git merge origin/release-2.1.x --no-edit
# Apply all patches # Apply all patches
for patch_file in $(cat debian/patches/series | grep -v "^#") for patch_file in $(cat debian/patches/series | grep -v "^#")
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment