Age | Commit message (Collapse) | Author |
|
The updated script has been taken verbatim from the
helpers/DATA/debootstrap/trisquel script in Trisquel
package-helpers repository[1].
References:
-----------
[1]https://devel.trisquel.info/trisquel/package-helpers.git
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
The following commit modified the arch-detect.patch checksums
without modifying the arch-detect patch:
6346ab01c debootstrap-1.0.116-1.parabola1: updating version
This is probably because the author simply forgot to add the
arch-detect patch modifications in the commit as well.
Thanks to that, it's safe to revert the checksums for now.
A subsequent commit can still be done later to add back the
arch-detect patch modifications if it is still necessary.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
PureOS now uses amber instead of green.
This has been verified by downloading the installation
iso, installing PureOS, and looking at
/etc/apt/sources.list in the resulting installation.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
This commit was tested on an i686 installation with:
- Trisquel flidas: test OK
- Trisquel belenos: test OK
- Trisquel toutatis: test OK
And on an x86_64 installation with:
- PureOS green: test OK
The following things were tested:
- debootstrap return code (0 for success)
- the presence of the usual folders (bin, boot, dev, etc)
The tests were done the following way:
(1) The package was built and installed
(2) an empty rootfs directory was created
(3) debootstrap was run in this directory with:
- sudo debootstrap "${version}" rootfs/ \
http://archive.trisquel.info/trisquel # For Trisquel
- sudo debootstrap "${version}" rootfs/ \
https://repo.puri.sm/pureos # For PureOS
With version being flidas, belenos, and Toutatis for Trisquel
and green for PureOS
(4) The exit code was checked and the directories listed inside
the rootfs directory
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Trisquel debootstrap was broken by the switch to the 1.0.109
version.
This fixes that by switching to the 1.0.110 version and syncing
the trisquel script with the upstream debootstrap's gutsy script.
This commit was tested with:
- Trisquel flidas: test OK
- Trisquel belenos: test OK
- Trisquel toutatis: test OK
The following things were tested:
- debootstrap return code (0 for success)
- the presence of the usual folders (bin, boot, dev, etc)
The tests were done the following way:
(1) The package was built and installed
(2) an empty rootfs directory was created
(3) debootstrap was run in this directory with:
sudo debootstrap "${version}" rootfs/ http://archive.trisquel.info/trisquel
with version being the trisquel version(flidas, belenos, etc)
(4) The exit code was checked and the directories listed inside
the rootfs directory
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|