33 lines
940 B
Markdown
33 lines
940 B
Markdown
We use docker-brew-devuan as a submodule and the files in this directory do operations upon its contents.
|
|
|
|
The concept is that we keep the master clean of artifacts of the build by creating a branch and switching to it before starting a build. Each release name has its own branch in the style of:
|
|
dist-oldoldstable
|
|
dist-oldstable
|
|
dist-stable
|
|
dist-testing
|
|
dist-unstable
|
|
|
|
update-devuan.sh
|
|
|
|
Takes arguments:
|
|
$1: jessie, ascii, beowulf, chimaera, ceres
|
|
$2:
|
|
|
|
Sets the repo to: "devuan"
|
|
Sets the mirror to: "pkgmaster.devian.org/merged"
|
|
Sets the include: "inetutils-ping,iproute2"
|
|
|
|
change-mkimage-link.sh
|
|
|
|
When we pulling in from upstream the symlink pointed to the maintainers home directory so we had to change the symlink to the local copy of mkimage.sh.
|
|
|
|
Since the project has been archived we have those files in this repo under bin.
|
|
|
|
|
|
clean-devuan.sh
|
|
copy-in-dockerfiles.sh
|
|
copy-out-dockerfiles.sh
|
|
fetch-bfg.sh
|
|
git-prune.files
|
|
|