Age | Commit message (Collapse) | Author |
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|