lp:~nacc/git-ubuntu

Owned by Nish Aravamudan
Get this repository:
git clone https://git.launchpad.net/~nacc/git-ubuntu
Only Nish Aravamudan can upload to this repository. If you are Nish Aravamudan please log in for upload directions.

Branches

Name Last Modified Last Commit
bug-fixes-2 2017-08-11 23:34:05 UTC
git ubuntu lint: unexpected changes between deconstruct and logical are errors

Author: Nish Aravamudan
Author Date: 2017-08-10 21:56:47 UTC

git ubuntu lint: unexpected changes between deconstruct and logical are errors

We were implicitly returning False, but not emitting a message. Add a
message and documentation.

LP: #1710015

changelog-parsing 2017-08-11 23:14:25 UTC
versioning: fix import order

Author: Nish Aravamudan
Author Date: 2017-08-03 23:33:29 UTC

versioning: fix import order

make-clone-verbose 2017-08-11 21:20:04 UTC
git ubuntu clone/remote: be more verbose

Author: Nish Aravamudan
Author Date: 2017-08-01 21:26:11 UTC

git ubuntu clone/remote: be more verbose

Request the `git fetch` calls go to stdout/stderr.

LP: #1707225

fix-build-version-check 2017-08-02 21:50:38 UTC
git ubuntu build: use semantic versioning check not string comparison

Author: Nish Aravamudan
Author Date: 2017-08-01 17:58:37 UTC

git ubuntu build: use semantic versioning check not string comparison

It is definitively incorrect to simply string compare the upstream
versions, as that puts, e.g. ubuntu2 after ubuntu16. Use the
now-common-code version_compare to do the comparison.

LP: #1707983

sru-series-versioning 2017-08-02 21:50:38 UTC
versioning: rename test_next_sru_version -> test__next_sru_version

Author: Nish Aravamudan
Author Date: 2017-08-02 21:08:17 UTC

versioning: rename test_next_sru_version -> test__next_sru_version

That reflects the actual tested function is _next_sru_version.

use-dpkg-mergechangelogs 2017-07-27 23:38:07 UTC
gitubuntu/git_repository: cat-file produces extra blank lines

Author: Nish Aravamudan
Author Date: 2017-07-27 23:37:34 UTC

gitubuntu/git_repository: cat-file produces extra blank lines

lp1698402 2017-07-20 15:49:04 UTC
git ubuntu lint: use dpkg-mergechangelogs rather than git-merge-changelogs

Author: Nish Aravamudan
Author Date: 2017-07-19 11:42:49 UTC

git ubuntu lint: use dpkg-mergechangelogs rather than git-merge-changelogs

The behavior of the latter does not precisely match the former,
and leads to false negatives.

LP: #1705251

versioning-fixes 2017-07-20 14:53:39 UTC
gitubuntu/versionining: fix next_sru_version to account for before/after seri...

Author: Nish Aravamudan
Author Date: 2017-07-20 14:53:39 UTC

gitubuntu/versionining: fix next_sru_version to account for before/after series versions

username-more-inputy 2017-07-18 10:57:47 UTC
git ubuntu: make username input more obvious as input

Author: Nish Aravamudan
Author Date: 2017-07-18 10:56:44 UTC

git ubuntu: make username input more obvious as input

When first running, we need the LP username in order to name the remote
correctly (and as most obviously expected by the end-user). To that end,
make it clear we are asking for input from the end user when we prompt.

LP: #1704943

make-no-pkg-nicer 2017-07-18 10:54:01 UTC
git ubuntu clone: provide inline guidance for requesting an import

Author: Nish Aravamudan
Author Date: 2017-07-18 10:54:01 UTC

git ubuntu clone: provide inline guidance for requesting an import

LP: #1704944

gitubuntu-submit-fixes 2017-07-14 15:56:15 UTC
Address review comments

Author: Nish Aravamudan
Author Date: 2017-07-14 15:56:15 UTC

Address review comments

Will be squashed up

gu-lint 2017-07-14 00:55:28 UTC
git ubuntu lint: cleanup success logging

Author: Nish Aravamudan
Author Date: 2017-07-14 00:55:28 UTC

git ubuntu lint: cleanup success logging

Will be squashed up

lp1703029 2017-07-11 18:45:24 UTC
git ubuntu merge: quiet ancestor check

Author: Nish Aravamudan
Author Date: 2017-07-11 18:45:24 UTC

git ubuntu merge: quiet ancestor check

Use correct tense in logged message. Will be squashed up.

gu-submit 2017-07-11 16:45:14 UTC
git ubuntu submit: handle all exceptions cleanly

Author: Nish Aravamudan
Author Date: 2017-07-11 16:45:14 UTC

git ubuntu submit: handle all exceptions cleanly

lp1703028 2017-07-11 00:33:35 UTC
git ubuntu merge: do not drop LP: from top-level changelog entries

Author: Nish Aravamudan
Author Date: 2017-07-11 00:33:35 UTC

git ubuntu merge: do not drop LP: from top-level changelog entries

We unconditionally drop all LP: to LP when finishing a merge, but that isn't
correct if the changelog entry is for a new change.

LP: #1703028

gu-merge-fix 2017-07-06 00:25:37 UTC
git ubuntu merge: verify commitish is resolveable before use

Author: Nish Aravamudan
Author Date: 2017-07-06 00:25:37 UTC

git ubuntu merge: verify commitish is resolveable before use

git-ubuntu-cleanups 2017-06-28 23:43:01 UTC
git ubuntu: emit newline after input() prompt

Author: Nish Aravamudan
Author Date: 2017-06-28 16:27:14 UTC

git ubuntu: emit newline after input() prompt

Otherwise, the line doesn't break and it's not clear where the user's input
starts.

fix-gu-build-search 2017-06-22 20:39:36 UTC
git ubuntu import: leverage raise ... from ... syntax

Author: Nish Aravamudan
Author Date: 2017-06-22 20:39:01 UTC

git ubuntu import: leverage raise ... from ... syntax

This provides a bit of a cleaner stacktrace output on errors when we are
propogating/transforming exceptions. Per PEP 3134, this is present in
python 3.0+.

bug-fixes-1 2017-06-20 19:13:33 UTC
git ubuntu build: handle building a new upstream version

Author: Nish Aravamudan
Author Date: 2017-06-20 19:02:08 UTC

git ubuntu build: handle building a new upstream version

We need two changes to correctly build:
 - do not attempt to find the orig tarball in Debian or Ubuntu
 - do not attempt to symlink the orig tarball, because we are not
   caching it from another upload

fixes 2017-06-06 00:12:54 UTC
git ubuntu import: handle importing multiple orig tarballs

Author: Nish Aravamudan
Author Date: 2017-05-31 18:45:56 UTC

git ubuntu import: handle importing multiple orig tarballs

gbp-import-orig supports a --component option in 0.8.0 and on (Debian
bug 561071).

namespaces 2017-05-22 19:27:33 UTC
import-cron-packages.txt: add php7.1

Author: Nish Aravamudan
Author Date: 2017-05-22 19:27:33 UTC

import-cron-packages.txt: add php7.1

test_local 2017-04-13 23:26:39 UTC
usd import-local: add command to import a DSC file or URL

Author: Nish Aravamudan
Author Date: 2017-04-13 18:35:53 UTC

usd import-local: add command to import a DSC file or URL

orig_tarball 2016-11-01 19:15:03 UTC
usd/GitRepository: add support for importing orig tarballs

Author: Nish Aravamudan
Author Date: 2016-11-01 19:15:03 UTC

usd/GitRepository: add support for importing orig tarballs

WIP

Signed-off-by: Nishanth Aravamudan <nish.aravamudan@canonical.com>

101123 of 123 results
This repository contains Public information 
Everyone can see this information.

Subscribers