Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
b9143884
Commit
b9143884
authored
10 years ago
by
Thibault Cohen
Browse files
Options
Downloads
Patches
Plain Diff
Adapt packaging for release
Change-Id: I7d4e41a8f538ebe7546f6e95f4789f68a9acbf96
parent
3007ae09
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/gbp.conf
+1
-1
1 addition, 1 deletion
debian/gbp.conf
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
ring-daemon.spec
+2
-2
2 additions, 2 deletions
ring-daemon.spec
with
4 additions
and
4 deletions
debian/gbp.conf
+
1
−
1
View file @
b9143884
[
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
/
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
b9143884
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
ring-daemon.spec
+
2
−
2
View file @
b9143884
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment