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
313eec59
Commit
313eec59
authored
10 years ago
by
Thibault Cohen
Committed by
Thibault COHEN
10 years ago
Browse files
Options
Downloads
Plain Diff
packaging: update nightly packaging
Refs #71506 Change-Id: I5830e63f45d1c2ba06179ef09fafbf7fddb3c736
parents
f55fd55d
3a6dc2b9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/gbp.conf
+1
-1
1 addition, 1 deletion
debian/gbp.conf
debian/rules
+9
-1
9 additions, 1 deletion
debian/rules
ring-daemon.spec
+9
-4
9 additions, 4 deletions
ring-daemon.spec
with
26 additions
and
6 deletions
debian/changelog
+
7
−
0
View file @
313eec59
ring-daemon (2.1.0-1) unstable; urgency=medium
[ Thibault Cohen]
* New upstream version
-- Thibault Cohen <thibault.cohen@savoirfairelinux.com> Tue, 14 Apr 2015 12:40:24 -0400
ring-daemon (2.0.1-1) unstable; urgency=medium
[ Thibault Cohen]
...
...
This diff is collapsed.
Click to expand it.
debian/gbp.conf
+
1
−
1
View file @
313eec59
[
DEFAULT
]
pristine
-
tar
=
False
upstream
-
branch
=
master
upstream
-
branch
=
release
-
2
.
1
.
x
[
git
-
buildpackage
]
export
-
dir
= ../
build
-
area
/
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
9
−
1
View file @
313eec59
...
...
@@ -8,6 +8,8 @@ VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m
DISTRIB_ID = $(shell grep -hPo "^ID=\K.*" /etc/*ease)
DISTRIB_VERSION_ID = $(shell grep -hPo "^VERSION_ID=\K.*" /etc/*ease)
DAEMON_TAG = master
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
...
...
@@ -48,8 +50,14 @@ override_dh_auto_install:
get-orig-source:
# Daemon
git init
git remote add origin https://gerrit-ring.savoirfairelinux.com/ring-daemon
git fetch --all
git merge origin master --no-edit
git checkout packaging-releases -f
git config user.name "joulupukki"
git config user.email "joulupukki@localhost"
git merge $(DAEMON_TAG) --no-edit
rm -rf .git
# Packing
@echo "# Packing ... "
find . | sort \
...
...
This diff is collapsed.
Click to expand it.
ring-daemon.spec
+
9
−
4
View file @
313eec59
%define name ring-daemon
%define version 2.
0.1
%define version 2.
1.0
%define release 1
%define daemon_tag master
Name: %{name}
Version: %{version}
...
...
@@ -40,12 +41,13 @@ This is the ring repository
%prep
%setup -q
git init
git remote add origin https://gerrit-ring.savoirfairelinux.com/ring
git remote add origin https://gerrit-ring.savoirfairelinux.com/ring
-daemon
git fetch --all
git checkout packaging -f
git checkout packaging
-releases
-f
git config user.name "joulupukki"
git config user.email "joulupukki@localhost"
git merge origin/master --no-edit
git merge %{daemon_tag} --no-edit
rm -rf .git
# Apply all patches
for patch_file in $(cat debian/patches/series | grep -v "^#")
do
...
...
@@ -94,5 +96,8 @@ echo 'gpgcheck=0' >> %{buildroot}/%{_sysconfdir}/yum.repo.d/ring-nightly.repo
%config %{_sysconfdir}/yum.repo.d/ring-nightly.repo
%changelog
* Tue Apr 14 2015 Thibault Cohen <thibault.cohen@savoirfairelinux.com> - 2.1.0-1
- New upstream version
* Fri Mar 27 2015 Thibault Cohen <thibault.cohen@savoirfairelinux.com> - 2.0.1-1
- New upstream version
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