Ubuntu Pastebin

Paste from frickler at Tue, 12 Jul 2016 09:40:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ubuntu@jr-x3:~/ceilometer$ gbp pq import
gbp:info: Trying to apply patches at '5f67fd9aa2d45e978ee990dea90e2e1234819d33'
gbp:warning: Patch 'skip-gnocchiclient-tests.patch' has no authorship information, using 'Chuck Short <zulcss@ubuntu.com>'
gbp:warning: Patch 'skip-test.patch' has no authorship information, using 'Chuck Short <zulcss@ubuntu.com>'
gbp:warning: Patch 'skip-gabbi.patch' has no authorship information, using 'Chuck Short <zulcss@ubuntu.com>'
gbp:warning: Patch 'disable-kafka.patch' has no authorship information, using 'Chuck Short <zulcss@ubuntu.com>'
gbp:warning: Patch 'fix-fallback-meter-path.patch' has no authorship information, using 'Chuck Short <zulcss@ubuntu.com>'
gbp:info: Patches listed in 'debian/patches/series' imported on 'patch-queue/stable/mitaka'
ubuntu@jr-x3:~/ceilometer$ gbp pq export
gbp:info: On 'patch-queue/stable/mitaka', switching to 'stable/mitaka'
gbp:info: Generating patches from git (stable/mitaka..patch-queue/stable/mitaka)
On branch stable/mitaka
Your branch is up-to-date with 'origin/stable/mitaka'.
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        deleted:    debian/patches/default-config.patch
        modified:   debian/patches/disable-kafka.patch
        modified:   debian/patches/fix-fallback-meter-path.patch
        modified:   debian/patches/skip-gabbi.patch
        modified:   debian/patches/skip-gnocchiclient-tests.patch
        modified:   debian/patches/skip-test.patch

no changes added to commit (use "git add" and/or "git commit -a")
ubuntu@jr-x3:~/ceilometer$ 
Download as text