summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-05-04 18:50:39 -0500
committerZach van Rijn <me@zv.io>2021-05-04 18:50:39 -0500
commit49db7bbc877a146de16d846e890b057ddd89855c (patch)
treefc6205aaf70307e7d314806025170940c0ebefcc
parentd9539b63bc21f347e927cc729832f4c4d4b5d70c (diff)
downloaddocs-49db7bbc877a146de16d846e890b057ddd89855c.tar.gz
docs-49db7bbc877a146de16d846e890b057ddd89855c.tar.bz2
docs-49db7bbc877a146de16d846e890b057ddd89855c.tar.xz
docs-49db7bbc877a146de16d846e890b057ddd89855c.zip
Swap 'code.foxkit.us' --> 'git.adelielinux.org'.
-rw-r--r--src/devel/4_hello.xml6
-rw-r--r--src/porting/2_bootstrapping.xml2
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 @@
<section>
<title>Checking Out a Package Repository</title>
<para>As noted in chapter 1, all packages live in a <firstterm>package repository</firstterm>. Typically, package repositories are stored in Git. You can make your own package repository, but for now, we will use a <firstterm>private fork</firstterm> of the Adélie Linux official package repositories.</para>
- <para><ulink url="https://code.foxkit.us/users/sign_in">Sign in</ulink> 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.</para>
- <para>Navigate to the <ulink url="https://code.foxkit.us/adelie/packages">Adélie Linux package repository</ulink> in the Git system. Choose the <guibutton>Fork</guibutton> button in the middle of the screen; if prompted, select your name as the repository destination.</para>
+ <para><ulink url="https://git.adelielinux.org/users/sign_in">Sign in</ulink> 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.</para>
+ <para>Navigate to the <ulink url="https://git.adelielinux.org/adelie/packages">Adélie Linux package repository</ulink> in the Git system. Choose the <guibutton>Fork</guibutton> button in the middle of the screen; if prompted, select your name as the repository destination.</para>
<para>The system will redirect you to your new fork. Use the <guilabel>"SSH"</guilabel> URL to clone the repository on your local computer by running the following command:</para>
- <para><prompt>$</prompt> <command>git <parameter>clone</parameter> <userinput>git@code.foxkit.us:yourname/packages.git</userinput></command></para>
+ <para><prompt>$</prompt> <command>git <parameter>clone</parameter> <userinput>git@git.adelielinux.org:yourname/packages.git</userinput></command></para>
<para>where <userinput>yourname</userinput> is your Git username.</para>
</section>
<section>
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 @@
<para>Please make sure that you are at your host computer's terminal before continuing.</para>
<section>
<title>Making <package>abuild</package> aware of your target</title>
- <para>Before you can build packages for your target, you will need to ensure <package>abuild</package> 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 <ulink url="https://code.foxkit.us/adelie/abuild">abuild Git repository</ulink>, or use the copy of the abuild Git tree found on the Adélie Linux Platform Group Resource Disc.</para>
+ <para>Before you can build packages for your target, you will need to ensure <package>abuild</package> 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 <ulink url="https://git.adelielinux.org/adelie/abuild">abuild Git repository</ulink>, or use the copy of the abuild Git tree found on the Adélie Linux Platform Group Resource Disc.</para>
<para>In the abuild Git tree, open the <filename>functions.sh.in</filename> file. Locate the <function>arch_to_hostspec</function> 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 <xref linkend="example_arch"/>).</para>
<example id="example_arch"><title>Example addition of PA-RISC to <function>arch_to_hostspec</function></title>
<programlisting>