lp:~alextu/pc-enablement/+git/prepare-checkbox-sanity

Owned by Alex Tu
Get this repository:
git clone https://git.qastaging.paddev.net/~alextu/pc-enablement/+git/prepare-checkbox-sanity
Only Alex Tu can upload to this repository. If you are Alex Tu please log in for upload directions.

Branches

Name Last Modified Last Commit
default-sideload 2021-03-05 10:32:20 UTC
default sideload for latest fix

Author: Alex Tu
Author Date: 2021-03-05 09:24:43 UTC

default sideload for latest fix

lp1909974-conf-in-checkbox-remote 2021-01-04 09:30:23 UTC
to append the external configuration (LP: #1909974)

Author: Alex Tu
Author Date: 2021-01-04 08:28:25 UTC

to append the external configuration (LP: #1909974)

Looks the external config not works on the environment of checkbox
remote.
```
[config]
config_filename =
```

So, we just append the external configuration on the tail of checkbox
launcher to get the same result.

interactive-wifi-ssid-setting 2020-06-22 07:27:08 UTC
interactive for wifi SSID env

Author: Alex Tu
Author Date: 2020-06-22 07:27:08 UTC

interactive for wifi SSID env

autopkgtest-init 2020-05-18 04:06:23 UTC
add autopkgtest

Author: Alex Tu
Author Date: 2020-05-14 10:06:37 UTC

add autopkgtest

tested operations:

$ cat auto.sh

export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export LANGUAGE=C:

install_pkgs ()
{
    for pkg in "$@"; do
        if ! dpkg-query -W -f='${Status}\n' "$pkg" | grep "install ok installed"; then
            apt-get install "$pkg" --yes
        fi
    done
}

install_pkgs gpg apt-transport-https software-properties-common

create_source_list ()
{
    echo "$*" | tr "|" "\n" | while read -r line; do
        NAME=$(echo "$line" | awk '{print $1}')
        URL=$(echo "$line" | awk '{print $2}')
        KEY=$(echo "$line" | awk '{print $3}')
        apt-key adv --keyserver keyserver.ubuntu.com --recv-key "$KEY"
        echo "deb $URL $(lsb_release -cs) main" > "/etc/apt/sources.list.d/$NAME-$(lsb_release -cs).list"
        echo "# deb-src $URL $(lsb_release -cs) main" >> "/etc/apt/sources.list.d/$NAME-$(lsb_release -cs).list"
    done
}

sudo add-apt-repository ppa:checkbox-dev/ppa
---------------------------------------------------------

$ sudo MIRROR=http://tw.archive.ubuntu.com/ubuntu/ \\n autopkgtest-build-lxc ubuntu focal amd64 auto.sh
$ sudo autopkgtest -- lxc autopkgtest-focal-amd64

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers