ACK: [PATCH] copy-acpica.sh: update to use the correct ACPICA git repo

Alex Hung alex.hung at canonical.com
Fri Apr 26 15:22:20 UTC 2013


On 04/26/2013 11:20 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Currently using an old repo, update to use the correct one.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   copy-acpica.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/copy-acpica.sh b/copy-acpica.sh
> index b578974..eee43ff 100755
> --- a/copy-acpica.sh
> +++ b/copy-acpica.sh
> @@ -10,7 +10,7 @@ if [ -e acpica ]; then
>   	mv acpica acpica.old
>   fi
>   echo "Cloning new ACPICA.."
> -git clone https://github.com/otcshare/acpica.git
> +git clone git://github.com/acpica/acpica
>
>   FWTS_ACPICA_PATH=${FWTS}/src/acpica/source
>   SAVE_FILES=acpica-upgrade-save
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list