lp:~wgrant/snapcraft/+git/github
- Get this repository:
-
git clone
https://git.not.enabled/~wgrant/snapcraft/+git/github
Import details
This repository is an import of the Git repository at https://github.com/wgrant/snapcraft.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
riscv64 | 2021-09-24 05:33:34 UTC |
packaging: Switch to patchelf that doesn't break riscv64
Author:
William Grant
packaging: Switch to patchelf that doesn't break riscv64 |
master | 2021-09-18 02:13:55 UTC |
Merge pull request #3581 from xnox/ctypes-riscv64
Author:
Sergio Schvezov
Merge pull request #3581 from xnox/ctypes-riscv64 packaging: load the correct libraries on riscv64 |
sergiusens-patch-1 | 2021-08-18 12:05:37 UTC |
Update _launchpad.py
Author:
Sergio Schvezov
Update _launchpad.py |
target-arch-envvar | 2021-08-06 16:57:48 UTC |
cli: enable SNAPCRAFT_TARGET_ARCH envvar matching --target-arch
Author:
Chris Patterson
cli: enable SNAPCRAFT_ But ensure it is scrubbed from build provider flags so Signed-off-by: Chris Patterson <chris. |
dependabot/ |
2021-07-16 21:02:56 UTC |
build(deps): bump pyyaml from 5.3 to 5.4
Author:
build(deps): bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https:/ Signed-off-by: dependabot[bot] <support@ |
duplicate-warnings | 2021-05-04 15:45:12 UTC |
yaml: ignore errors from malformed input when checking for duplicates
Author:
Chris Patterson
yaml: ignore errors from malformed input when checking for duplicates Signed-off-by: Chris Patterson <chris. |
release/4.6.3 | 2021-04-28 01:36:08 UTC |
elf: add fallback methods to detect library dependencies (#3514)
Author:
Chris Patterson
elf: add fallback methods to detect library dependencies (#3514) libc6 may mismatch with the paths provided to ldd in LD_LIBRARY_PATH. This may be avoided if invoking the binary directory and using This updates the library dependency search to try three variants: For #2, libc6 is expected as /lib/<arch- Signed-off-by: Chris Patterson <chris. |
experimental-login | 2021-04-07 01:33:34 UTC |
cli: rename experimental login environment variable
Author:
Sergio Schvezov
cli: rename experimental login environment variable It was SNAPCRAFT_LOGIN, which conflicted with commonly named Signed-off-by: Sergio Schvezov <sergio. |
spread-cryptography | 2021-04-06 14:12:06 UTC |
Merge branch 'master' into spread-cryptography
Author:
Sergio Schvezov
Merge branch 'master' into spread-cryptography |
legacy | 2021-03-10 15:25:38 UTC |
store: improve platform detection (#3465)
Author:
Chris Patterson
store: improve platform detection (#3465) Also add support for Windows and Darwin. Signed-off-by: Sergio Schvezov <sergio. |
py3.8 | 2021-03-09 16:20:52 UTC |
Merge branch 'master' into py3.8
Author:
Sergio Schvezov
Merge branch 'master' into py3.8 |
bp-apt-arch | 2021-01-13 19:05:58 UTC |
Merge branch 'master' into bp-apt-arch
Author:
Sergio Schvezov
Merge branch 'master' into bp-apt-arch |
font-common | 2020-11-09 15:23:05 UTC |
review updates
Author:
Sergio Schvezov
review updates Signed-off-by: Sergio Schvezov <sergio. |
bp-unified-setup | 2020-09-17 20:15:23 UTC |
build providers: unified provider refactoring for provider setup
Author:
Chris Patterson
build providers: unified provider refactoring for provider setup Refactoring for unified approach to checking if a provider is ready, and - Adds 'is_provider_ - Makes 'setup_provider()' responsible for all user interaction to install - Refactored LXD checks into their own methods, adding a compatibility check to - Moves setup code out of MultipassCommand into the Multipass provider. - Update lifecycle CLI to utilize new interfaces. When tty is not connected, Signed-off-by: Chris Patterson <chris. |
colcon-strip-env | 2020-08-26 02:16:21 UTC |
colcon v2 plugin: don't strip env for stage-runtime-dependencies
Author:
Chris Patterson
colcon v2 plugin: don't strip env for stage-runtime- HTTP proxy settings are being lost. - Remove the `-i` argument to `env`, there are no longer variables - Remove parameters to `stage- - Remove PATH from env list as it no longer needs to be passed Signed-off-by: Chris Patterson <chris. |
spec-pr-typo | 2020-08-14 11:31:55 UTC |
specifications: fix typo in package-repositories
Author:
Chris Patterson
specifications: fix typo in package- Signed-off-by: Chris Patterson <chris. |
fix-ld-regex | 2020-08-13 16:02:48 UTC |
spread tests: fix classic patchelf linker regex to match all arches
Author:
Chris Patterson
spread tests: fix classic patchelf linker regex to match all arches ppc64el and others may not follow the `ld-linux` convention, e.g.: Fix by broadening the match to ld.*. Signed-off-by: Chris Patterson <chris. |
no-report- |
2020-07-20 15:07:42 UTC |
sentry: don't report tool missing errors
Author:
Chris Patterson
sentry: don't report tool missing errors Spread tests should capture any missing tools from the snap, Fixes SNAPCRAFT-1V7 Signed-off-by: Chris Patterson <chris. |
openvino | 2020-06-26 02:07:12 UTC |
edge -> stable build snap
Author:
Chris Patterson
edge -> stable build snap Signed-off-by: Chris Patterson <chris. |
specifications | 2020-03-04 15:22:14 UTC |
initial commit
Author:
Sergio Schvezov
initial commit Signed-off-by: Sergio Schvezov <sergio. |
rb-snapcraft- |
2020-02-12 17:35:31 UTC |
remote-build: introduce --launchpad-snapcraft-channel option
Author:
Chris Patterson
remote-build: introduce --launchpad- It may be useful to configure Launchpad to use a specific Signed-off-by: Chris Patterson <chris. |
split-debug | 2020-02-05 15:59:54 UTC |
plugin handler: split debug information if --split-debug passed
Author:
Chris Patterson
plugin handler: split debug information if --split-debug passed EXPERIMENTAL option to split debug information. Splits debug Stripped symbols are written to ./debug directory. Note that this Based off of James Henstridge's work available at: Signed-off-by: Chris Patterson <chris. |
fix-elf-regression | 2020-02-04 21:01:43 UTC |
use a generator for any
Author:
Sergio Schvezov
use a generator for any |
release/3.9 | 2020-01-26 06:36:41 UTC |
meta: always generate snapcraft-runner to workaround classic (#2889) (#2891)
Author:
Sergio Schvezov
meta: always generate snapcraft-runner to workaround classic (#2889) (#2891) Snapcraft previously generated wrappers for most commands. Once To work around the issue, this commit adds an empty snapcraft-runner to Add unit tests for snapcraft-runner generation Add some additional parameters to the SnapcraftYaml fixture LP: #1860369 Signed-off-by: Sergio Schvezov <sergio. |
1 → 24 of 24 results | First • Previous • Next • Last |