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
9decfc38b8544fb1f20ad72da06fe284b6f69ddf authored almost 5 years ago
0a353a7b460f96a15acbed8fc269560f2e9dec9c authored almost 5 years ago
when building within a home directory, as /proc, /sys, etc are mounted
and unmounted into the ch...
Gbp-Dch: Ignore
a46985b08ac8b8c73d8a3965ee83daa4d4c41e22 authored almost 5 years ago24c3582b2c3220922bd662d8c3d192697276429d authored almost 5 years ago
1cbe8f8aac2f8332a4a50f60d803e2a2e95cf978 authored almost 5 years ago
Combine the check+create done in each script. (The original functions
are still callable as befo...
previously this was white+bold. the white aspect was dropped since this
would not be sensible fo...
if a script exits due to a failure and `set -e`, we should ensure that an
error message is print...
mismatches in filenames between check and create
Gbp-Dch: Short
3e3e8c2c64a36699f90fd52d5167b636590473b7 authored almost 5 years ago
theres no point in creation of stagefiles being kept within a
conditional block of work. if the ...
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 agothe existing solution simply did not work
9f42bc1bdc0133873cd4bcc881beb1b86fb638c1 authored almost 5 years ago(part of never completed side-by-side multi archi support)
Several scripts make a call to a fun...
a6cc72bf6d2c27c8f10546085ed6a6a295b248cc authored almost 5 years ago
all echo helpers are used as logging functions with output to go to the
terminal. when used in f...
I asked for such a switch to be added in debootstrap back at the start of
2015 in #775454 as par...
Clean the build tree before running, and list all the stages as the
CI implementation does not m...
Gbp-Dch: ignore
10999bbdcfc54cff014b01a6ff7b35b6f18b7a89 authored almost 5 years agoGbp-Dch: ignore
161e7c82234f04d646e6372b1cc983e7c1ec090e authored almost 5 years agod320f19bdea82bd9b291133f6002fb7ca713b9c6 authored almost 5 years ago
Gbp-Dch: ignore
e6279af102b6e594e5db924a171b412cb980c3fb authored almost 5 years agoThis reverts commit 2d9ab1f7f82f9a98b97d1503c1e3f31c86061c15.
Causes test failure due to bashism.
015e6b65f3173e16d7ee4c3d9fa407d7ed1c9c45 authored almost 5 years agoc2e73627dba7e421db409a9c1854598edaef65f1 authored almost 5 years ago
Instances of:
if [ $(which <command> ]
have been replaced with:
if command -v <command> >/dev/nu...
commit f811656150ff5f78e55b21702688f082330f78bd enabled the grub-efi
bootloader by default for a...
677415f6d7efc1e5b888570d70af311d2900c69c (2007) in v1.0~a2-1 added a hack
relating to the loop-a...
a9d8aac959d362fb3ca9882b829fff66ef01f2bc authored almost 5 years ago
this should take place before working on efi related stuff
Gbp-Dch: Short
9930ce1ea542516dabdce9ce9b2bb297b437483a authored almost 5 years ago
8321653cb36511324d576e65cb13b5c9b0c5f438 (from 2007) introduced a hack to
work around bug #44530...
dab716e0798aecbd970f69af8ac1b11e128a58d1 authored almost 5 years ago
I'd mistook the copyright here to apply to the apt package, but did not
look close enough, it's ...
Current versions of the project files are built upon versions published
and licensed by Daniel B...
Prefer downloading the version of the source package that actually
corresponds to the version of...
missed in 7ee59d408ed7681908966a5b2fb28e8f98116d31
Gbp-Dch: Ignore
f1647f0dac0022fdb92c5f4b315626d1049a0aec authored almost 5 years ago
if you execute the bootstrap stage with no internet connection, you get
the following output:
`...
6cec4a7a74708bc70d7572b85019bb9ae0332e47 authored almost 5 years ago
the source stage emitted the following output for each packages downloaded.
note the troubling w...
the check for existence of debootstrap here was completely redundant since
there is a check at t...
introduced in ee2bbe45782f52d115115b8cf6198afaeb03be9e
Gbp-Dch: Ignore
d79fd1e760a582889ac3f3a90f9245a02e305276 authored almost 5 years ago48df750411d9017804c3cde397a66db4726acf41 authored almost 5 years ago
this got lost in reworking 7ee59d408ed7681908966a5b2fb28e8f98116d31
Gbp-Dch: Short
9faf9bcbed78c075287a74f3ccd58dbbfc973e63 authored almost 5 years ago
the cache restore/save script is not a chroot modification script unlike
the rest of the scripts...
LB_APT_SOURCE_ARCHIVES determines whether or not deb-src entries are
desired to be included in a...
as suggested by Raphaël
Gbp-Dch: Short
ee2bbe45782f52d115115b8cf6198afaeb03be9e authored almost 5 years agoGbp-Dch: Ignore
4e45586daf646c884627793c086677cf1fdf1860 authored almost 5 years ago
build scripts never call Help() and so the empty HELP strings are pointless.
(when called with -...
all scripts use `set -e` which means that if getop fails, the subsequent
error check that would ...
Gbp-Dch: Ignore
9f1fdac303d281a0361a2d4fc554113a6b3c6eb7 authored almost 5 years agobroken by d0eb72a5efd0b1cdbd22f3b5afa3cf16a731b482
also, needed spaces before per-script output...
bc199a73b68b9b31327afbb1c32ff82661bcccf5 authored almost 5 years agoGbp-Dch: Ignore
feec6262749503805a831771fac47a253d0c869f authored almost 5 years agoCloses: #952931
158950b873bcfbac2d6bd59fd82a15b9fb4476b8 authored almost 5 years agoCloses: #952924
532144ce66aaba2678124dc759f3b4270cf56882 authored almost 5 years agoPartial fix for #952919
Gbp-Dch: Short
Closes: #952919
Gbp-Dch: Short
Closes: #952920
Partial fix for #952919
Gbp-Dch: Short
061d7cb3406c99a8bbb7b563625fe00357ba90aa authored almost 5 years agoPartialfix for #952919
Gbp-Dch: Short
dff08fa3f7b05be9b86e03dd8a1473b7ff41340f authored almost 5 years agoPartial fix for #952919
Gbp-Dch: Short
b49abcc1a8002c52b45c3e3da6723097f99c26e6 authored almost 5 years agoCloses: #952917
ed2d70bde10e8ff02e7409c125a6c70da8d6d9ba authored almost 5 years ago
white is not going to work well on a terminal with a white background,
obviously. We should keep...
a6c4094cf02fb0458cf8af204cd4abceae20c980 authored almost 5 years ago
Gbp-Dch: Ignore
8545c048c6f0fa3220f913b7b76998facb39298c authored almost 5 years ago2c78d36bd516dbd313b6f55cad0e06e320cd4c03 authored almost 5 years ago
Closes: #952930
093a5ea99c7b1e1c6d716e1f47adbcf250d62f5e authored almost 5 years ago
instead of conditionally writing deb-src lines, it is **much** neater if
we use sed to optionall...
- prefer using `which` over hard coded paths
- it is redundant to check that the bin pointed t...
commit d74f2102a0849838eb4e15950b01d49f9f79392f added a validation check
to chroot_archives for ...
Closes: #952923
7624527d7709d8cceb6e2507903e413ffb7dabc0 authored almost 5 years agoTo provide an explanation
Gbp-Dch: Short
Closes: #952921
addressing an old fixme, should distro and parent-distro be identical (in
a derivative build) we...
the existing logic was to decompress the contents file from the downloaded
archive to disk, then...
Edit: There were four copies of the same logic to keep in sync;
Originally this patch deduplicat...
the 'manually add firmware-linux package' bit was stuck inbetween the
parent and non-parent logi...
the archive content file downloaded to obtain a list of firmware packages
is always deleted and ...
a951fe7ba648c9197a312933aeed35baeb0f6f7b authored almost 5 years ago
where multiple archive areas are used, the code here on each loop is:
1) fetching the archive ...
the existing logic for obtaining a list of firmware packages always
downloaded a fresh copy of t...
c140efe41e04f24fdd443122176203b68e4978cb authored almost 5 years ago
These functions are specific to handling packages stored in the
cache, not other files. They are...
This function is never used to find multiple needles at one time.
Gbp-Dch: Short
Closes: #952915
move the code that checks whether a version of a given package has already
been obtained (to acc...
Gbp-Dch: Ignore
6997f99c9f0c1e82476f62472b2926ec3cb0379a authored almost 5 years ago
instead of trying all from derived mirror then falling back to parent upon
failure, which as poi...
the existing logic just bundled the entire parent and derived udeb lists
together, ignoring the ...
b13a61d5199fb5ed349fc9191c93d6a3d63e6c07 authored almost 5 years ago
Geez :O
Gbp-Dch: Short
Closes: #952889
this script outputs a series of progressive dots as progress is made,
finally terminated with ' ...
only a couple were in use and only by unused echo helpers which have now
themselves been removed...
Closes: #952881
c90749056f8f849bdc8e599803d41848faef94b4 authored almost 5 years agoPartial fix for #952880
Gbp-Dch: Short
06f632efdfc9f94121a5662af9b8e732b25f6f86 authored almost 5 years agoPartial fix for #952880
Gbp-Dch: Short
73c1100c01da680a2d9f57aa26e48e6dc808fdf6 authored almost 5 years ago57a94280805e5997242359760f2339dcd1a39eab authored almost 5 years ago
the '.' progress stuff has been left as is. perhaps that should be removed
since its use is inco...
lack of stderr directed output for the `E:` prefix meant that it would
not appear alongside the ...
all of these echo helpers are essentially 'logging' functions with output
always intended for st...
Closes: #952876
a45dcf46f6ccb0c1d7e6788d891941ae0c136a9f authored almost 5 years agoCloses: #952887
a67e01638fa3834fcfeb01baff2eedc88d4181ab authored almost 5 years agoAvoid all of the duplication for each installer case
Note, what is done for the netboot case (w...
aa858eb2c8e3b2dea98e063cf150a28b9a4379ad authored almost 5 years ago
this has only ever supported specifying a single arch, thus was confusing
being plural
Gbp-Dch:...
8b109ffb96282a6dd1aa5d61aa935bcba69c56f1 authored almost 5 years agoCloses: #952885
49e4608cffe23b48e3ef90eec6852d34f1c94225 authored almost 5 years agoCloses: #952884
0fc28da947eb48464ba01b59af588dd379ecabb2 authored almost 5 years ago