From 49db7bbc877a146de16d846e890b057ddd89855c Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 4 May 2021 18:50:39 -0500 Subject: Swap 'code.foxkit.us' --> 'git.adelielinux.org'. --- src/devel/4_hello.xml | 6 +++--- src/porting/2_bootstrapping.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devel/4_hello.xml b/src/devel/4_hello.xml index 125ab45..44897a3 100644 --- a/src/devel/4_hello.xml +++ b/src/devel/4_hello.xml @@ -6,10 +6,10 @@
Checking Out a Package Repository As noted in chapter 1, all packages live in a package repository. Typically, package repositories are stored in Git. You can make your own package repository, but for now, we will use a private fork of the Adélie Linux official package repositories. - Sign in to the Adélie Linux Git system. If you have not yet created an account, you will need to sign up for one. The sign up form can be accessed from the sign in page. - Navigate to the Adélie Linux package repository in the Git system. Choose the Fork button in the middle of the screen; if prompted, select your name as the repository destination. + Sign in to the Adélie Linux Git system. If you have not yet created an account, you will need to sign up for one. The sign up form can be accessed from the sign in page. + Navigate to the Adélie Linux package repository in the Git system. Choose the Fork button in the middle of the screen; if prompted, select your name as the repository destination. The system will redirect you to your new fork. Use the "SSH" URL to clone the repository on your local computer by running the following command: - $ git clone git@code.foxkit.us:yourname/packages.git + $ git clone git@git.adelielinux.org:yourname/packages.git where yourname is your Git username.
diff --git a/src/porting/2_bootstrapping.xml b/src/porting/2_bootstrapping.xml index d46080b..fcb10f5 100644 --- a/src/porting/2_bootstrapping.xml +++ b/src/porting/2_bootstrapping.xml @@ -27,7 +27,7 @@ Please make sure that you are at your host computer's terminal before continuing.
Making <package>abuild</package> aware of your target - Before you can build packages for your target, you will need to ensure abuild is aware of the architecture. This is accomplished by modifying a few files in the abuild source code. You will need to check out a clone of the abuild Git repository, or use the copy of the abuild Git tree found on the Adélie Linux Platform Group Resource Disc. + Before you can build packages for your target, you will need to ensure abuild is aware of the architecture. This is accomplished by modifying a few files in the abuild source code. You will need to check out a clone of the abuild Git repository, or use the copy of the abuild Git tree found on the Adélie Linux Platform Group Resource Disc. In the abuild Git tree, open the functions.sh.in file. Locate the arch_to_hostspec function, and add the short name of your target's architecture as a case to the case statement; it should echo the full build triplet for your target (see ). Example addition of PA-RISC to <function>arch_to_hostspec</function> -- cgit v1.2.3-60-g2f50