Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/vyos-live-build


https://github.com/vyos/vyos-live-build

Add autopkgtest: default image build

9decfc38b8544fb1f20ad72da06fe284b6f69ddf authored almost 5 years ago
Add grub EFI support for armhf arch.

0a353a7b460f96a15acbed8fc269560f2e9dec9c authored almost 5 years ago
hide mountpoints from nautilus

when building within a home directory, as /proc, /sys, etc are mounted
and unmounted into the ch...

34ceb67718bf382adcac9a82d03c0983faf0cfd6 authored almost 5 years ago
fix comment typo

Gbp-Dch: Ignore

a46985b08ac8b8c73d8a3965ee83daa4d4c41e22 authored almost 5 years ago
exit: don't convert numeric exit code to string

24c3582b2c3220922bd662d8c3d192697276429d authored almost 5 years ago
functions/bootloaders: tidy and simplify

1cbe8f8aac2f8332a4a50f60d803e2a2e95cf978 authored almost 5 years ago
locks: tidy lock acquisition

Combine the check+create done in each script. (The original functions
are still callable as befo...

b27927724a5da017796d16de47979116d01455dc authored almost 5 years ago
fix colouring of notice type message prefixes

previously this was white+bold. the white aspect was dropped since this
would not be sensible fo...

346e3e1c36f8dc61e93fdd76dd28174d85e2aa5d authored almost 5 years ago
exit: ensure an appropriate message is printed on unexpected exit

if a script exits due to a failure and `set -e`, we should ensure that an
error message is print...

5a1c875cb828c96a08411208bbc0d90d940416f8 authored almost 5 years ago
fix instances of broken stagefile handling

mismatches in filenames between check and create

Gbp-Dch: Short

3e3e8c2c64a36699f90fd52d5167b636590473b7 authored almost 5 years ago
fix instances of bad stagefile creation circumstances

theres no point in creation of stagefiles being kept within a
conditional block of work. if the ...

5e423d0851f0c42cd2c23274a8207006c69dfb0f authored almost 5 years ago
frontend: tidy

no need to have exit in both conditions

no need to have most of the script within a case branch...

67930f3e6e2ca1312d8e047e20ba8bb783e636bd authored almost 5 years ago
fix splitting bootloader string

the existing solution simply did not work

9f42bc1bdc0133873cd4bcc881beb1b86fb638c1 authored almost 5 years ago
strip useless multi-arch separate directory stuff

(part of never completed side-by-side multi archi support)

Several scripts make a call to a fun...

a6cc72bf6d2c27c8f10546085ed6a6a295b248cc authored almost 5 years ago
echo: really ensure log messages go to stdout

all echo helpers are used as logging functions with output to go to the
terminal. when used in f...

c54cc2c497977d5234a8ea6eb39deb09f0286546 authored almost 5 years ago
debootstrap: use --force-check-gpg

I asked for such a switch to be added in debootstrap back at the start of
2015 in #775454 as par...

1edc3af346f3b94e8bf8d62c9a4dde3dc8b991d4 authored almost 5 years ago
CI: fix deploy stage

Clean the build tree before running, and list all the stages as the
CI implementation does not m...

cb68fb3e0a92a6288cacd3fe6ba4c810820942cf authored almost 5 years ago
Fix typo in changelog

Gbp-Dch: ignore

10999bbdcfc54cff014b01a6ff7b35b6f18b7a89 authored almost 5 years ago
Fix typo in lb_config.1 manpage

Gbp-Dch: ignore

161e7c82234f04d646e6372b1cc983e7c1ec090e authored almost 5 years ago
Bump Standards-Version to 4.5.0, no changes.

d320f19bdea82bd9b291133f6002fb7ca713b9c6 authored almost 5 years ago
Add CI on commits/PRs

Gbp-Dch: ignore

e6279af102b6e594e5db924a171b412cb980c3fb authored almost 5 years ago
Revert "Test for executables: replace 'which' with more robust 'command -v'"

This reverts commit 2d9ab1f7f82f9a98b97d1503c1e3f31c86061c15.

Causes test failure due to bashism.

015e6b65f3173e16d7ee4c3d9fa407d7ed1c9c45 authored almost 5 years ago
grub: fix incorrect error handling

c2e73627dba7e421db409a9c1854598edaef65f1 authored almost 5 years ago
Test for executables: replace 'which' with more robust 'command -v'

Instances of:
if [ $(which <command> ]
have been replaced with:
if command -v <command> >/dev/nu...

2d9ab1f7f82f9a98b97d1503c1e3f31c86061c15 authored almost 5 years ago
fix error for default hdd|netboot images

commit f811656150ff5f78e55b21702688f082330f78bd enabled the grub-efi
bootloader by default for a...

72a87fb70d26153bdfe06d0cdf42a199ff7ad68d authored almost 5 years ago
remove obsolete loop-aes-utils related losetup hack

677415f6d7efc1e5b888570d70af311d2900c69c (2007) in v1.0~a2-1 added a hack
relating to the loop-a...

1e0339a4e36f85f468ecbdc21c645541f51e5e56 authored almost 5 years ago
grub-efi: fix incorrect error handling

a9d8aac959d362fb3ca9882b829fff66ef01f2bc authored almost 5 years ago
grub-efi: fix image type check ordering

this should take place before working on efi related stuff

Gbp-Dch: Short

9930ce1ea542516dabdce9ce9b2bb297b437483a authored almost 5 years ago
remove obsolete fdisk hack

8321653cb36511324d576e65cb13b5c9b0c5f438 (from 2007) introduced a hack to
work around bug #44530...

d9f353c7370c34cf9e1a68cee544550678468535 authored almost 5 years ago
"Live Systems" -> "Debian Live"

dab716e0798aecbd970f69af8ac1b11e128a58d1 authored almost 5 years ago
copyright: add missing "The Debian Live team" entry

I'd mistook the copyright here to apply to the apt package, but did not
look close enough, it's ...

fe02946472eab675f5e0100abaa9b618897d15f0 authored almost 5 years ago
amend copyright & licensing blocks

Current versions of the project files are built upon versions published
and licensed by Daniel B...

7a4a9f94b89d22c083c1610ecbcb7a173f1b73db authored almost 5 years ago
source: target downloads with corresponding version

Prefer downloading the version of the source package that actually
corresponds to the version of...

87e9543c98a5b8d22fe1659b73f2927bdf6e895f authored almost 5 years ago
functions: consistency fix

missed in 7ee59d408ed7681908966a5b2fb28e8f98116d31

Gbp-Dch: Ignore

f1647f0dac0022fdb92c5f4b315626d1049a0aec authored almost 5 years ago
exit: fix no /usr/bin/env error

if you execute the bootstrap stage with no internet connection, you get
the following output:

`...

6cec4a7a74708bc70d7572b85019bb9ae0332e47 authored almost 5 years ago
source: fix apt warnings

the source stage emitted the following output for each packages downloaded.
note the troubling w...

744141c60f55144b4d8944ba0d745adcc4b34116 authored almost 5 years ago
debootstrap: remove redundant check

the check for existence of debootstrap here was completely redundant since
there is a check at t...

e3da1b6f8dec5be364dd1d8b50aea7302f3ea720 authored almost 5 years ago
archives: fix typo

introduced in ee2bbe45782f52d115115b8cf6198afaeb03be9e

Gbp-Dch: Ignore

d79fd1e760a582889ac3f3a90f9245a02e305276 authored almost 5 years ago
config: improve documentation

48df750411d9017804c3cde397a66db4726acf41 authored almost 5 years ago
hooks: run bin without explicit path

this got lost in reworking 7ee59d408ed7681908966a5b2fb28e8f98116d31

Gbp-Dch: Short

9faf9bcbed78c075287a74f3ccd58dbbfc973e63 authored almost 5 years ago
chroot: clarify stages

the cache restore/save script is not a chroot modification script unlike
the rest of the scripts...

24f04a924bbd61923718a877c9cb756606bf184d authored almost 5 years ago
archives: always include enabled/disabled deb-src apt entries

LB_APT_SOURCE_ARCHIVES determines whether or not deb-src entries are
desired to be included in a...

9f2b7b40e8fb32133a9d41f9a2a02bef86bb83ed authored almost 5 years ago
archives: simplification

as suggested by Raphaël

Gbp-Dch: Short

ee2bbe45782f52d115115b8cf6198afaeb03be9e authored almost 5 years ago
help/usage: fix too many empty lines

Gbp-Dch: Ignore

4e45586daf646c884627793c086677cf1fdf1860 authored almost 5 years ago
help/usage: remove pointless vars

build scripts never call Help() and so the empty HELP strings are pointless.
(when called with -...

d6096622f9f7f9e2e1c8b01b4769c9d08487688e authored almost 5 years ago
arguments: fix unreachable and poor argument error handling

all scripts use `set -e` which means that if getop fails, the subsequent
error check that would ...

cf2a9b951cbd4e6bc35ea0d389f39c0ec36db639 authored almost 5 years ago
help/usage: simplify

Gbp-Dch: Ignore

9f1fdac303d281a0361a2d4fc554113a6b3c6eb7 authored almost 5 years ago
help/usage: fix output of `lb config --usage`

broken by d0eb72a5efd0b1cdbd22f3b5afa3cf16a731b482

also, needed spaces before per-script output...

bc199a73b68b9b31327afbb1c32ff82661bcccf5 authored almost 5 years ago
source: minor tweaks

Gbp-Dch: Ignore

feec6262749503805a831771fac47a253d0c869f authored almost 5 years ago
source: downloaded pkgs to a clean directory rather than chroot root

Closes: #952931

158950b873bcfbac2d6bd59fd82a15b9fb4476b8 authored almost 5 years ago
chroot: improve directory creation/destruction efficiency

Closes: #952924

532144ce66aaba2678124dc759f3b4270cf56882 authored almost 5 years ago
tidy script init (4/4) - top level cmd "auto redirect" handling

Partial fix for #952919

Gbp-Dch: Short
Closes: #952919

b4598b234c90b6d1c93bd64166d4aa46ce9388bb authored almost 5 years ago
config: rename the config set/check functions for clarity

Gbp-Dch: Short
Closes: #952920

0dee07f122ca2d77c9815d095084064fcd4a7f75 authored almost 5 years ago
tidy script init (2/4) - build stage scripts

Partial fix for #952919

Gbp-Dch: Short

061d7cb3406c99a8bbb7b563625fe00357ba90aa authored almost 5 years ago
tidy script init (3/4) - top level commands

Partialfix for #952919

Gbp-Dch: Short

dff08fa3f7b05be9b86e03dd8a1473b7ff41340f authored almost 5 years ago
tidy script init (1/4) - arg and config processing

Partial fix for #952919

Gbp-Dch: Short

b49abcc1a8002c52b45c3e3da6723097f99c26e6 authored almost 5 years ago
simplify STAGE checks - use In_List

Closes: #952917

ed2d70bde10e8ff02e7409c125a6c70da8d6d9ba authored almost 5 years ago
echo: fix bad colour choice

white is not going to work well on a terminal with a white background,
obviously. We should keep...

62b3efa6869a79b0f134203f87fbc9234b0d9d4d authored almost 5 years ago
echo: don't mangle backslashes for file printing

a6c4094cf02fb0458cf8af204cd4abceae20c980 authored almost 5 years ago
use actual boolean state for some simple vars

Gbp-Dch: Ignore

8545c048c6f0fa3220f913b7b76998facb39298c authored almost 5 years ago
use actual bool state where applicable within functions

2c78d36bd516dbd313b6f55cad0e06e320cd4c03 authored almost 5 years ago
installer: use boolean for clarity

Closes: #952930

093a5ea99c7b1e1c6d716e1f47adbcf250d62f5e authored almost 5 years ago
archives: tidy deb-src exclusion

instead of conditionally writing deb-src lines, it is **much** neater if
we use sed to optionall...

e5d006cbc080f25fdaaf1345b00cc226ede53cf2 authored almost 5 years ago
fix consistency in binary execution and existance checking

- prefer using `which` over hard coded paths
- it is redundant to check that the bin pointed t...

7ee59d408ed7681908966a5b2fb28e8f98116d31 authored almost 5 years ago
fix inadequate chroot_archives validation

commit d74f2102a0849838eb4e15950b01d49f9f79392f added a validation check
to chroot_archives for ...

37f0432e983f11e3bfa29842edd42ad66dd1a25e authored almost 5 years ago
defaults: ensure global caching param overrides specific caching params if disabled

Closes: #952923

7624527d7709d8cceb6e2507903e413ffb7dabc0 authored almost 5 years ago
source: add output of config readme file to source image

To provide an explanation

Gbp-Dch: Short
Closes: #952921

8008b57fc2c83ab59c03ce7dbdae31a5f5f5d8d0 authored almost 5 years ago
firmware: avoid potentially duplicate work

addressing an old fixme, should distro and parent-distro be identical (in
a derivative build) we...

a120bc54458c38636aec3f414af02f449ecaa44f authored almost 5 years ago
firmware: save the compressed contents file to disk instead of decompressed

the existing logic was to decompress the contents file from the downloaded
archive to disk, then...

7867641fd0e23c290a5ae2b8f04f685948b917e3 authored almost 5 years ago
firmware: de-dup firmware list parsing

Edit: There were four copies of the same logic to keep in sync;
Originally this patch deduplicat...

aa745de0bbdfec3a2e23f4d76b081664d5d24673 authored almost 5 years ago
firmware: reorder firmware list construction

the 'manually add firmware-linux package' bit was stuck inbetween the
parent and non-parent logi...

94d126c0439ee906e69b78397b233d63c96e5f3e authored almost 5 years ago
firmware: delete pointlessly cached (large) file after use

the archive content file downloaded to obtain a list of firmware packages
is always deleted and ...

4933beffce1f4467bf93ef5fc6711e4d2dff901f authored almost 5 years ago
firmware: construct file location once and reuse

a951fe7ba648c9197a312933aeed35baeb0f6f7b authored almost 5 years ago
firmware: fix possible duplication in firmware package lists (inefficiency)

where multiple archive areas are used, the code here on each loop is:
1) fetching the archive ...

c53a94932583ad8030594dd021e4a035ffcc872f authored almost 5 years ago
firmware: enable caching for archive content file with firmware lists

the existing logic for obtaining a list of firmware packages always
downloaded a fresh copy of t...

4d0c3a1169760ec3c29ee756c13b37569d1deb94 authored almost 5 years ago
firmware: avoid building unnecessary lists

c140efe41e04f24fdd443122176203b68e4978cb authored almost 5 years ago
cache: clarify and simplify package cache save/restore

These functions are specific to handling packages stored in the
cache, not other files. They are...

055907592c851372000a9c12f14e04d299be859c authored almost 5 years ago
aliases: simplify excessively complex In_list function

This function is never used to find multiple needles at one time.

Gbp-Dch: Short
Closes: #952915

c1dcc4dd898c2d6f214dcc7ea23de73ab37cef7b authored almost 5 years ago
installer: robustify udeb inclusion

move the code that checks whether a version of a given package has already
been obtained (to acc...

2e3f195c3888c8fc6bfab64f5efaad5e54302328 authored almost 5 years ago
installer: improve documentation a little

Gbp-Dch: Ignore

6997f99c9f0c1e82476f62472b2926ec3cb0379a authored almost 5 years ago
installer: download udebs directly from correct mirror

instead of trying all from derived mirror then falling back to parent upon
failure, which as poi...

0869a890ae461c01a3c29a81f972605abbd23b9e authored almost 5 years ago
installer: filter derived udebs from parent list

the existing logic just bundled the entire parent and derived udeb lists
together, ignoring the ...

b54bdd7fb18d32178094e8c4e1493b6121044c11 authored almost 5 years ago
Fix Lintian Warnings about changelog: day-of-week, trailing whitespace

b13a61d5199fb5ed349fc9191c93d6a3d63e6c07 authored almost 5 years ago
archives: deduplicate apt sourcelist file construction

Geez :O

Gbp-Dch: Short
Closes: #952889

ac4ba405df4c5642d94f69f537144f03f5ed170a authored almost 5 years ago
binary_onie: fix lack of newline on error

this script outputs a series of progressive dots as progress is made,
finally terminated with ' ...

450fb25fbd0fa35d7d0db7789344935caa04f355 authored almost 5 years ago
cursor: purge unused cursor functions

only a couple were in use and only by unused echo helpers which have now
themselves been removed...

e13713c18e2ee11d4b1b3450e721022d8ea53061 authored almost 5 years ago
binary_iso: fix wrong echo helper

Closes: #952881

c90749056f8f849bdc8e599803d41848faef94b4 authored almost 5 years ago
echo: purge some unused echo helpers

Partial fix for #952880

Gbp-Dch: Short

06f632efdfc9f94121a5662af9b8e732b25f6f86 authored almost 5 years ago
echo: purge unused *_running echo helpers

Partial fix for #952880

Gbp-Dch: Short

73c1100c01da680a2d9f57aa26e48e6dc808fdf6 authored almost 5 years ago
echo: direct warnings via echo helper to stderr

57a94280805e5997242359760f2339dcd1a39eab authored almost 5 years ago
echo: tidy

Gbp-Dch: Ignore

cac44b28d5699c4e6733310b1f8b4968e09a2854 authored almost 5 years ago
binarie_onie: fix missing use of echo helpers

the '.' progress stuff has been left as is. perhaps that should be removed
since its use is inco...

f3209fead217bc82754e6827330299eba4ac12ca authored almost 5 years ago
echo: fix problem with error printing

lack of stderr directed output for the `E:` prefix meant that it would
not appear alongside the ...

b8e3a2732413b6f9e6ce5a2c7e25d58a967ed1e4 authored almost 5 years ago
echo: ensure output goes to stdout/stderr

all of these echo helpers are essentially 'logging' functions with output
always intended for st...

e3a987d977aaa417afe74349fa4d97dd6afc1c94 authored almost 5 years ago
fix missing use of echo helpers

Closes: #952876

a45dcf46f6ccb0c1d7e6788d891941ae0c136a9f authored almost 5 years ago
help/usage: fix overly complex script description handling

Closes: #952887

a67e01638fa3834fcfeb01baff2eedc88d4181ab authored almost 5 years ago
binary_disk: refactor

Avoid all of the duplication for each installer case

Note, what is done for the netboot case (w...

aa858eb2c8e3b2dea98e063cf150a28b9a4379ad authored almost 5 years ago
config: rename --architectures to --architecture

this has only ever supported specifying a single arch, thus was confusing
being plural

Gbp-Dch:...

8b109ffb96282a6dd1aa5d61aa935bcba69c56f1 authored almost 5 years ago
chroot: fix redundant usage line

Closes: #952885

49e4608cffe23b48e3ef90eec6852d34f1c94225 authored almost 5 years ago
help/usage: fix incorrect program command

Closes: #952884

0fc28da947eb48464ba01b59af588dd379ecabb2 authored almost 5 years ago