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

Fix(3) rpm get orig source

Change-Id: If8d5f5d4e09af6f660011f2c4f399e9b2c00cdba
parent cafe92f0
Branches
No related tags found
No related merge requests found
...@@ -33,10 +33,12 @@ This is the daemon headers. ...@@ -33,10 +33,12 @@ This is the daemon headers.
%prep %prep
%setup -q %setup -q
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 git checkout packaging git checkout packaging -f
git merge origin master --no-edit git config user.name "joulupukki"
git config user.email "joulupukki@localhost"
git merge origin/master --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