Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp://staging/ |
Development | 2023-06-07 05:57:46 UTC |
231.
Launchpad automatic translations update.
Author:
Launchpad Translations on behalf of zyga
Launchpad automatic translations update. |
|
lp://staging/ |
Development | 2018-03-12 08:20:36 UTC |
61.
Ignore some pointless PEP8 warning an...
Author:
dpryan79
Ignore some pointless PEP8 warning and bump the version to 0.2.2 |
|
lp://staging/ |
Development | 2016-05-25 19:59:43 UTC |
1393.
Fix missing snapcraft call, thanks to...
Author:
Zygmunt Krynicki
Fix missing snapcraft call, thanks to mvo |
|
lp://staging/ |
Development | 2016-05-23 12:56:29 UTC |
137.
Clean up tests so that shellcheck rep...
Author:
Zygmunt Krynicki
Clean up tests so that shellcheck reports no more errors or warnings |
|
lp://staging/ |
Development | 2016-04-10 17:00:44 UTC |
115.
Load seccomp profiles from /var/lib/s...
Author:
Zygmunt Krynicki
Load seccomp profiles from /var/lib/ This change matches what's happened in snappy upstream over weekend. |
|
lp://staging/ |
Development | 2016-03-04 15:29:00 UTC |
98.
Use SNAP_NAME instead of SNAPPY_APP t...
Author:
Zygmunt Krynicki
Use SNAP_NAME instead of SNAPPY_APP to insert block and character devices |
|
lp://staging/ |
Development | 2016-03-02 09:53:30 UTC |
15.
Merge pull request #12 from yphus/mas...
Author:
Zygmunt Krynicki
Merge pull request #12 from yphus/master textland: flush input buffer after waiting on events |
|
lp://staging/ |
Development | 2015-11-02 17:02:50 UTC |
255.
Don't crash if we cannot remove +s bi...
Author:
Zygmunt Krynicki
Don't crash if we cannot remove +s bits Some packages, namely ntfs-3g contain symlinks to /bin/foo that have Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-10-06 07:31:50 UTC |
4036.
plainbox: add provider unit
Signed-o...
Author:
Zygmunt Krynicki
plainbox: add provider unit Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-29 19:53:15 UTC |
219.
Add new CLI prototype
This patch add...
Author:
Zygmunt Krynicki
Add new CLI prototype This patch adds bin/snapcraft2. This prototype tries a different As before, you can try argument auto-completion using: eval "$(register- You will need to add bin/ to your PATH though. Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-29 11:47:21 UTC |
213.
Add runtests.py
This patch adds a ne...
Author:
Zygmunt Krynicki
Add runtests.py This patch adds a new tool for running tests, runtests.py, intending to This tool uses Plainbox APIs that are only available on python3-plainbox This patch makes runtests.py take optional advantage of To enable that in your active shell, run: eval "$(register- Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-25 08:37:23 UTC |
4034.
providers:tpm: add TPM provider
This...
Author:
Zygmunt Krynicki
providers:tpm: add TPM provider This patch adds a new standalone provider for TPM (Trusted Platform Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-22 10:11:35 UTC |
4027.
plainbox:units:environ: add environme...
Author:
Zygmunt Krynicki
plainbox: This patch adds support for environment variable units. The units are Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-17 18:10:01 UTC |
4020.
plainbox:session: return context from...
Author:
Zygmunt Krynicki
plainbox:session: return context from context adding methods Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-16 15:45:33 UTC |
168.
Add hostapd example
This example con...
Author:
Zygmunt Krynicki
Add hostapd example This example contains a custom build (from upstream sources, not a Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-16 06:44:47 UTC |
170.
Add custom part type
This part type ...
Author:
Zygmunt Krynicki
Add custom part type This part type allows developers to integrate arbitrary projects with Each custom project requires one definition in the snapcraft yaml file, Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-14 21:25:21 UTC |
3961.
providers:syslog: add syslog demonstr...
Author:
Zygmunt Krynicki
providers:syslog: add syslog demonstration provider This patch adds a simple provider that contains jobs demonstrating the To see the demo, please run this command: $ plainbox run -i 2015.pl. Make sure to have some syslog activity during the one minute. Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-09-03 10:55:42 UTC |
3981.
plainbox:unit: add composite test uni...
Author:
Zygmunt Krynicki
plainbox:unit: add composite test units Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-08-26 09:04:43 UTC |
137.
Fix silent failure of snapcraft run
...
Author:
Zygmunt Krynicki
Fix silent failure of snapcraft run This patch changes each subprocess.call() made by the implementation of Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-08-26 08:52:09 UTC |
136.
Correct all the logging calls to pass...
Author:
Zygmunt Krynicki
Correct all the logging calls to pass arguments directly This patch patches all of snapcraft to change code like this: logging.info("bla bla %s" % 'arg') Into: logging.info("bla bla %s', 'arg') This is actually the preferred way to work with logging arguments as it Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-08-06 16:15:32 UTC |
33.
Add a build and runtime dependency on...
Author:
Zygmunt Krynicki
Add a build and runtime dependency on python3-requests. |
|
lp://staging/ |
Development | 2015-08-04 08:17:44 UTC |
3932.
"automatic merge of lp:~zyga/checkbox...
Author:
Zygmunt Krynicki
"automatic merge of lp:~zyga/checkbox/misc/ by tarmac [r=kissiel] |
|
lp://staging/ |
Development | 2015-07-06 18:32:09 UTC |
141.
Fix AccessToken.from_string() crash o...
Author:
Zygmunt Krynicki
Fix AccessToken. This patch fixes a backtrace that happens when the non-anonymous login Fixes: https:/ |
|
lp://staging/ |
Development | 2015-07-02 20:05:47 UTC |
68.
export PROVIDERPATH for testing
Author:
Zygmunt Krynicki
export PROVIDERPATH for testing |
|
lp://staging/ |
Development | 2015-06-18 09:26:05 UTC |
3849.
checkbox-gui: get rid of it!
Signed-...
Author:
Zygmunt Krynicki
checkbox-gui: get rid of it! Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-06-12 10:21:09 UTC |
3.
Boot BBB from uSD, ignoring eMMC
Author:
Zygmunt Krynicki
Boot BBB from uSD, ignoring eMMC |
|
lp://staging/ |
Development | 2015-06-10 13:56:18 UTC |
3835.
plainbox: remove the old xml exporter...
Author:
Zygmunt Krynicki
plainbox: remove the old xml exporter and dependencies on lxml This patch removes the classic 'xml' exporter and all of the associated The rpm-core.txt file is also corrected to include the dependency on Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-06-09 15:06:20 UTC |
434.
Ignore .pyc files
Signed-off-by: Zyg...
Author:
Zygmunt Krynicki
Ignore .pyc files Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-06-05 17:29:06 UTC |
3.
Add failing tests
Author:
Zygmunt Krynicki
Add failing tests |
|
lp://staging/ |
Development | 2015-06-05 17:03:52 UTC |
2.
Automatic merge
Author:
Zygmunt Krynicki
Automatic merge |
|
lp://staging/ |
Development | 2015-05-19 11:48:31 UTC |
3793.
plainbox:commands: add the 'session l...
Author:
Zygmunt Krynicki
plainbox:commands: add the 'session logcat' command Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-05-19 09:40:18 UTC |
3791.
plainbox:clitools: detect broken loca...
Author:
Zygmunt Krynicki
plainbox:clitools: detect broken locale This patch makes plainbox abort all execution early if it detects a Since the root of the problem is in broken PAM/ssh negotiation we cannot Fixes: https:/ Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-05-14 11:57:03 UTC |
3820.
plainbox:report:html: simplify html s...
Author:
Zygmunt Krynicki
plainbox: Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-05-14 08:40:30 UTC |
3808.
plainbox:exporter:html: remove commen...
Author:
Zygmunt Krynicki
plainbox: Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-04-22 12:55:06 UTC |
3725.
providers:piglit: update Polish trans...
Author:
Zygmunt Krynicki
providers:piglit: update Polish translations Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-04-17 07:56:50 UTC |
3708.
support:meetings: add story sizing gu...
Author:
Zygmunt Krynicki
support:meetings: add story sizing guide This patch adds a restructured text version of the story sizing guide. Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-04-08 18:11:10 UTC |
3662.
support: install jinja2 when testing ...
Author:
Zygmunt Krynicki
support: install jinja2 when testing in travis Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-04-01 18:03:04 UTC |
3643.
plainbox: remove legacy validation
S...
Author:
Zygmunt Krynicki
plainbox: remove legacy validation Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-04-01 08:02:09 UTC |
3639.
checkbox-touch:py: use all_exporers A...
Author:
Zygmunt Krynicki
checkbox-touch:py: use all_exporers API Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-03-31 19:56:11 UTC |
88.
Add build-dependencies on checkbox an...
Author:
Zygmunt Krynicki
Add build-dependencies on checkbox and resource provider, remove runtime dependency on the resource provider from cdts itself (as the cdts provider already does that) |
|
lp://staging/ |
Development | 2015-03-31 16:44:41 UTC |
23.
Build-depend on plainbox-provider-res...
Author:
Zygmunt Krynicki
Build-depend on plainbox- |
|
lp://staging/ |
Development | 2015-03-19 08:45:27 UTC |
3623.
selftest: add a provider for selftest...
Author:
Zygmunt Krynicki
selftest: add a provider for selftest Jobs in the selftest provider are dividied into three categories: Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-03-10 09:59:11 UTC |
3609.
plainbox:commands:analyze: add a way ...
Author:
Zygmunt Krynicki
plainbox: Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-02-24 20:37:55 UTC |
3621.
checkbox-gui: pass with-certification...
Author:
Zygmunt Krynicki
checkbox-gui: pass with-certificat Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-02-05 18:40:29 UTC |
3570.
plainbox:exporters:html: display cert...
Author:
Zygmunt Krynicki
plainbox: This patch alters the XLST transformation to make use of the Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-02-02 20:45:35 UTC |
3558.
cep: replace severity with blocker st...
Author:
Zygmunt Krynicki
cep: replace severity with blocker status Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2015-02-02 19:48:03 UTC |
3560.
checkbox-touch:py: remove unused vari...
Author:
Zygmunt Krynicki
checkbox-touch:py: remove unused variable Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-19 13:57:05 UTC |
3517.
cep: add CEP-7
This patch adds the C...
Author:
Zygmunt Krynicki
cep: add CEP-7 This patch adds the CEP-7 proposal that re-structures the ``plainbox Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-15 10:44:42 UTC |
3507.
plainbox:vendor:extcmd use process-wi...
Author:
Zygmunt Krynicki
plainbox: This patch changes extcmd to use process-wide signal masks (aka The precise sequence of events that need to happen in - assume that there is a process P1, running two threads T1 and T2. The patch fixes this so that no matter how the scheduling orders events, - assume that there is a process P1, running two threads T1 and T2. Fixes: https:/ Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-09 16:42:50 UTC |
3462.
plainbox:units:job: add qml_file fiel...
Author:
Zygmunt Krynicki
plainbox:units:job: add qml_file field This patch adds a new field to job units, qml_file, which can be Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-09 16:27:02 UTC |
3489.
plainbox:provider_manager: fail grace...
Author:
Zygmunt Krynicki
plainbox: This patch fixes an issue where InstallCommand would crash when plainbox Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-09 16:14:23 UTC |
3498.
plainbox:i18n: fix non-default domain...
Author:
Zygmunt Krynicki
plainbox:i18n: fix non-default domain lookups This patch changes how plainbox. This works okay for anything not using our internal i18n APIs. If, however, This patch moves textdomain and bindtextdomain functions to be a method Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-05 15:03:49 UTC |
3479.
plainbox:providers:stubbox: add outco...
Author:
Zygmunt Krynicki
plainbox: This patch adds a number of new stubbox jobs, one for each possible Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-12-05 14:13:11 UTC |
3480.
plainbox:resource: allow {True,False}...
Author:
Zygmunt Krynicki
plainbox:resource: allow {True,False} expressions This patch changes the static analyzer for resource programs to allow Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-10-15 17:39:23 UTC |
3366.
plainbox:session: add device awarenes...
Author:
Zygmunt Krynicki
plainbox:session: add device awareness to SessionDeviceCo This patch finally makes the SessionDeviceCo Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-10-13 16:30:13 UTC |
3353.
plainbox:signal: add Signal.buffered(...
Author:
Zygmunt Krynicki
plainbox:signal: add Signal.buffered() This patch adds a new context manager exposed as the Signal.buffered In addition, a squash mode is added where identical signals are combined Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-10-13 16:05:25 UTC |
3351.
plainbox:provider_manager: make new v...
Author:
Zygmunt Krynicki
plainbox: This patch updates provider manager to use the new validation subsystem If all goes well the old validation code will be removed in plainbox Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-10-09 08:36:09 UTC |
3358.
plainbox:session:suspend: [wip] use r...
Author:
Zygmunt Krynicki
plainbox: Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-09-18 11:37:23 UTC |
3290.
plainbox:docs: fix typo
Signed-off-b...
Author:
Zygmunt Krynicki
plainbox:docs: fix typo Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-09-03 20:26:19 UTC |
3254.
plainbox:unit:template: use public 'p...
Author:
Zygmunt Krynicki
plainbox: Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-08-22 10:51:48 UTC |
30.
Add new package for checkbox-certific...
Author:
Zygmunt Krynicki
Add new package for checkbox- Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-08-14 07:53:59 UTC |
3192.
checkbox-support:parsers:udevadm: wor...
Author:
Zygmunt Krynicki
checkbox- This patch adds detection for another card reader into the card reader Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-08-08 14:09:27 UTC |
3176.
plainbox: use versiontools if availab...
Author:
Zygmunt Krynicki
plainbox: use versiontools if available Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-08-08 12:17:25 UTC |
3176.
plainbox: add crude autocompletion su...
Author:
Zygmunt Krynicki
plainbox: add crude autocompletion support to plainbox run This patch adds autocomplete support to 'plainbox run -i' and 'plainbox The crudeness is related to the fact that this operation is very slow Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-08-08 11:57:47 UTC |
3181.
big-commit-to-clean-up
Author:
Zygmunt Krynicki
big-commit- |
|
lp://staging/ |
Development | 2014-07-23 11:44:03 UTC |
8.
Add all of the new manual pages to th...
Author:
Zygmunt Krynicki
Add all of the new manual pages to the plainbox package. |
|
lp://staging/ |
Development | 2014-06-09 12:19:21 UTC |
3054.
checkbox-touch: initial commit on pyo...
Author:
Zygmunt Krynicki
checkbox-touch: initial commit on pyotherside version of checkbox NOTE: this commit will be squashed as I'm documenting stuff for the Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-06-03 06:05:39 UTC |
3049.
checkbox-ng: fix POTFILES.in
Signed-...
Author:
Zygmunt Krynicki
checkbox-ng: fix POTFILES.in Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-05-17 07:53:52 UTC |
3.
* debian/control: depend and build de...
Author:
Zygmunt Krynicki
* debian/control: depend and build depend on python3-lxml |
|
lp://staging/ |
Development | 2014-05-14 15:20:25 UTC |
4.
debian/control: build-depend on polic...
Author:
Zygmunt Krynicki
debian/control: build-depend on policykit-1 (LP: #1319442) |
|
lp://staging/ |
Development | 2014-05-14 11:51:43 UTC |
2996.
"automatic merge by tarmac [r=zkrynic...
Author:
Zygmunt Krynicki
"automatic merge by tarmac [r=zkrynicki, |
|
lp://staging/ |
Development | 2014-05-13 10:15:56 UTC |
2988.
plainbox:data: don't refer to Ubuntu ...
Author:
Zygmunt Krynicki
plainbox:data: don't refer to Ubuntu in checkbox.xsl Fixes: https:/ Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-05-08 07:17:38 UTC |
74.
don't use (>NNN) in debian/control
Author:
Zygmunt Krynicki
don't use (>NNN) in debian/control |
|
lp://staging/ |
Development | 2014-05-05 15:33:34 UTC |
7.
debian/control: replace dependency on...
Author:
Zygmunt Krynicki
debian/control: replace dependency on python3:any with python3 |
|
lp://staging/ |
Development | 2014-05-05 15:30:45 UTC |
7.
debian/control: replace dependency on...
Author:
Zygmunt Krynicki
debian/control: replace dependency on python3:any with python3 |
|
lp://staging/ |
Development | 2014-04-28 08:34:17 UTC |
10.
allow all providers to be installed s...
Author:
Zygmunt Krynicki
allow all providers to be installed separately from the launchers |
|
lp://staging/ |
Development | 2014-04-24 21:12:12 UTC |
70.
* debian/control: Convert to a launch...
Author:
Zygmunt Krynicki
* debian/control: Convert to a launcher + provider. Update long descriptions |
|
lp://staging/ |
Development | 2014-04-24 09:15:54 UTC |
5.
debian/control: build depend on pytho...
Author:
Zygmunt Krynicki
debian/control: build depend on python3- |
|
lp://staging/ |
Development | 2014-04-16 19:07:06 UTC |
2.
* debian/control: use ${shlibs:Depend...
Author:
Zygmunt Krynicki
* debian/control: use ${shlibs:Depends} for checkbox-gui LP: #1308697 |
|
lp://staging/ |
Development | 2014-04-16 14:20:17 UTC |
3.
* Synchronize with Debian packaging
*...
Author:
Zygmunt Krynicki
* Synchronize with Debian packaging |
|
lp://staging/ |
Development | 2014-04-16 11:42:32 UTC |
2.
* fork of Debian packaging for PPA bu...
Author:
Zygmunt Krynicki
* fork of Debian packaging for PPA builds |
|
lp://staging/ |
Development | 2014-04-10 15:52:14 UTC |
10.
drop --with=python3 from debian/rules
Author:
Zygmunt Krynicki
drop --with=python3 from debian/rules |
|
lp://staging/ |
Development | 2014-04-10 10:21:33 UTC |
5.
* Automatic PPA build
* New upstream ...
Author:
Zygmunt Krynicki
* Automatic PPA build |
|
lp://staging/ |
Development | 2014-04-09 09:52:26 UTC |
2006.
Yet-another place that special-cases ...
Author:
Zygmunt Krynicki
Yet-another place that special-cases resource jobs |
|
lp://staging/ |
Development | 2014-04-02 10:44:23 UTC |
2872.
cloudbox: add mk-interesting-graphs.s...
Author:
Zygmunt Krynicki
cloudbox: add mk-interesting- Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-04-02 10:06:46 UTC |
2867.
test-in-vagrant: build, lint and doxy...
Author:
Zygmunt Krynicki
test-in-vagrant: build, lint and doxygen for plainbox-qt Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-03-25 16:09:46 UTC |
70.
debian/control: make plainbox-provide...
Author:
Zygmunt Krynicki
debian/control: make plainbox- |
|
lp://staging/ |
Development | 2014-03-24 13:31:47 UTC |
2821.
providers: add 2014.pl.zygoon:example...
Author:
Zygmunt Krynicki
providers: add 2014.pl. Those two providers show how cross-provider, intra-namespace sharing is Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-03-20 14:50:46 UTC |
69.
Drop packages related to checkbox-old...
Author:
Zygmunt Krynicki
Drop packages related to checkbox-old (moved to separate packaging branch) |
|
lp://staging/ |
Development | 2014-02-14 15:53:59 UTC |
34.
increment version to 0.17.7
Author:
Zygmunt Krynicki
increment version to 0.17.7 |
|
lp://staging/ |
Development | 2014-02-11 21:28:41 UTC |
61.
"automatic merge by tarmac [r=sylvain...
Author:
Zygmunt Krynicki
"automatic merge by tarmac [r=sylvain- |
|
lp://staging/ |
Development | 2014-02-06 08:53:46 UTC |
62.
merge release packaging back to trunk...
Author:
Zygmunt Krynicki
merge release packaging back to trunk packaging |
|
lp://staging/ |
Development | 2014-02-04 09:02:34 UTC |
2643.
plainbox:docs: add static redirect pa...
Author:
Zygmunt Krynicki
plainbox:docs: add static redirect page for pythonhosted.org Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2014-01-11 00:18:33 UTC |
6590.
Drop usage of lazy_import
Author:
Zygmunt Krynicki
Drop usage of lazy_import |
|
lp://staging/bzr3 | Development | 2014-01-10 18:18:02 UTC |
6589.
(vila) Stricter checks on configurati...
Author:
Patch Queue Manager
(vila) Stricter checks on configuration option names (Vincent Ladeuil) |
|
lp://staging/ |
Development | 2014-01-04 09:28:43 UTC |
52.
Fix the policy install files to have ...
Author:
Zygmunt Krynicki
Fix the policy install files to have 'plainbox' prefix |
|
lp://staging/ |
Development | 2013-12-20 19:34:44 UTC |
2584.
plainbox: use NotUnsetValidator for P...
Author:
Zygmunt Krynicki
plainbox: use NotUnsetValidator for Provider1Defini Signed-off-by: Zygmunt Krynicki <zygmunt. |
|
lp://staging/ |
Development | 2013-12-11 17:42:36 UTC |
46.
use wrap-and-sort on everything
Author:
Zygmunt Krynicki
use wrap-and-sort on everything |
|
lp://staging/ |
Development | 2013-11-19 20:42:07 UTC |
25.
Copy some *.install files from checkb...
Author:
Zygmunt Krynicki
Copy some *.install files from checkbox-packaging rev40 to fix build issues |
|
lp://staging/ |
Development | 2013-11-12 17:27:13 UTC |
33.
Drop support for python2.7
Author:
Zygmunt Krynicki
Drop support for python2.7 |
1 → 100 of 187 results | First • Previous • Next • Last |