Get this repository:
git clone https://git.launchpad.net/gnome-autoar

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-autoar.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-09 07:30:32 UTC
tests: Treat missing reference directory as it would be empty

Author: Ondrej Holy
Author Date: 2024-04-09 07:18:50 UTC

tests: Treat missing reference directory as it would be empty

The GIT system doesn't support empty directories and the test suite
fails currently when the reference directory is missing. But there is
a need to add test with an empty reference directory. Let's make some
changes so the missing reference directory is handled as empty.

wip/oholy/suid 2024-02-12 14:49:45 UTC
extractor: Don't restore user, group, SUID, SGID, nor sticky bit

Author: Ondrej Holy
Author Date: 2024-02-12 14:49:45 UTC

extractor: Don't restore user, group, SUID, SGID, nor sticky bit

Restoring user, group, and unix mode might be problematic in terms of
security. The libarchive's `archive_write_disk` API doesn't restore user,
group, SUID, SGID, nor sticky bit by default for this reason. It also
honors umask settings. Let's do the same here. If somebody needs that
functionality in gnome-autoar, an extra flag needs to be added.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2231176

wip/oholy/ci-templates 2023-06-02 13:23:17 UTC
ci: Increase warning level

Author: Ondrej Holy
Author Date: 2023-06-02 13:13:19 UTC

ci: Increase warning level

wip/oholy/ci-artifacts 2021-11-30 09:09:53 UTC
ci: Store meson logs as job artifacts

Author: Ondrej Holy
Author Date: 2021-11-30 09:09:53 UTC

ci: Store meson logs as job artifacts

Currently, the meson logs are not stored. It would be nice to have
them for debugging purposes. Let's store them as job artifacts.

wip/oholy/ci-abi 2021-08-06 15:19:11 UTC
ci: Add check for ABI breaks

Author: Ondrej Holy
Author Date: 2021-08-06 14:48:33 UTC

ci: Add check for ABI breaks

Let's add a check for potential ABI breaks to not break ABI by mistake,
or to not forget to update the library version.

wip/oholy/meson-test 2021-08-05 12:10:27 UTC
tests: Adapt test suite so it can be used from build dir

Author: Ondrej Holy
Author Date: 2021-08-05 12:10:27 UTC

tests: Adapt test suite so it can be used from build dir

The `test-extract-unit` suite expects that the source directory is the
same as the build directory. Consequently, it fails over `ninja test`
as it doesn't see the test files. Let's adapt the codes to use the
`G_TEST_SRCDIR` so it can be used from the build dir.

wip/lantw/autoar-0.2 2017-02-05 18:55:16 UTC
AutoarExtractor: Rename 'decide-destination' to make it synchronous

Author: lantw44
Author Date: 2017-02-05 18:31:17 UTC

AutoarExtractor: Rename 'decide-destination' to make it synchronous

This commit is similar to commit 4ac0fd4, which was a temporary fix made
for gnome-autoar 0.1 releases. The new name of this synchronous signal
is 'change-destination', which is clearer because it mentions the
ability of the signal to change the destination,

The name 'decide-destination' still exists in the source code, which is
reserved for a new asynchronous signal that can report the destination
but cannot change it.

https://bugzilla.gnome.org/show_bug.cgi?id=770437#c9

gnome-3-22 2017-01-16 17:23:00 UTC
release: prepare for 0.1.2

Author: lantw44
Author Date: 2017-01-15 21:00:19 UTC

release: prepare for 0.1.2

wip/razvan/evolution_fixes 2016-09-02 15:43:28 UTC
AutoarExtractor: make "decide-destination" emission synchronous

Author: Razvan Chitu
Author Date: 2016-08-26 11:23:41 UTC

AutoarExtractor: make "decide-destination" emission synchronous

Since "decide-destination" requires the client to provide a new destination, it
cannot be executed asynchronously in the main context. In order to fix this, use
g_signal_emit instead.

https://bugzilla.gnome.org/show_bug.cgi?id=770437

wip/razvan/autoar-fixes 2016-08-26 11:23:41 UTC
AutoarExtractor: make "decide-destination" emission synchronous

Author: Razvan Chitu
Author Date: 2016-08-26 11:23:41 UTC

AutoarExtractor: make "decide-destination" emission synchronous

Since "decide-destination" requires the client to provide a new destination, it
cannot be executed asynchronously in the main context. In order to fix this, use
g_signal_emit instead.

wip/razvan/general-improvements 2016-08-19 17:28:42 UTC
AutoarExtractor: rename properties and functions

Author: Razvan Chitu
Author Date: 2016-08-18 09:30:29 UTC

AutoarExtractor: rename properties and functions

The "files" and "size" properties of AutoarExtractor actually reflect the total
files and the total size within the archive, so they should be named properly.

https://bugzilla.gnome.org/show_bug.cgi?id=768645

wip/razvan/extract-refactor2 2016-08-07 15:07:28 UTC
AutoarExtract: rename properties and fix associated comments

Author: Razvan Chitu
Author Date: 2016-08-07 14:55:12 UTC

AutoarExtract: rename properties and fix associated comments

wip/razvan/extract-refactor 2016-07-11 07:04:49 UTC
Add tests for the extract operation

Author: Razvan Chitu
Author Date: 2016-06-08 15:19:27 UTC

Add tests for the extract operation

https://bugzilla.gnome.org/show_bug.cgi?id=768645

113 of 13 results

Other repositories

Name Last Modified
lp:gnome-autoar 2024-04-23
11 of 1 result
You can't create new repositories for GNOME Autoar.