ChewKeanHo / AutomataCI

An open-source, redistributable, template-guided, and semi-autonomous CI infrastructure readily available your next project.
Apache License 2.0
21 stars 1 forks source link

Allow .deb Release Job to Publish Flat Repository Format #337

Open hollowaykeanho opened 3 months ago

hollowaykeanho commented 3 months ago

Description

Debian Repository Format Specification (https://wiki.debian.org/DebianRepository/Format) specifies that it can recognize and implement flat repository format. This is very useful for GitHub/GitLab Release page.

Expected Behavior

.deb repository can publish both flat and conventional modes.

Current Behavior

.deb repository can only publish conventional mode.

Associated Data Files

No response

hollowaykeanho commented 3 months ago

lifted distributions restricted values.

hollowaykeanho commented 3 months ago

Implemented in 6177ccaea21f1d27796fd889257fdfdef1cf1d8a.