Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
98ad5abd88 | |||
660a7025a7 |
30
.github/workflows/lint.yaml
vendored
30
.github/workflows/lint.yaml
vendored
@@ -1,30 +0,0 @@
|
|||||||
name: Artools shellcheck
|
|
||||||
run-name: ${{ gitea.actor }}
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- artools/0.33.x
|
|
||||||
- master
|
|
||||||
tags:
|
|
||||||
- 0.*
|
|
||||||
pull_request:
|
|
||||||
types: [opened, reopened]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lint:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: checkout repo
|
|
||||||
uses: actions/checkout@main
|
|
||||||
- name: build
|
|
||||||
run: make
|
|
||||||
- name: shellcheck
|
|
||||||
uses: ludeeus/action-shellcheck@master
|
|
||||||
env:
|
|
||||||
SHELLCHECK_OPTS: -x -e SC2034
|
|
||||||
with:
|
|
||||||
scandir: './build/bin'
|
|
||||||
format: tty
|
|
||||||
severity: error
|
|
||||||
additional_files: 'contrib/completion/bash/artools'
|
|
||||||
|
|
8
.gitignore
vendored
8
.gitignore
vendored
@@ -6,11 +6,3 @@ data/schemas/*.conf
|
|||||||
.project
|
.project
|
||||||
iso-profiles
|
iso-profiles
|
||||||
live-services
|
live-services
|
||||||
artixpkg_cmds
|
|
||||||
PKGBUILD
|
|
||||||
|
|
||||||
contrib/artixlinux
|
|
||||||
build/
|
|
||||||
tmp/
|
|
||||||
checks/
|
|
||||||
check.sh
|
|
||||||
|
674
LICENSE
674
LICENSE
@@ -1,674 +0,0 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
the GNU General Public License is intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users. We, the Free Software Foundation, use the
|
|
||||||
GNU General Public License for most of our software; it applies also to
|
|
||||||
any other work released this way by its authors. You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to prevent others from denying you
|
|
||||||
these rights or asking you to surrender the rights. Therefore, you have
|
|
||||||
certain responsibilities if you distribute copies of the software, or if
|
|
||||||
you modify it: responsibilities to respect the freedom of others.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must pass on to the recipients the same
|
|
||||||
freedoms that you received. You must make sure that they, too, receive
|
|
||||||
or can get the source code. And you must show them these terms so they
|
|
||||||
know their rights.
|
|
||||||
|
|
||||||
Developers that use the GNU GPL protect your rights with two steps:
|
|
||||||
(1) assert copyright on the software, and (2) offer you this License
|
|
||||||
giving you legal permission to copy, distribute and/or modify it.
|
|
||||||
|
|
||||||
For the developers' and authors' protection, the GPL clearly explains
|
|
||||||
that there is no warranty for this free software. For both users' and
|
|
||||||
authors' sake, the GPL requires that modified versions be marked as
|
|
||||||
changed, so that their problems will not be attributed erroneously to
|
|
||||||
authors of previous versions.
|
|
||||||
|
|
||||||
Some devices are designed to deny users access to install or run
|
|
||||||
modified versions of the software inside them, although the manufacturer
|
|
||||||
can do so. This is fundamentally incompatible with the aim of
|
|
||||||
protecting users' freedom to change the software. The systematic
|
|
||||||
pattern of such abuse occurs in the area of products for individuals to
|
|
||||||
use, which is precisely where it is most unacceptable. Therefore, we
|
|
||||||
have designed this version of the GPL to prohibit the practice for those
|
|
||||||
products. If such problems arise substantially in other domains, we
|
|
||||||
stand ready to extend this provision to those domains in future versions
|
|
||||||
of the GPL, as needed to protect the freedom of users.
|
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents.
|
|
||||||
States should not allow patents to restrict development and use of
|
|
||||||
software on general-purpose computers, but in those that do, we wish to
|
|
||||||
avoid the special danger that patents applied to a free program could
|
|
||||||
make it effectively proprietary. To prevent this, the GPL assures that
|
|
||||||
patents cannot be used to render the program non-free.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU Affero General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the special requirements of the GNU Affero General Public License,
|
|
||||||
section 13, concerning interaction through a network will apply to the
|
|
||||||
combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short
|
|
||||||
notice like this when it starts in an interactive mode:
|
|
||||||
|
|
||||||
<program> Copyright (C) <year> <name of author>
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, your program's commands
|
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
|
||||||
may consider it more useful to permit linking proprietary applications with
|
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License. But first, please read
|
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
308
Makefile
308
Makefile
@@ -1,156 +1,226 @@
|
|||||||
SHELL=/bin/bash
|
VERSION=0.19
|
||||||
|
|
||||||
V=0.33
|
CHROOT_VERSION=0.10
|
||||||
BUILDTOOLVER ?= $(V)
|
|
||||||
|
|
||||||
CHROOTVER=0.12
|
|
||||||
|
|
||||||
TOOLS = artools
|
TOOLS = artools
|
||||||
|
PREFIX ?= /usr
|
||||||
SYSCONFDIR = /etc
|
SYSCONFDIR = /etc
|
||||||
PREFIX = /usr/local
|
BINDIR = $(PREFIX)/bin
|
||||||
LIBDIR = $(PREFIX)/share/$(TOOLS)/lib
|
LIBDIR = $(PREFIX)/lib
|
||||||
DATADIR = $(PREFIX)/share/$(TOOLS)
|
DATADIR = $(PREFIX)/share
|
||||||
BUILDDIR = build
|
CPIODIR = $(SYSCONFDIR)/initcpio
|
||||||
|
|
||||||
rwildcard=$(foreach d,$(wildcard $(1:=/*)),$(call rwildcard,$d,$2) $(filter $(subst *,%,$2),$d))
|
BASE_CONF = \
|
||||||
|
data/conf/artools-base.conf
|
||||||
|
|
||||||
BINPROGS_SRC_BASE = $(wildcard src/base/*.in)
|
BASE_BIN = \
|
||||||
BINPROGS_BASE = $(addprefix $(BUILDDIR)/,$(patsubst src/base/%,bin/%,$(patsubst %.in,%,$(BINPROGS_SRC_BASE))))
|
bin/base/chroot-run \
|
||||||
BINPROGS_SRC_PKG = $(wildcard src/pkg/*.in)
|
bin/base/mkchroot \
|
||||||
BINPROGS_PKG = $(addprefix $(BUILDDIR)/,$(patsubst src/pkg/%,bin/%,$(patsubst %.in,%,$(BINPROGS_SRC_PKG))))
|
bin/base/basestrap \
|
||||||
BINPROGS_SRC_ISO = $(wildcard src/iso/*.in)
|
bin/base/artools-chroot \
|
||||||
BINPROGS_ISO = $(addprefix $(BUILDDIR)/,$(patsubst src/iso/%,bin/%,$(patsubst %.in,%,$(BINPROGS_SRC_ISO))))
|
bin/base/fstabgen
|
||||||
|
|
||||||
LIBRARY_SRC_BASE = $(call rwildcard,src/lib/base,*.sh)
|
BASE_LIBS = \
|
||||||
LIBRARY_BASE = $(addprefix $(BUILDDIR)/,$(patsubst src/%,%,$(patsubst %.in,%,$(LIBRARY_SRC_BASE))))
|
$(wildcard lib/base/*.sh)
|
||||||
LIBRARY_SRC_PKG = $(call rwildcard,src/lib/pkg,*.sh)
|
|
||||||
LIBRARY_PKG = $(addprefix $(BUILDDIR)/,$(patsubst src/%,%,$(patsubst %.in,%,$(LIBRARY_SRC_PKG))))
|
|
||||||
LIBRARY_SRC_ISO = $(call rwildcard,src/lib/iso,*.sh)
|
|
||||||
LIBRARY_ISO = $(addprefix $(BUILDDIR)/,$(patsubst src/%,%,$(patsubst %.in,%,$(LIBRARY_SRC_ISO))))
|
|
||||||
|
|
||||||
MAKEPKG_CONFIGS=$(wildcard config/makepkg/*)
|
BASE_UTIL = lib/util-base.sh
|
||||||
PACMAN_CONFIGS=$(wildcard config/pacman/*)
|
|
||||||
SETARCH_ALIASES = $(wildcard config/setarch-aliases.d/*)
|
|
||||||
|
|
||||||
TOOLS_CONFIGS_PKG=$(wildcard config/conf/*pkg*)
|
BASE_DATA = \
|
||||||
TOOLS_CONFIGS_ISO=$(wildcard config/conf/*iso*)
|
$(wildcard data/pacman/pacman*.conf)
|
||||||
|
|
||||||
COMPLETIONS = $(addprefix $(BUILDDIR)/,$(patsubst %.in,%,$(wildcard contrib/completion/*/*)))
|
PKG_CONF = \
|
||||||
|
data/conf/artools-pkg.conf
|
||||||
|
|
||||||
all: binprogs_base binprogs_pkg binprogs_iso library_base library_pkg library_iso conf_base conf_pkg conf_iso completion
|
PKG_BIN = \
|
||||||
binprogs_base: $(BINPROGS_BASE)
|
bin/pkg/buildpkg \
|
||||||
binprogs_pkg: $(BINPROGS_PKG)
|
bin/pkg/deploypkg \
|
||||||
binprogs_iso: $(BINPROGS_ISO)
|
bin/pkg/commitpkg \
|
||||||
library_base: $(LIBRARY_BASE)
|
bin/pkg/comparepkg \
|
||||||
library_pkg: $(LIBRARY_PKG)
|
bin/pkg/mkchrootpkg \
|
||||||
library_iso: $(LIBRARY_ISO)
|
bin/pkg/pkg2yaml \
|
||||||
completion: $(COMPLETIONS)
|
bin/pkg/buildtree \
|
||||||
|
bin/pkg/lddd \
|
||||||
|
bin/pkg/links-add \
|
||||||
|
bin/pkg/checkpkg \
|
||||||
|
bin/pkg/finddeps \
|
||||||
|
bin/pkg/find-libdeps \
|
||||||
|
bin/pkg/batchpkg \
|
||||||
|
bin/pkg/signpkg
|
||||||
|
|
||||||
edit = sed -e "s|@datadir[@]|$(DATADIR)|g" \
|
LN_COMMITPKG = \
|
||||||
-e "s|@libdir[@]|$(LIBDIR)|g" \
|
extrapkg \
|
||||||
-e "s|@sysconfdir[@]|$(SYSCONFDIR)|g" \
|
corepkg \
|
||||||
-e "s|@buildtool[@]|$(TOOLS)|g" \
|
testingpkg \
|
||||||
-e "s|@buildtoolver[@]|$(BUILDTOOLVER)|g" \
|
stagingpkg \
|
||||||
-e "s|@chrootver[@]|$(CHROOTVER)|g"
|
communitypkg \
|
||||||
|
community-testingpkg \
|
||||||
|
community-stagingpkg \
|
||||||
|
multilibpkg \
|
||||||
|
multilib-testingpkg \
|
||||||
|
multilib-stagingpkg \
|
||||||
|
kde-unstablepkg \
|
||||||
|
gnome-unstablepkg
|
||||||
|
|
||||||
GEN_MSG = @echo "GEN $(patsubst $(BUILDDIR)/%,%,$@)"
|
LN_BUILDPKG = \
|
||||||
|
buildpkg-system \
|
||||||
|
buildpkg-world \
|
||||||
|
buildpkg-gremlins \
|
||||||
|
buildpkg-goblins \
|
||||||
|
buildpkg-galaxy \
|
||||||
|
buildpkg-galaxy-gremlins \
|
||||||
|
buildpkg-galaxy-goblins \
|
||||||
|
buildpkg-lib32 \
|
||||||
|
buildpkg-lib32-gremlins \
|
||||||
|
buildpkg-lib32-goblins \
|
||||||
|
buildpkg-kde-wobble \
|
||||||
|
buildpkg-gnome-wobble
|
||||||
|
|
||||||
|
LN_DEPLOYPKG = \
|
||||||
|
deploypkg-system \
|
||||||
|
deploypkg-world \
|
||||||
|
deploypkg-gremlins \
|
||||||
|
deploypkg-goblins \
|
||||||
|
deploypkg-galaxy \
|
||||||
|
deploypkg-galaxy-gremlins \
|
||||||
|
deploypkg-galaxy-goblins \
|
||||||
|
deploypkg-lib32 \
|
||||||
|
deploypkg-lib32-gremlins \
|
||||||
|
deploypkg-lib32-goblins \
|
||||||
|
deploypkg-kde-wobble \
|
||||||
|
deploypkg-gnome-wobble
|
||||||
|
|
||||||
|
PKG_LIBS = \
|
||||||
|
$(wildcard lib/pkg/*.sh)
|
||||||
|
|
||||||
|
PKG_UTIL = lib/util-pkg.sh
|
||||||
|
|
||||||
|
PKG_DATA = \
|
||||||
|
data/pacman/makepkg.conf
|
||||||
|
|
||||||
|
PATCHES = \
|
||||||
|
$(wildcard data/patches/*.patch)
|
||||||
|
|
||||||
|
ISO_CONF = \
|
||||||
|
data/conf/artools-iso.conf
|
||||||
|
|
||||||
|
ISO_BIN = \
|
||||||
|
bin/iso/buildiso \
|
||||||
|
bin/iso/deployiso
|
||||||
|
|
||||||
|
LN_BUILDISO = \
|
||||||
|
buildiso-gremlins \
|
||||||
|
buildiso-goblins
|
||||||
|
|
||||||
|
ISO_LIBS = \
|
||||||
|
$(wildcard lib/iso/*.sh)
|
||||||
|
|
||||||
|
ISO_UTIL = lib/util-iso.sh
|
||||||
|
|
||||||
|
DOCKER_DATA = \
|
||||||
|
data/docker/pacman-docker.conf
|
||||||
|
|
||||||
|
DOCKER_ALPM = \
|
||||||
|
data/docker/package-cleanup.hook
|
||||||
|
|
||||||
|
DIRMODE = -dm0755
|
||||||
|
FILEMODE = -m0644
|
||||||
|
MODE = -m0755
|
||||||
|
LN = ln -sf
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
M4 = m4 -P
|
||||||
|
CHMODAW = chmod a-w
|
||||||
|
CHMODX = chmod +x
|
||||||
|
|
||||||
define buildInScript
|
BIN = $(BASE_BIN) $(PKG_BIN) $(ISO_BIN)
|
||||||
$(1)/%: $(2)%$(3)
|
UTIL = $(BASE_UTIL) $(PKG_UTIL) $(ISO_UTIL)
|
||||||
$$(GEN_MSG)
|
|
||||||
@mkdir -p $$(dir $$@)
|
|
||||||
@$(RM) "$$@"
|
|
||||||
@cat $$< | $(edit) >$$@
|
|
||||||
@chmod $(4) "$$@"
|
|
||||||
@bash -O extglob -n "$$@"
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call buildInScript,build/bin,src/base/,.in,755))
|
all: $(BIN) $(UTIL)
|
||||||
$(eval $(call buildInScript,build/bin,src/pkg/,.in,755))
|
|
||||||
$(eval $(call buildInScript,build/bin,src/iso/,.in,755))
|
|
||||||
$(eval $(call buildInScript,build/lib,src/lib/,,644))
|
|
||||||
|
|
||||||
$(foreach completion,$(wildcard contrib/completion/*),$(eval $(call buildInScript,build/$(completion),$(completion)/,.in,444)))
|
EDIT_UTIL = sed -e "s|@datadir[@]|$(DATADIR)|g" \
|
||||||
|
-e "s|@sysconfdir[@]|$(SYSCONFDIR)|g" \
|
||||||
|
-e "s|@libdir[@]|$(LIBDIR)|g" \
|
||||||
|
-e "s|@chroot_version@|$(CHROOT_VERSION)|"
|
||||||
|
|
||||||
conf_base:
|
EDIT_BIN = sed -e "s|@libdir[@]|$(LIBDIR)|g"
|
||||||
@install -d $(BUILDDIR)/pacman.conf.d $(BUILDDIR)/artools
|
|
||||||
@cp -a $(PACMAN_CONFIGS) $(BUILDDIR)/pacman.conf.d
|
|
||||||
|
|
||||||
conf_pkg:
|
$(UTIL): %: %.in Makefile
|
||||||
@install -d $(BUILDDIR)/makepkg.conf.d $(BUILDDIR)/artools
|
@echo "GEN $@"
|
||||||
@cp -ra $(MAKEPKG_CONFIGS) $(BUILDDIR)/makepkg.conf.d
|
@$(RM) "$@"
|
||||||
@cp -a $(TOOLS_CONFIGS_PKG) $(BUILDDIR)/artools
|
@$(M4) $@.in | $(EDIT_UTIL) >$@
|
||||||
|
@$(CHMODAW) "$@"
|
||||||
|
|
||||||
conf_iso:
|
$(BIN): %: %.in Makefile
|
||||||
@install -d $(BUILDDIR)/artools
|
@echo "GEN $@"
|
||||||
@cp -a $(TOOLS_CONFIGS_ISO) $(BUILDDIR)/artools
|
@$(RM) "$@"
|
||||||
|
@$(M4) $@.in | $(EDIT_BIN) >$@
|
||||||
|
@$(CHMODAW) "$@"
|
||||||
|
@$(CHMODX) "$@"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILDDIR)
|
$(RM) $(BIN) $(UTIL)
|
||||||
|
|
||||||
install_base: binprogs_base
|
install_docker:
|
||||||
install -dm0755 $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
install $(DIRMODE) $(DESTDIR)$(DATADIR)/$(TOOLS)
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/bin
|
install $(FILEMODE) $(DOCKER_DATA) $(DESTDIR)$(DATADIR)/$(TOOLS)
|
||||||
install -dm0755 $(DESTDIR)$(DATADIR)/pacman.conf.d
|
|
||||||
install -m0755 $(BINPROGS_BASE) $(DESTDIR)$(PREFIX)/bin
|
|
||||||
install -dm0755 $(DESTDIR)$(LIBDIR)
|
|
||||||
cp -ra $(BUILDDIR)/lib/base $(DESTDIR)$(LIBDIR)
|
|
||||||
|
|
||||||
for conf in $(notdir $(PACMAN_CONFIGS)); do install -Dm0644 $(BUILDDIR)/pacman.conf.d/$$conf $(DESTDIR)$(DATADIR)/pacman.conf.d/$${conf##*/}; done
|
install $(DIRMODE) $(DESTDIR)$(DATADIR)/libalpm/hooks
|
||||||
|
install $(FILEMODE) $(DOCKER_ALPM) $(DESTDIR)$(DATADIR)/libalpm/hooks
|
||||||
|
|
||||||
install_pkg: binprogs_pkg
|
install_base:
|
||||||
install -dm0755 $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
install $(DIRMODE) $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/bin
|
install $(FILEMODE) $(BASE_CONF) $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
||||||
install -dm0755 $(DESTDIR)$(DATADIR)/setarch-aliases.d
|
|
||||||
install -dm0755 $(DESTDIR)$(DATADIR)/makepkg.conf.d
|
|
||||||
install -m0755 $(BINPROGS_PKG) $(DESTDIR)$(PREFIX)/bin
|
|
||||||
install -dm0755 $(DESTDIR)$(LIBDIR)
|
|
||||||
cp -ra $(BUILDDIR)/lib/pkg $(DESTDIR)$(LIBDIR)
|
|
||||||
|
|
||||||
for conf in $(notdir $(TOOLS_CONFIGS_PKG)); do install -Dm0644 $(BUILDDIR)/$(TOOLS)/$$conf $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)/$${conf##*/}; done
|
install $(DIRMODE) $(DESTDIR)$(BINDIR)
|
||||||
|
install $(MODE) $(BASE_BIN) $(DESTDIR)$(BINDIR)
|
||||||
|
|
||||||
cp -ra $(BUILDDIR)/makepkg.conf.d -t $(DESTDIR)$(DATADIR)
|
install $(DIRMODE) $(DESTDIR)$(LIBDIR)/$(TOOLS)/base
|
||||||
|
install $(FILEMODE) $(BASE_UTIL) $(DESTDIR)$(LIBDIR)/$(TOOLS)
|
||||||
|
install $(FILEMODE) $(BASE_LIBS) $(DESTDIR)$(LIBDIR)/$(TOOLS)/base
|
||||||
|
|
||||||
for a in $(SETARCH_ALIASES); do install -m0644 $$a -t $(DESTDIR)$(DATADIR)/setarch-aliases.d; done
|
install $(DIRMODE) $(DESTDIR)$(DATADIR)/$(TOOLS)
|
||||||
ln -sf find-libdeps $(DESTDIR)$(PREFIX)/bin/find-libprovides
|
install $(FILEMODE) $(BASE_DATA) $(DESTDIR)$(DATADIR)/$(TOOLS)
|
||||||
|
|
||||||
install -Dm0644 $(BUILDDIR)/contrib/completion/bash/artixpkg $(DESTDIR)$(PREFIX)/share/bash-completion/completions/artixpkg
|
install_pkg:
|
||||||
install -Dm0644 $(BUILDDIR)/contrib/completion/zsh/_artixpkg $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_artixpkg
|
install $(DIRMODE) $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
||||||
|
install $(FILEMODE) $(PKG_CONF) $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
||||||
|
|
||||||
install_iso: binprogs_iso
|
install $(DIRMODE) $(DESTDIR)$(BINDIR)
|
||||||
install -dm0755 $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
install $(MODE) $(PKG_BIN) $(DESTDIR)$(BINDIR)
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/bin
|
|
||||||
install -m0755 $(BINPROGS_ISO) $(DESTDIR)$(PREFIX)/bin
|
|
||||||
install -dm0755 $(DESTDIR)$(LIBDIR)
|
|
||||||
cp -ra $(BUILDDIR)/lib/iso $(DESTDIR)$(LIBDIR)
|
|
||||||
|
|
||||||
for conf in $(notdir $(TOOLS_CONFIGS_ISO)); do install -Dm0644 $(BUILDDIR)/$(TOOLS)/$$conf $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)/$${conf##*/}; done
|
$(LN) find-libdeps $(DESTDIR)$(BINDIR)/find-libprovides
|
||||||
|
|
||||||
install: all install_base install_pkg install_iso
|
$(LN) links-add $(DESTDIR)$(BINDIR)/links-remove
|
||||||
|
|
||||||
uninstall:
|
for l in $(LN_COMMITPKG); do $(LN) commitpkg $(DESTDIR)$(BINDIR)/$$l; done
|
||||||
for f in $(notdir $(BINPROGS)); do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done
|
for l in $(LN_BUILDPKG); do $(LN) buildpkg $(DESTDIR)$(BINDIR)/$$l; done
|
||||||
for f in $(notdir $(LIBRARY)); do rm -f $(DESTDIR)$(DATADIR)/lib/$$f; done
|
for l in $(LN_DEPLOYPKG); do $(LN) deploypkg $(DESTDIR)$(BINDIR)/$$l; done
|
||||||
rm -rf $(DESTDIR)$(DATADIR)/lib
|
|
||||||
for conf in $(notdir $(TOOLS_CONFIGS)); do rm -f $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)/$${conf##*/}; done
|
|
||||||
rm -rf $(DESTDIR)$(DATADIR)/makepkg.conf.d
|
|
||||||
for conf in $(notdir $(PACMAN_CONFIGS)); do rm -f $(DESTDIR)$(DATADIR)/pacman.conf.d/$${conf##*/}; done
|
|
||||||
for f in $(notdir $(SETARCH_ALIASES)); do rm -f $(DESTDIR)$(DATADIR)/setarch-aliases.d/$$f; done
|
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/find-libprovides
|
|
||||||
rmdir --ignore-fail-on-non-empty \
|
|
||||||
$(DESTDIR)$(DATADIR)/setarch-aliases.d \
|
|
||||||
$(DESTDIR)$(DATADIR)/pacman.conf.d \
|
|
||||||
$(DESTDIR)$(DATADIR) \
|
|
||||||
$(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
|
||||||
|
|
||||||
dist:
|
install $(DIRMODE) $(DESTDIR)$(LIBDIR)/$(TOOLS)/pkg
|
||||||
git archive --format=tar --prefix=$(TOOLS)-$(V)/ v$(V) | gzip > $(TOOLS)-$(V).tar.gz
|
install $(FILEMODE) $(PKG_UTIL) $(DESTDIR)$(LIBDIR)/$(TOOLS)
|
||||||
gpg --detach-sign --use-agent $(TOOLS)-$(V).tar.gz
|
install $(FILEMODE) $(PKG_LIBS) $(DESTDIR)$(LIBDIR)/$(TOOLS)/pkg
|
||||||
|
|
||||||
check: $(BINPROGS_SRC_BASE) $(BINPROGS_SRC_PKG) $(BINPROGS_SRC_ISO) config/makepkg/x86_64.conf contrib/makepkg/PKGBUILD.proto
|
install $(DIRMODE) $(DESTDIR)$(DATADIR)/$(TOOLS)
|
||||||
shellcheck -x $^
|
install $(FILEMODE) $(PKG_DATA) $(DESTDIR)$(DATADIR)/$(TOOLS)
|
||||||
|
|
||||||
.PHONY: all binprogs_base binprogs_pkg binprogs_iso library_base library_pkg library_iso conf_base conf_pkg conf_iso clean install install_base install_pkg install_iso uninstall dist check contrib
|
install $(DIRMODE) $(DESTDIR)$(DATADIR)/$(TOOLS)/patches
|
||||||
.DELETE_ON_ERROR:
|
install $(FILEMODE) $(PATCHES) $(DESTDIR)$(DATADIR)/$(TOOLS)/patches
|
||||||
|
|
||||||
|
install_cpio:
|
||||||
|
+make CPIODIR=$(CPIODIR) DESTDIR=$(DESTDIR) -C initcpio install
|
||||||
|
|
||||||
|
install_iso: install_cpio
|
||||||
|
install $(DIRMODE) $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
||||||
|
install $(FILEMODE) $(ISO_CONF) $(DESTDIR)$(SYSCONFDIR)/$(TOOLS)
|
||||||
|
|
||||||
|
install $(DIRMODE) $(DESTDIR)$(BINDIR)
|
||||||
|
install $(MODE) $(ISO_BIN) $(DESTDIR)$(BINDIR)
|
||||||
|
|
||||||
|
for l in $(LN_BUILDISO); do $(LN) buildiso $(DESTDIR)$(BINDIR)/$$l; done
|
||||||
|
|
||||||
|
install $(DIRMODE) $(DESTDIR)$(LIBDIR)/$(TOOLS)/iso
|
||||||
|
install $(FILEMODE) $(ISO_UTIL) $(DESTDIR)$(LIBDIR)/$(TOOLS)
|
||||||
|
install $(FILEMODE) $(ISO_LIBS) $(DESTDIR)$(LIBDIR)/$(TOOLS)/iso
|
||||||
|
|
||||||
|
install: install_base install_pkg install_iso
|
||||||
|
|
||||||
|
.PHONY: all clean install install_base install_pkg install_iso
|
||||||
|
63
README.md
63
README.md
@@ -12,55 +12,44 @@ artools
|
|||||||
##### Buildtime:
|
##### Buildtime:
|
||||||
|
|
||||||
* make
|
* make
|
||||||
* shellcheck
|
* git
|
||||||
|
* m4
|
||||||
|
|
||||||
##### Runtime:
|
##### Runtime:
|
||||||
|
|
||||||
- base:
|
- base:
|
||||||
* awk
|
* openssh
|
||||||
* bash
|
* rsync
|
||||||
* coreutils
|
* haveged
|
||||||
* grep
|
* os-prober
|
||||||
|
* gnupg
|
||||||
* pacman
|
* pacman
|
||||||
* util-linux
|
|
||||||
* sed
|
|
||||||
|
|
||||||
- pkg:
|
- pkg:
|
||||||
* artools-base
|
* namcap
|
||||||
* binutils
|
* git-subrepo
|
||||||
* diffutils
|
* jq
|
||||||
* findutils
|
|
||||||
* go-yq
|
|
||||||
* openssh
|
|
||||||
* parallel
|
|
||||||
* rsync
|
|
||||||
|
|
||||||
- iso:
|
- iso:
|
||||||
* artools-base
|
|
||||||
* dosfstools
|
* dosfstools
|
||||||
* e2fsprogs
|
|
||||||
* findutils
|
|
||||||
* grub
|
|
||||||
* libarchive
|
|
||||||
* libisoburn
|
* libisoburn
|
||||||
* mtools
|
|
||||||
* squashfs-tools
|
* squashfs-tools
|
||||||
* go-yq
|
* mkinitcpio
|
||||||
|
* grub
|
||||||
|
|
||||||
#### Configuration
|
#### Configuration
|
||||||
|
|
||||||
artools-{pkg,iso}.conf are the configuration files for artools.
|
artools-{base,pkg,iso}.conf are the configuration files for artools.
|
||||||
By default, the config files are installed in
|
By default, the config files are installed in
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/etc/artools/artools-{pkg,iso}.conf
|
/etc/artools/artools-{base,pkg,iso}.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
A user artools-{pkg,iso}.conf can be placed in
|
A user artools-{base,pkg,iso}.conf can be placed in
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$HOME/.config/artools/artools-{pkg,iso}.conf
|
$HOME/.config/artools/artools-{base,pkg,iso}.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
If the userconfig is present, artools will load the userconfig values, however, if variables have been set in the systemwide
|
If the userconfig is present, artools will load the userconfig values, however, if variables have been set in the systemwide
|
||||||
@@ -69,31 +58,17 @@ These values take precedence over the userconfig.
|
|||||||
Best practise is to leave systemwide file untouched.
|
Best practise is to leave systemwide file untouched.
|
||||||
By default it is commented and shows just initialization values done in code.
|
By default it is commented and shows just initialization values done in code.
|
||||||
|
|
||||||
Tools configuration is done in artools-{pkg,iso}.conf or by args.
|
Tools configuration is done in artools-{base,pkg,iso}.conf or by args.
|
||||||
Specifying args will override artools-{pkg,iso}.conf settings.
|
Specifying args will override artools-{base,pkg,iso}.conf settings.
|
||||||
|
|
||||||
Both, pacman.conf and makepkg.conf for chroots are loaded from
|
Both, pacman.conf and makepkg.conf for chroots are loaded from
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
usr/share/artools/makepkg.conf.d/${arch}.conf
|
usr/share/artools/{makepkg,pacman-*}.conf
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
usr/share/artools/pacmanconf.d/${repo}-${arch}.conf
|
|
||||||
```
|
```
|
||||||
|
|
||||||
and can be overridden dropping them in
|
and can be overridden dropping them in
|
||||||
|
|
||||||
```bash
|
|
||||||
$HOME/.config/artools/makepkg.conf.d/
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$HOME/.config/artools/pacman.conf.d/
|
|
||||||
```
|
|
||||||
|
|
||||||
artools-*.conf:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$HOME/.config/artools/
|
$HOME/.config/artools/
|
||||||
```
|
```
|
||||||
|
96
bin/base/artools-chroot.in
Normal file
96
bin/base/artools-chroot.in
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
select_os(){
|
||||||
|
local os_list=( $(detect) ) count=${#os_list[@]}
|
||||||
|
if [[ ${count} > 1 ]];then
|
||||||
|
msg "Detected systems:"
|
||||||
|
local i=0
|
||||||
|
for os in ${os_list[@]};do
|
||||||
|
local last=${os##*:}
|
||||||
|
case $last in
|
||||||
|
'efi') count=$((count-1)) ;;
|
||||||
|
*) info "$i) $(get_os_name $os)"; i=$((i+1)) ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
i=0
|
||||||
|
msg "Select system to mount [0-%s] : " "$((count-1))"
|
||||||
|
read select
|
||||||
|
else
|
||||||
|
select=0
|
||||||
|
fi
|
||||||
|
local os_str=${os_list[$select]} type
|
||||||
|
type=$os_str
|
||||||
|
root=${os_str%%:*}
|
||||||
|
type=${type##*:}
|
||||||
|
if [[ "${type##*:}" == 'linux' ]];then
|
||||||
|
msg "Mounting (%s) [%s]" "$(get_os_name $os_str)" "$root"
|
||||||
|
mount_os "$1" "$root"
|
||||||
|
else
|
||||||
|
die "You can't mount %s!" "$select"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
automount=false
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "usage: ${0##*/} -a [or] ${0##*/} chroot-dir [command]"
|
||||||
|
echo ' -a Automount detected linux system'
|
||||||
|
echo ' -h Print this help message'
|
||||||
|
echo ''
|
||||||
|
echo " If 'command' is unspecified, ${0##*/} will launch /bin/sh."
|
||||||
|
echo ''
|
||||||
|
echo " If 'automount' is true, ${0##*/} will launch /bin/bash"
|
||||||
|
echo " and ${chrootdir}."
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts=':ha'
|
||||||
|
|
||||||
|
while getopts ${opts} arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
a) automount=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument ${arg}"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
shift $(( OPTIND - 1 ))
|
||||||
|
|
||||||
|
check_root
|
||||||
|
|
||||||
|
if ${automount};then
|
||||||
|
chrootdir=/mnt
|
||||||
|
run_args=/bin/bash
|
||||||
|
|
||||||
|
select_os "${chrootdir}"
|
||||||
|
else
|
||||||
|
chrootdir=$1
|
||||||
|
shift
|
||||||
|
run_args="$@"
|
||||||
|
|
||||||
|
[[ -d ${chrootdir} ]] || die "Can't create chroot on non-directory %s" "${chrootdir}"
|
||||||
|
|
||||||
|
chroot_api_mount "${chrootdir}" || die "failed to setup API filesystems in chroot %s" "${chrootdir}"
|
||||||
|
chroot_add_resolv_conf "${chrootdir}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
SHELL=/bin/sh unshare --fork --pid chroot "${chrootdir}" ${run_args[*]}
|
122
bin/base/basestrap.in
Normal file
122
bin/base/basestrap.in
Normal file
@@ -0,0 +1,122 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
#
|
||||||
|
# Assumptions:
|
||||||
|
# 1) User has partitioned, formatted, and mounted partitions on /mnt
|
||||||
|
# 2) Network is functional
|
||||||
|
# 3) Arguments passed to the script are valid pacman targets
|
||||||
|
# 4) A valid mirror appears in /etc/pacman.d/mirrorlist
|
||||||
|
#
|
||||||
|
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
copy_mirrorlist(){
|
||||||
|
cp -a /etc/pacman.d/mirrorlist "$1/etc/pacman.d/"
|
||||||
|
}
|
||||||
|
|
||||||
|
copy_keyring(){
|
||||||
|
if [[ -d /etc/pacman.d/gnupg ]] && [[ ! -d $1/etc/pacman.d/gnupg ]]; then
|
||||||
|
cp -a /etc/pacman.d/gnupg "$1/etc/pacman.d/"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
create_min_fs(){
|
||||||
|
msg "Creating install root at %s" "$1"
|
||||||
|
mkdir -m 0755 -p $1/var/{cache/pacman/pkg,lib/pacman,log} $1/{dev,run,etc/pacman.d}
|
||||||
|
mkdir -m 1777 -p $1/tmp
|
||||||
|
mkdir -m 0555 -p $1/{sys,proc}
|
||||||
|
}
|
||||||
|
|
||||||
|
newroot=/mnt
|
||||||
|
|
||||||
|
hostcache=0
|
||||||
|
copykeyring=1
|
||||||
|
copymirrorlist=1
|
||||||
|
pacmode=-Sy
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "usage: ${0##*/} [options] root [packages...]"
|
||||||
|
echo " -C <config> Use an alternate config file for pacman"
|
||||||
|
echo " -c Use the package cache on the host, rather than the target"
|
||||||
|
echo " -G Avoid copying the host's pacman keyring to the target"
|
||||||
|
echo " -i Avoid auto-confirmation of package selections"
|
||||||
|
echo " -M Avoid copying the host's mirrorlist to the target"
|
||||||
|
echo ' -U Use pacman -U to install packages'
|
||||||
|
echo " -h Print this help message"
|
||||||
|
echo ''
|
||||||
|
echo ' basestrap installs packages to the specified new root directory.'
|
||||||
|
echo ' If no packages are given, basestrap defaults to the "base" group.'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts=':C:cGiMU'
|
||||||
|
|
||||||
|
while getopts ${opts} arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
C) pacman_conf=$OPTARG ;;
|
||||||
|
c) hostcache=1 ;;
|
||||||
|
i) interactive=1 ;;
|
||||||
|
G) copykeyring=0 ;;
|
||||||
|
M) copymirrorlist=0 ;;
|
||||||
|
U) pacmode=-U ;;
|
||||||
|
:) echo "invalid argument ${arg}:$OPTARG"; usage 1;;
|
||||||
|
?) usage 0 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
shift $(( OPTIND - 1 ))
|
||||||
|
|
||||||
|
check_root
|
||||||
|
|
||||||
|
(( $# )) || die "No root directory specified"
|
||||||
|
newroot=$1; shift
|
||||||
|
pacman_args=("${@:-base}")
|
||||||
|
|
||||||
|
if (( ! hostcache ));then
|
||||||
|
pacman_args+=(--cachedir="$newroot/var/cache/pacman/pkg")
|
||||||
|
fi
|
||||||
|
|
||||||
|
if (( ! interactive )); then
|
||||||
|
pacman_args+=(--noconfirm)
|
||||||
|
fi
|
||||||
|
|
||||||
|
[[ -n $pacman_conf ]] && pacman_args+=(--config="$pacman_conf")
|
||||||
|
|
||||||
|
[[ -d $newroot ]] || die "%s is not a directory" "$newroot"
|
||||||
|
|
||||||
|
# create obligatory directories
|
||||||
|
create_min_fs "$newroot"
|
||||||
|
|
||||||
|
# mount API filesystems
|
||||||
|
chroot_api_mount "$newroot" || die "failed to setup API filesystems in new root"
|
||||||
|
|
||||||
|
if (( copykeyring ));then
|
||||||
|
copy_keyring "$newroot"
|
||||||
|
fi
|
||||||
|
|
||||||
|
msg2 'Installing packages to %s' "$newroot"
|
||||||
|
if ! unshare --fork --pid pacman -r "$newroot" $pacmode "${pacman_args[@]}"; then
|
||||||
|
die 'Failed to install packages to new root'
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if (( copymirrorlist ));then
|
||||||
|
copy_mirrorlist "$newroot"
|
||||||
|
fi
|
168
bin/base/chroot-run.in
Normal file
168
bin/base/chroot-run.in
Normal file
@@ -0,0 +1,168 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
chroot_version=0.9
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
# umask might have been changed in /etc/profile
|
||||||
|
# ensure that sane default is set again
|
||||||
|
umask 0022
|
||||||
|
|
||||||
|
working_dir=''
|
||||||
|
files=()
|
||||||
|
|
||||||
|
mount_args=()
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options] working-dir [run arguments]"
|
||||||
|
echo "A wrapper around chroot. Provides support for pacman."
|
||||||
|
echo
|
||||||
|
echo ' options:'
|
||||||
|
echo ' -C <file> Location of a pacman config file'
|
||||||
|
echo ' -M <file> Location of a makepkg config file'
|
||||||
|
echo ' -c <dir> Set pacman cache'
|
||||||
|
echo ' -f <file> Copy file from the host to the chroot'
|
||||||
|
echo ' -s Do not run setarch'
|
||||||
|
echo ' -b <list> Bind mountargs'
|
||||||
|
echo ' List format [mntarg1:src1:dest1 ... mntargN:srcN:destN]'
|
||||||
|
echo ' -h This message'
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='hC:M:c:b:f:s'
|
||||||
|
|
||||||
|
while getopts ${opts} arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
C) pacman_conf="$OPTARG" ;;
|
||||||
|
M) makepkg_conf="$OPTARG" ;;
|
||||||
|
c) cache_dirs+=("$OPTARG") ;;
|
||||||
|
f) files+=("$OPTARG") ;;
|
||||||
|
s) nosetarch=1 ;;
|
||||||
|
b) bindmounts=("$OPTARG"); mount_args+=(${bindmounts[@]}) ;;
|
||||||
|
h|?) usage ;;
|
||||||
|
*) error "invalid argument '$arg'"; usage ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
(( $# < 1 )) && die 'You must specify a directory.'
|
||||||
|
|
||||||
|
check_root
|
||||||
|
|
||||||
|
working_dir=$(readlink -f "$1")
|
||||||
|
shift 1
|
||||||
|
|
||||||
|
[[ -z $working_dir ]] && die 'Please specify a working directory.'
|
||||||
|
|
||||||
|
pacconf_cmd=$(command -v pacman-conf || command -v pacconf)
|
||||||
|
|
||||||
|
if (( ${#cache_dirs[@]} == 0 )); then
|
||||||
|
mapfile -t cache_dirs < <($pacconf_cmd --config "${pac_conf:-$working_dir/etc/pacman.conf}" CacheDir)
|
||||||
|
fi
|
||||||
|
|
||||||
|
host_mirrors=($($pacconf_cmd --repo world Server 2> /dev/null | sed -r 's#(.*/)world/os/.*#\1$repo/os/$arch#'))
|
||||||
|
|
||||||
|
for host_mirror in "${host_mirrors[@]}"; do
|
||||||
|
if [[ $host_mirror == *file://* ]]; then
|
||||||
|
host_mirror=$(echo "$host_mirror" | sed -r 's#file://(/.*)/\$repo/os/\$arch#\1#g')
|
||||||
|
info "host mirror: %s" "$host_mirror"
|
||||||
|
in_array "$host_mirror" "${cache_dirs[@]}" || cache_dirs+=("$host_mirror")
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
while read -r line; do
|
||||||
|
mapfile -t lines < <($pacconf_cmd --config "${pac_conf:-$working_dir/etc/pacman.conf}" \
|
||||||
|
--repo $line Server | sed -r 's#(.*/)[^/]+/os/.+#\1#')
|
||||||
|
for line in "${lines[@]}"; do
|
||||||
|
if [[ $line = file://* ]]; then
|
||||||
|
line=${line#file://}
|
||||||
|
in_array "$line" "${cache_dirs[@]}" || cache_dirs+=("$line")
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done < <($pacconf_cmd --config "${pac_conf:-$working_dir/etc/pacman.conf}" --repo-list)
|
||||||
|
|
||||||
|
copy_hostconf () {
|
||||||
|
unshare --fork --pid gpg --homedir "$working_dir"/etc/pacman.d/gnupg/ --no-permission-warning --quiet --batch --import --import-options import-local-sigs "$(pacman-conf GpgDir)"/pubring.gpg >/dev/null 2>&1
|
||||||
|
pacman-key --gpgdir "$working_dir"/etc/pacman.d/gnupg/ --import-trustdb "$(pacman-conf GpgDir)" >/dev/null 2>&1
|
||||||
|
|
||||||
|
printf 'Server = %s\n' "${host_mirrors[@]}" >"$working_dir/etc/pacman.d/mirrorlist"
|
||||||
|
|
||||||
|
[[ -n $pacman_conf ]] && cp $pacman_conf "${working_dir}/etc/pacman.conf"
|
||||||
|
|
||||||
|
[[ -n $makepkg_conf ]] && cp $makepkg_conf "${working_dir}/etc/makepkg.conf"
|
||||||
|
|
||||||
|
local file
|
||||||
|
for file in "${files[@]}"; do
|
||||||
|
mkdir -p "$(dirname "$working_dir$file")"
|
||||||
|
cp -T "$file" "$working_dir$file"
|
||||||
|
done
|
||||||
|
|
||||||
|
sed -r "s|^#?\\s*CacheDir.+|CacheDir = ${cache_dirs[*]}|g" -i "${working_dir}/etc/pacman.conf"
|
||||||
|
}
|
||||||
|
|
||||||
|
mount_args+=("-B:${cache_dirs[0]//:/\\:}:${cache_dirs[0]//:/\\:}" "-B:/etc/hosts:/etc/hosts")
|
||||||
|
|
||||||
|
for cache_dir in "${cache_dirs[@]:1}"; do
|
||||||
|
mount_args+=("-Br:${cache_dir//:/\\:}:${cache_dir//:/\\:}")
|
||||||
|
done
|
||||||
|
|
||||||
|
chroot_extra_mount() {
|
||||||
|
chroot_add_resolv_conf "${working_dir}"
|
||||||
|
|
||||||
|
for arg in ${mount_args[@]}; do
|
||||||
|
local flag=${arg%%:*}
|
||||||
|
local dest=${arg##*:}
|
||||||
|
local src=${arg%:*}
|
||||||
|
src=${src#*:}
|
||||||
|
chroot_mount "${src}" "${working_dir}${dest}" "${flag}"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
sync_host_localtime(){
|
||||||
|
if [[ -e /etc/localtime ]]; then
|
||||||
|
cp -L /etc/localtime "${working_dir}"/etc/localtime
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
umask 0022
|
||||||
|
|
||||||
|
# Sanity check
|
||||||
|
if [[ ! -f "$working_dir/.artools" ]]; then
|
||||||
|
die "'%s' does not appear to be an artix chroot." "$working_dir"
|
||||||
|
elif [[ $(cat "$working_dir/.artools") != ${CHROOTVERSION} ]]; then
|
||||||
|
die "chroot '%s' is not at version %s. Please rebuild." "$working_dir" "${CHROOTVERSION}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#sync_host_localtime
|
||||||
|
|
||||||
|
chroot_api_mount "${working_dir}" || die "failed to setup API filesystems in chroot %s" "${working_dir}"
|
||||||
|
|
||||||
|
chroot_extra_mount
|
||||||
|
|
||||||
|
copy_hostconf
|
||||||
|
|
||||||
|
eval $(grep '^CARCH=' "$working_dir/etc/makepkg.conf")
|
||||||
|
|
||||||
|
[[ -z $nosetarch ]] || unset CARCH
|
||||||
|
|
||||||
|
${CARCH:+setarch "$CARCH"} chroot "${working_dir}" "$@"
|
||||||
|
|
||||||
|
ret=$?
|
||||||
|
|
||||||
|
kill_chroot_process "${working_dir}"
|
||||||
|
|
||||||
|
exit $ret
|
230
bin/base/fstabgen.in
Normal file
230
bin/base/fstabgen.in
Normal file
@@ -0,0 +1,230 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
write_source() {
|
||||||
|
local src=$1 spec= label= uuid= comment=()
|
||||||
|
|
||||||
|
label=$(lsblk -rno LABEL "$1" 2>/dev/null)
|
||||||
|
uuid=$(lsblk -rno UUID "$1" 2>/dev/null)
|
||||||
|
|
||||||
|
# bind mounts do not have a UUID!
|
||||||
|
|
||||||
|
case $bytag in
|
||||||
|
'')
|
||||||
|
[[ $uuid ]] && comment=("UUID=$uuid")
|
||||||
|
[[ $label ]] && comment+=("LABEL=$(mangle "$label")")
|
||||||
|
;;
|
||||||
|
LABEL)
|
||||||
|
spec=$label
|
||||||
|
[[ $uuid ]] && comment=("$src" "UUID=$uuid")
|
||||||
|
;;
|
||||||
|
UUID)
|
||||||
|
spec=$uuid
|
||||||
|
comment=("$src")
|
||||||
|
[[ $label ]] && comment+=("LABEL=$(mangle "$label")")
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
[[ $uuid ]] && comment=("$1" "UUID=$uuid")
|
||||||
|
[[ $label ]] && comment+=("LABEL=$(mangle "$label")")
|
||||||
|
[[ $bytag ]] && spec=$(lsblk -rno "$bytag" "$1" 2>/dev/null)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
[[ $comment ]] && printf '# %s\n' "${comment[*]}"
|
||||||
|
|
||||||
|
if [[ $spec ]]; then
|
||||||
|
printf '%-20s' "$bytag=$(mangle "$spec")"
|
||||||
|
else
|
||||||
|
printf '%-20s' "$(mangle "$src")"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_apply_quirks() {
|
||||||
|
local varname=$1 fstype=$2
|
||||||
|
|
||||||
|
# SELinux displays a 'seclabel' option in /proc/self/mountinfo. We can't know
|
||||||
|
# if the system we're generating the fstab for has any support for SELinux (as
|
||||||
|
# one might install Arch from a Fedora environment), so let's remove it.
|
||||||
|
optstring_remove_option "$varname" seclabel
|
||||||
|
|
||||||
|
# Prune 'relatime' option for any pseudofs. This seems to be a rampant
|
||||||
|
# default which the kernel often exports even if the underlying filesystem
|
||||||
|
# doesn't support it. Example: https://bugs.archlinux.org/task/54554.
|
||||||
|
if awk -v fstype="$fstype" '$1 == fstype { exit 1 }' /proc/filesystems; then
|
||||||
|
optstring_remove_option "$varname" relatime
|
||||||
|
fi
|
||||||
|
|
||||||
|
case $fstype in
|
||||||
|
f2fs)
|
||||||
|
# These are Kconfig options for f2fs. Kernels supporting the options will
|
||||||
|
# only provide the negative versions of these (e.g. noacl), and vice versa
|
||||||
|
# for kernels without support.
|
||||||
|
optstring_remove_option "$varname" noacl,acl,nouser_xattr,user_xattr
|
||||||
|
;;
|
||||||
|
vfat)
|
||||||
|
# Before Linux v3.8, "cp" is prepended to the value of the codepage.
|
||||||
|
if optstring_get_option "$varname" codepage && [[ $codepage = cp* ]]; then
|
||||||
|
optstring_remove_option "$varname" codepage
|
||||||
|
optstring_append_option "$varname" "codepage=${codepage#cp}"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
cat <<EOF
|
||||||
|
usage: ${0##*/} [options] root
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-f FILTER Restrict output to mountpoints matching the prefix FILTER
|
||||||
|
-L Use labels for source identifiers (shortcut for -t LABEL)
|
||||||
|
-p Exclude pseudofs mounts (default behavior)
|
||||||
|
-P Include printing mounts
|
||||||
|
-t TAG Use TAG for source identifiers
|
||||||
|
-U Use UUIDs for source identifiers (shortcut for -t UUID)
|
||||||
|
|
||||||
|
-h Print this help message
|
||||||
|
|
||||||
|
fstabgen generates output suitable for addition to an fstab file based on the
|
||||||
|
devices mounted under the mountpoint specified by the given root.
|
||||||
|
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
if [[ -z $1 || $1 = @(-h|--help) ]]; then
|
||||||
|
usage
|
||||||
|
exit $(( $# ? 0 : 1 ))
|
||||||
|
fi
|
||||||
|
|
||||||
|
while getopts ':f:LPpt:U' flag; do
|
||||||
|
case $flag in
|
||||||
|
L) bytag=LABEL ;;
|
||||||
|
U) bytag=UUID ;;
|
||||||
|
f) prefixfilter=$OPTARG ;;
|
||||||
|
P) pseudofs=1 ;;
|
||||||
|
p) pseudofs=0 ;;
|
||||||
|
t) bytag=${OPTARG^^} ;;
|
||||||
|
:) die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
||||||
|
?) die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
shift $(( OPTIND - 1 ))
|
||||||
|
|
||||||
|
(( $# )) || die "No root directory specified"
|
||||||
|
root=$(realpath -mL "$1"); shift
|
||||||
|
|
||||||
|
if ! mountpoint -q "$root"; then
|
||||||
|
die "$root is not a mountpoint"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# handle block devices
|
||||||
|
findmnt -Recvruno SOURCE,TARGET,FSTYPE,OPTIONS,FSROOT "$root" |
|
||||||
|
while read -r src target fstype opts fsroot; do
|
||||||
|
if (( !pseudofs )) && fstype_is_pseudofs "$fstype"; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
|
[[ $target = "$prefixfilter"* ]] || continue
|
||||||
|
|
||||||
|
# default 5th and 6th columns
|
||||||
|
dump=0 pass=2
|
||||||
|
|
||||||
|
src=$(unmangle "$src")
|
||||||
|
target=$(unmangle "$target")
|
||||||
|
target=${target#$root}
|
||||||
|
|
||||||
|
if (( !foundroot )) && findmnt "$src" "$root" >/dev/null; then
|
||||||
|
# this is root. we can't possibly have more than one...
|
||||||
|
pass=1 foundroot=1
|
||||||
|
fi
|
||||||
|
|
||||||
|
# if there's no fsck tool available, then only pass=0 makes sense.
|
||||||
|
if ! fstype_has_fsck "$fstype"; then
|
||||||
|
pass=0
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ $fsroot != / ]]; then
|
||||||
|
if [[ $fstype = btrfs ]]; then
|
||||||
|
opts+=,subvol=${fsroot#/}
|
||||||
|
else
|
||||||
|
# it's a bind mount
|
||||||
|
src=$(findmnt -funcevo TARGET "$src")$fsroot
|
||||||
|
if [[ $src -ef $target ]]; then
|
||||||
|
# hrmm, this is weird. we're probably looking at a file or directory
|
||||||
|
# that was bound into a chroot from the host machine. Ignore it,
|
||||||
|
# because this won't actually be a valid mount. Worst case, the user
|
||||||
|
# just re-adds it.
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
fstype=none
|
||||||
|
opts+=,bind
|
||||||
|
pass=0
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# filesystem quirks
|
||||||
|
case $fstype in
|
||||||
|
fuseblk)
|
||||||
|
# well-behaved FUSE filesystems will report themselves as fuse.$fstype.
|
||||||
|
# this is probably NTFS-3g, but let's just make sure.
|
||||||
|
if ! newtype=$(lsblk -no FSTYPE "$src") || [[ -z $newtype ]]; then
|
||||||
|
# avoid blanking out fstype, leading to an invalid fstab
|
||||||
|
error 'Failed to derive real filesystem type for FUSE device on %s' "$target"
|
||||||
|
else
|
||||||
|
fstype=$newtype
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
optstring_apply_quirks "opts" "$fstype"
|
||||||
|
|
||||||
|
# write one line
|
||||||
|
write_source "$src"
|
||||||
|
printf '\t%-10s' "/$(mangle "${target#/}")" "$fstype" "$opts"
|
||||||
|
printf '\t%s %s' "$dump" "$pass"
|
||||||
|
printf '\n\n'
|
||||||
|
done
|
||||||
|
|
||||||
|
# handle swaps devices
|
||||||
|
{
|
||||||
|
# ignore header
|
||||||
|
read
|
||||||
|
|
||||||
|
while read -r device type _ _ prio; do
|
||||||
|
options=defaults
|
||||||
|
if (( prio >= 0 )); then
|
||||||
|
options+=,pri=$prio
|
||||||
|
fi
|
||||||
|
|
||||||
|
# skip files marked deleted by the kernel
|
||||||
|
[[ $device = *'\040(deleted)' ]] && continue
|
||||||
|
|
||||||
|
if [[ $type = file ]]; then
|
||||||
|
printf '%-20s' "${device#${root%/}}"
|
||||||
|
elif [[ $device = /dev/dm-+([0-9]) ]]; then
|
||||||
|
# device mapper doesn't allow characters we need to worry
|
||||||
|
# about being mangled, and it does the escaping of dashes
|
||||||
|
# for us in sysfs.
|
||||||
|
write_source "$(dm_name_for_devnode "$device")"
|
||||||
|
else
|
||||||
|
write_source "$(unmangle "$device")"
|
||||||
|
fi
|
||||||
|
|
||||||
|
printf '\t%-10s\t%-10s\t%-10s\t0 0\n\n' 'none' 'swap' "$options"
|
||||||
|
done
|
||||||
|
} </proc/swaps
|
107
bin/base/mkchroot.in
Normal file
107
bin/base/mkchroot.in
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
working_dir=''
|
||||||
|
umode=''
|
||||||
|
|
||||||
|
files=()
|
||||||
|
chroot_args=()
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options] working-dir package-list..."
|
||||||
|
echo ' options:'
|
||||||
|
echo ' -U Use pacman -U to install packages'
|
||||||
|
echo ' -C <file> Location of a pacman config file'
|
||||||
|
echo ' -M <file> Location of a makepkg config file'
|
||||||
|
echo ' -c <dir> Set pacman cache'
|
||||||
|
echo ' -f <file> Copy file from the host to the chroot'
|
||||||
|
echo ' -s Do not run setarch'
|
||||||
|
echo ' -h This message'
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='hUC:M:c:f:s'
|
||||||
|
|
||||||
|
while getopts ${opts} arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
U) umode=U ;;
|
||||||
|
C) pacman_conf="$OPTARG" ;;
|
||||||
|
M) makepkg_conf="$OPTARG" ;;
|
||||||
|
c) cache_dir="$OPTARG" ;;
|
||||||
|
f) files+=("$OPTARG") ;;
|
||||||
|
s) nosetarch=1 ;;
|
||||||
|
h|?) usage ;;
|
||||||
|
*) error "invalid argument '%s'" "$arg"; usage ;;
|
||||||
|
esac
|
||||||
|
if [[ $arg != U ]]; then
|
||||||
|
chroot_args+=("-$arg")
|
||||||
|
[[ -v OPTARG ]] && chroot_args+=("$OPTARG")
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
(( $# < 2 )) && die 'You must specify a directory and one or more packages.'
|
||||||
|
|
||||||
|
check_root
|
||||||
|
|
||||||
|
working_dir="$(readlink -f $1)"
|
||||||
|
shift 1
|
||||||
|
|
||||||
|
[[ -z $working_dir ]] && die 'Please specify a working directory.'
|
||||||
|
|
||||||
|
pacconf_cmd=$(command -v pacman-conf || command -v pacconf)
|
||||||
|
|
||||||
|
if (( ${#cache_dirs[@]} == 0 )); then
|
||||||
|
mapfile -t cache_dirs < <($pacconf_cmd CacheDir)
|
||||||
|
fi
|
||||||
|
|
||||||
|
umask 0022
|
||||||
|
|
||||||
|
#[[ -e $working_dir ]] && die "Working directory '%s' already exists" "$working_dir"
|
||||||
|
|
||||||
|
#mkdir -p "$working_dir"
|
||||||
|
|
||||||
|
[[ ! -d $working_dir ]] && mkdir -p "$working_dir"
|
||||||
|
|
||||||
|
lock 9 "${working_dir}.lock" "Locking chroot"
|
||||||
|
|
||||||
|
if is_btrfs "$working_dir"; then
|
||||||
|
rmdir "$working_dir"
|
||||||
|
if ! btrfs subvolume create "$working_dir"; then
|
||||||
|
die "Couldn't create subvolume for '%s'" "$working_dir"
|
||||||
|
fi
|
||||||
|
chmod 0755 "$working_dir"
|
||||||
|
fi
|
||||||
|
|
||||||
|
for f in "${files[@]}"; do
|
||||||
|
mkdir -p "$(dirname "$working_dir$f")"
|
||||||
|
cp "$f" "$working_dir$f"
|
||||||
|
done
|
||||||
|
|
||||||
|
basestrap -${umode}Mc ${pacman_conf:+-C "$pacman_conf"} "$working_dir" \
|
||||||
|
${cache_dirs[@]/#/--cachedir=} "$@" || die 'Failed to install all packages'
|
||||||
|
|
||||||
|
printf '%s.UTF-8 UTF-8\n' en_US de_DE > "$working_dir/etc/locale.gen"
|
||||||
|
echo 'LANG=en_US.UTF-8' > "$working_dir/etc/locale.conf"
|
||||||
|
echo "${CHROOTVERSION}" > "$working_dir/.artools"
|
||||||
|
|
||||||
|
dbus-uuidgen --ensure="$working_dir"/etc/machine-id
|
||||||
|
|
||||||
|
exec chroot-run \
|
||||||
|
"${chroot_args[@]}" \
|
||||||
|
"$working_dir" locale-gen
|
245
bin/iso/buildiso.in
Executable file
245
bin/iso/buildiso.in
Executable file
@@ -0,0 +1,245 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-iso.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
gen_iso_fn(){
|
||||||
|
local vars=("artix") name
|
||||||
|
vars+=("${PROFILE}")
|
||||||
|
vars+=("${INITSYS}")
|
||||||
|
case "${REPOSITORY}" in
|
||||||
|
'gremlins'|'goblins') vars+=("${REPOSITORY}") ;;
|
||||||
|
esac
|
||||||
|
vars+=("${ISO_VERSION}")
|
||||||
|
vars+=("${ARCH}")
|
||||||
|
for n in ${vars[@]};do
|
||||||
|
name=${name:-}${name:+-}${n}
|
||||||
|
done
|
||||||
|
echo $name
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_build(){
|
||||||
|
timer_start=$(get_timer)
|
||||||
|
|
||||||
|
load_profile
|
||||||
|
|
||||||
|
local pacman_conf pac_file="pacman-default.conf"
|
||||||
|
|
||||||
|
case "${REPOSITORY}" in
|
||||||
|
'gremlins'|'goblins') pac_file="pacman-${REPOSITORY}.conf" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
pacman_conf="${DATADIR}/$pac_file"
|
||||||
|
[[ -f ${USER_CONF_DIR}/$pac_file ]] && pacman_conf="${USER_CONF_DIR}/$pac_file"
|
||||||
|
|
||||||
|
iso_file=$(gen_iso_fn).iso
|
||||||
|
|
||||||
|
iso_label="ARTIX_$(date +%Y%m)"
|
||||||
|
|
||||||
|
basestrap_args+=(-C ${pacman_conf})
|
||||||
|
work_dir=${CHROOTS_ISO}/${PROFILE}/artix
|
||||||
|
|
||||||
|
prepare_dir "${ISO_POOL}"
|
||||||
|
|
||||||
|
iso_dir="${ISO_POOL}/${PROFILE}"
|
||||||
|
|
||||||
|
iso_root=${CHROOTS_ISO}/${PROFILE}/iso
|
||||||
|
live_dir=/LiveOS
|
||||||
|
|
||||||
|
mnt_dir=${CHROOTS_ISO}/${PROFILE}/mnt
|
||||||
|
|
||||||
|
prepare_dir "${mnt_dir}"
|
||||||
|
prepare_dir "${iso_dir}"
|
||||||
|
prepare_dir "${iso_root}"
|
||||||
|
}
|
||||||
|
|
||||||
|
display_settings(){
|
||||||
|
msg "OPTIONS:"
|
||||||
|
msg2 "PROFILE: %s" "${PROFILE}"
|
||||||
|
msg2 "INITSYS: %s" "${INITSYS}"
|
||||||
|
[[ -n ${GPG_KEY} ]] && msg2 "GPG_KEY: %s" "${GPG_KEY}"
|
||||||
|
|
||||||
|
msg "ISO SETTINGS:"
|
||||||
|
msg2 "ISO_VERSION: %s" "${ISO_VERSION}"
|
||||||
|
|
||||||
|
msg "BUILD:"
|
||||||
|
show_profile
|
||||||
|
}
|
||||||
|
|
||||||
|
mk_squash(){
|
||||||
|
local timer=$(get_timer)
|
||||||
|
make_sfs "${work_dir}/rootfs"
|
||||||
|
[[ -d "${work_dir}/livefs" ]] && make_sfs "${work_dir}/livefs"
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer}"
|
||||||
|
}
|
||||||
|
|
||||||
|
mk_iso(){
|
||||||
|
touch "${iso_root}/.artix"
|
||||||
|
msg "Making bootable image"
|
||||||
|
# Sanity checks
|
||||||
|
[[ ! -d "${iso_root}" ]] && return 1
|
||||||
|
if [[ -f "${iso_dir}/${iso_file}" ]]; then
|
||||||
|
msg2 "Removing existing bootable image..."
|
||||||
|
rm -rf "${iso_dir}/${iso_file}"
|
||||||
|
fi
|
||||||
|
assemble_iso
|
||||||
|
chown -R "${OWNER}:$(id --group ${OWNER})" "${iso_dir}"
|
||||||
|
}
|
||||||
|
|
||||||
|
mk_boot(){
|
||||||
|
local timer=$(get_timer)
|
||||||
|
run_safe "make_bootfs"
|
||||||
|
run_safe "make_grub"
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer}"
|
||||||
|
}
|
||||||
|
|
||||||
|
mk_chroots(){
|
||||||
|
local timer=$(get_timer)
|
||||||
|
load_pkgs "${ROOT_LIST}" "${INITSYS}"
|
||||||
|
run_safe "make_rootfs"
|
||||||
|
if [[ -n ${LIVE_LIST} ]]; then
|
||||||
|
load_pkgs "${LIVE_LIST}" "${INITSYS}"
|
||||||
|
run_safe "make_livefs"
|
||||||
|
fi
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer}"
|
||||||
|
}
|
||||||
|
|
||||||
|
build(){
|
||||||
|
msg "Start building [%s]" "${PROFILE}"
|
||||||
|
if ${clean_first};then
|
||||||
|
for copy in "${work_dir}"/*; do
|
||||||
|
[[ -d $copy ]] || continue
|
||||||
|
msg2 "Deleting chroot copy '%s'..." "$(basename "${copy}")"
|
||||||
|
|
||||||
|
lock 9 "$copy.lock" "Locking chroot copy '%s'" "$copy"
|
||||||
|
|
||||||
|
subvolume_delete_recursive "${copy}"
|
||||||
|
rm -rf --one-file-system "${copy}"
|
||||||
|
done
|
||||||
|
lock_close 9
|
||||||
|
|
||||||
|
rm -rf --one-file-system "${work_dir}"
|
||||||
|
|
||||||
|
msg "Deleting isoroot [%s] ..." "${iso_root##*/}"
|
||||||
|
rm -rf --one-file-system "${iso_root}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
case true in
|
||||||
|
${chroot_only})
|
||||||
|
mk_chroots
|
||||||
|
warning "Continue squash: %s -p %s -sc ..." "${cmd}" "${PROFILE}"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
${boot_only})
|
||||||
|
mk_boot
|
||||||
|
warning "Continue iso: %s -p %s -zc ..." "${cmd}" "${PROFILE}"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
${squash_only})
|
||||||
|
mk_squash
|
||||||
|
warning "Continue boot: %s -p %s -bc ..." "${cmd}" "${PROFILE}"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
${iso_only})
|
||||||
|
[[ ! -d ${work_dir} ]] && die "Create chroot: %s -p %s -x" "${cmd}" "${PROFILE}"
|
||||||
|
mk_iso
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
mk_chroots
|
||||||
|
mk_boot
|
||||||
|
mk_squash
|
||||||
|
mk_iso
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
msg "Finished building [%s]" "${PROFILE}"
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer_start}"
|
||||||
|
}
|
||||||
|
|
||||||
|
clean_first=true
|
||||||
|
pretend=false
|
||||||
|
chroot_only=false
|
||||||
|
iso_only=false
|
||||||
|
persist=false
|
||||||
|
use_dracut=false
|
||||||
|
squash_only=false
|
||||||
|
boot_only=false
|
||||||
|
|
||||||
|
basestrap_args=(-GMc)
|
||||||
|
cmd=${0##*/}
|
||||||
|
|
||||||
|
REPOSITORY=${cmd##*-}
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${cmd} [options]"
|
||||||
|
echo " -p <profile> Profile [default: ${PROFILE}]"
|
||||||
|
echo ' -r <dir> Chroots directory'
|
||||||
|
echo " [default: ${CHROOTS_ISO}]"
|
||||||
|
echo ' -t <dir> Target directory'
|
||||||
|
echo " [default: ${ISO_POOL}]"
|
||||||
|
echo ' -i <name> Init system to use'
|
||||||
|
echo " [default: ${INITSYS}]"
|
||||||
|
echo ' -g <key> The gpg key for img signing'
|
||||||
|
echo " [default: ${GPG_KEY}]"
|
||||||
|
echo ' -m Set SquashFS image mode to persistence'
|
||||||
|
echo ' -c Disable clean work dir'
|
||||||
|
echo ' -x Build chroot only'
|
||||||
|
echo ' -s Squash chroot only'
|
||||||
|
echo ' -b Generate iso boot only'
|
||||||
|
echo ' -z Generate iso only'
|
||||||
|
echo ' Requires pre built images (-x)'
|
||||||
|
echo ' -d Use dracut instead of mkinitcpio for iso initramfs'
|
||||||
|
echo ' -q Query settings and pretend build'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='p:r:t:i:g:czsbxmdqh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
p) PROFILE="$OPTARG" ;;
|
||||||
|
r) CHROOTS_ISO="$OPTARG" ;;
|
||||||
|
t) ISO_POOL="$OPTARG" ;;
|
||||||
|
i) INITSYS="$OPTARG" ;;
|
||||||
|
g) GPG_KEY="$OPTARG" ;;
|
||||||
|
c) clean_first=false ;;
|
||||||
|
x) chroot_only=true ;;
|
||||||
|
z) iso_only=true ;;
|
||||||
|
s) squash_only=true ;;
|
||||||
|
b) boot_only=true ;;
|
||||||
|
m) persist=true ;;
|
||||||
|
d) use_dracut=true ;;
|
||||||
|
q) pretend=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
check_root
|
||||||
|
|
||||||
|
prepare_traps
|
||||||
|
|
||||||
|
prepare_build
|
||||||
|
|
||||||
|
${pretend} && display_settings && exit 1
|
||||||
|
|
||||||
|
build
|
73
bin/iso/deployiso.in
Normal file
73
bin/iso/deployiso.in
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-iso.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
connect(){
|
||||||
|
echo "${ACCOUNT}@${FILE_HOST}:${FILE_HOME}"
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_transfer(){
|
||||||
|
DEST_DIR="/iso/${PROFILE}/"
|
||||||
|
SRC_DIR="${ISO_POOL}/${PROFILE}/"
|
||||||
|
}
|
||||||
|
|
||||||
|
sync_dir(){
|
||||||
|
msg "Start upload [%s] ..." "${PROFILE}"
|
||||||
|
rsync "${rsync_args[@]}" ${SRC_DIR} $(connect)${DEST_DIR}
|
||||||
|
msg "Done upload [%s]" "${PROFILE}"
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer_start}"
|
||||||
|
}
|
||||||
|
|
||||||
|
update=false
|
||||||
|
verbose=false
|
||||||
|
|
||||||
|
rsync_args=(-aP --progress -e "ssh -p ${FILE_PORT}")
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options]"
|
||||||
|
echo " -p Source folder to upload [default: ${PROFILE}]"
|
||||||
|
echo " -l Limit bandwidth in kB/s [default:${UPLIMIT}]"
|
||||||
|
echo ' -u Update remote directory'
|
||||||
|
echo ' -v Verbose output'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
opts='p:l:uvh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
p) PROFILE="$OPTARG" ;;
|
||||||
|
l) UPLIMIT="$OPTARG" ;;
|
||||||
|
u) update=true; rsync_args+=(-u) ;;
|
||||||
|
v) verbose=true; rsync_args+=(-v --stats) ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
timer_start=$(get_timer)
|
||||||
|
|
||||||
|
rsync_args+=(--bwlimit=${UPLIMIT})
|
||||||
|
|
||||||
|
prepare_transfer
|
||||||
|
|
||||||
|
sync_dir
|
73
bin/pkg/batchpkg.in
Normal file
73
bin/pkg/batchpkg.in
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. /usr/lib/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
batch_move() {
|
||||||
|
local name="${1:-pkg_moves}"
|
||||||
|
local pkglist=${TREE_DIR_ARTIX}/$name.list
|
||||||
|
[[ -f $pkglist ]] || die "%s does not exist!" "$pkglist"
|
||||||
|
while read entry;do
|
||||||
|
local pkg=${entry##*:}
|
||||||
|
local src=${entry%:*}
|
||||||
|
src=${src#*:}
|
||||||
|
local dest=${entry%%:*}
|
||||||
|
if ${runlist}; then
|
||||||
|
"${dest}"pkg -s "${src}" -u -p "${pkg}"
|
||||||
|
else
|
||||||
|
msg "%s" "${dest}pkg -s ${src} -u -p ${pkg}"
|
||||||
|
fi
|
||||||
|
done < $pkglist
|
||||||
|
}
|
||||||
|
|
||||||
|
# batch_upgrade() {
|
||||||
|
# local pkglist=${TREE_DIR_ARTIX}/pkg_upgrades.list
|
||||||
|
# [[ -f $pkglist ]] || die "%s does not exist!" "$pkglist"
|
||||||
|
# while read entry;do
|
||||||
|
# local pkg=${entry#*:}
|
||||||
|
# local dest=${entry%:*}
|
||||||
|
# echo "buildtree -i -p ${pkg}"
|
||||||
|
# echo "${dest}pkg -u -p ${pkg}"
|
||||||
|
# done < $pkglist
|
||||||
|
# }
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [optional listname]"
|
||||||
|
echo ' -r Run generated commands'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
movelistname=pkg_moves
|
||||||
|
runlist=false
|
||||||
|
|
||||||
|
opts='rh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
r) runlist=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
movelistname="$1"; shift
|
||||||
|
|
||||||
|
batch_move "$movelistname"
|
122
bin/pkg/buildpkg.in
Normal file
122
bin/pkg/buildpkg.in
Normal file
@@ -0,0 +1,122 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
create_first=false
|
||||||
|
rebuild=false
|
||||||
|
no_check=false
|
||||||
|
is_checkpkg=false
|
||||||
|
|
||||||
|
mkchrootpkg_args=(-c -n)
|
||||||
|
|
||||||
|
cmd=${0##*/}
|
||||||
|
repo=${cmd#*-}
|
||||||
|
base_devel=('base-devel')
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options] -- [mkchrootpkg_args]"
|
||||||
|
echo " -r <dir> Create chroots in this directory"
|
||||||
|
echo " -d <dir> Destination repo chroot"
|
||||||
|
echo ' -c Recreate the chroot before building'
|
||||||
|
echo ' -m Major rebuild'
|
||||||
|
echo ' -N Disable check() function'
|
||||||
|
echo ' -C Run checkpkg after built'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo "Default mkchrootpkg_args args: ${mkchrootpkg_args[*]}"
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='hcCNmr:d:'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
r) CHROOTS_PKG="$OPTARG" ;;
|
||||||
|
d) repo="$OPTARG" ;;
|
||||||
|
c) create_first=true ;;
|
||||||
|
m) rebuild=true ;;
|
||||||
|
C) is_checkpkg=true; mkchrootpkg_args+=(-C) ;;
|
||||||
|
N) no_check=true; mkchrootpkg_args+=(-N) ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '%s'" "${arg}"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
if ${rebuild};then
|
||||||
|
repo='default'
|
||||||
|
else
|
||||||
|
case ${repo} in
|
||||||
|
system|world|galaxy) repo='default' ;;
|
||||||
|
lib32*) base_devel+=('multilib-devel') ;;
|
||||||
|
galaxy-gremlins|galaxy-goblins) repo=${repo#*-} ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
|
pacman_conf="${DATADIR}/pacman-${repo}.conf"
|
||||||
|
[[ -f ${USER_CONF_DIR}/pacman-${repo}.conf ]] && pacman_conf="${USER_CONF_DIR}/pacman-${repo}.conf"
|
||||||
|
|
||||||
|
makepkg_conf="${DATADIR}/makepkg.conf"
|
||||||
|
[[ -f ${USER_CONF_DIR}/makepkg.conf ]] && makepkg_conf="${USER_CONF_DIR}/makepkg.conf"
|
||||||
|
|
||||||
|
check_root SOURCE_DATE_EPOCH
|
||||||
|
|
||||||
|
mkchrootpkg_args+=("${@:$OPTIND}")
|
||||||
|
|
||||||
|
if ${create_first} || [[ ! -d "${CHROOTS_PKG}/${repo}-${ARCH}" ]];then
|
||||||
|
msg "Creating chroot for [%s] (%s)..." "${repo}" "${ARCH}"
|
||||||
|
|
||||||
|
for copy in "${CHROOTS_PKG}/${repo}-${ARCH}"/*; do
|
||||||
|
[[ -d $copy ]] || continue
|
||||||
|
msg2 "Deleting chroot copy '%s'..." "$(basename "${copy}")"
|
||||||
|
|
||||||
|
lock 9 "$copy.lock" "Locking chroot copy '%s'" "$copy"
|
||||||
|
|
||||||
|
subvolume_delete_recursive "${copy}"
|
||||||
|
rm -rf --one-file-system "${copy}"
|
||||||
|
done
|
||||||
|
lock_close 9
|
||||||
|
|
||||||
|
rm -rf --one-file-system "${CHROOTS_PKG}/${repo}-${ARCH}"
|
||||||
|
(umask 0022; mkdir -p "${CHROOTS_PKG}/${repo}-${ARCH}")
|
||||||
|
setarch "${ARCH}" mkchroot \
|
||||||
|
-C "${pacman_conf}" \
|
||||||
|
-M "${makepkg_conf}" \
|
||||||
|
"${CHROOTS_PKG}/${repo}-${ARCH}/root" \
|
||||||
|
"${base_devel[@]}" || abort
|
||||||
|
else
|
||||||
|
lock 9 "${CHROOTS_PKG}/${repo}-${ARCH}/root.lock" "Locking clean chroot"
|
||||||
|
chroot-run \
|
||||||
|
-C "${pacman_conf}" \
|
||||||
|
-M "${makepkg_conf}" \
|
||||||
|
"${CHROOTS_PKG}/${repo}-${ARCH}/root" \
|
||||||
|
pacman -Syuu --noconfirm || abort
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Always build official packages reproducibly
|
||||||
|
if [[ ! -v SOURCE_DATE_EPOCH ]]; then
|
||||||
|
export SOURCE_DATE_EPOCH=$(date +%s)
|
||||||
|
fi
|
||||||
|
|
||||||
|
timer_start=$(get_timer)
|
||||||
|
|
||||||
|
msg "Building in chroot for [%s] (%s)..." "${repo}" "${ARCH}"
|
||||||
|
exec mkchrootpkg -r "${CHROOTS_PKG}/${repo}-${ARCH}" "${mkchrootpkg_args[@]}"
|
||||||
|
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer_start}"
|
269
bin/pkg/buildtree.in
Normal file
269
bin/pkg/buildtree.in
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
patch_pkg(){
|
||||||
|
local pkgpath="$1"
|
||||||
|
local pkg=${pkgpath%/*}
|
||||||
|
pkg=${pkg##*/}
|
||||||
|
case $pkg in
|
||||||
|
glibc)
|
||||||
|
msg2 "Patching %s" "$pkg"
|
||||||
|
sed -e 's|{locale,systemd/system,tmpfiles.d}|{locale,tmpfiles.d}|' \
|
||||||
|
-e '/nscd.service/d' \
|
||||||
|
-i $pkgpath/PKGBUILD
|
||||||
|
;;
|
||||||
|
linux|linux-lts)
|
||||||
|
msg2 "Patching %s" "$pkg"
|
||||||
|
sed -e 's|KBUILD_BUILD_HOST=.*|KBUILD_BUILD_HOST=artixlinux|' -i $pkgpath/PKGBUILD
|
||||||
|
sed -e 's|CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="artixlinux"|' \
|
||||||
|
-i $pkgpath/config
|
||||||
|
;;
|
||||||
|
bash)
|
||||||
|
msg2 "Patching %s" "$pkg"
|
||||||
|
sed -e 's|system.bash_logout)|system.bash_logout artix.bashrc)|' \
|
||||||
|
-e "s|etc/bash.|etc/bash/|g" \
|
||||||
|
-e 's|"$pkgdir/etc/skel/.bash_logout"|"$pkgdir/etc/skel/.bash_logout"\n install -Dm644 artix.bashrc $pkgdir/etc/bash/bashrc.d/artix.bashrc|' \
|
||||||
|
-i $pkgpath/PKGBUILD
|
||||||
|
cd $pkgpath
|
||||||
|
patch -Np 1 -i ${DATADIR}/patches/artix-bash.patch
|
||||||
|
updpkgsums
|
||||||
|
cd ../..
|
||||||
|
;;
|
||||||
|
gstreamer|gst-plugins-*|licenses)
|
||||||
|
msg2 "Patching %s" "$pkg"
|
||||||
|
sed -e 's|https://www.archlinux.org/|https://www.artixlinux.org/|' \
|
||||||
|
-e 's|(Arch Linux)|(Artix Linux)|' \
|
||||||
|
-i $pkgpath/PKGBUILD
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
pull_tree_arch(){
|
||||||
|
cd ${TREE_DIR_ARCH}
|
||||||
|
for tree in ${TREE_NAMES_ARCH[@]};do
|
||||||
|
if [[ -d ${tree} ]];then
|
||||||
|
cd ${tree}
|
||||||
|
pull_tree "${tree}" "$(get_local_head)" "Arch"
|
||||||
|
cd ..
|
||||||
|
else
|
||||||
|
clone_tree "${HOST_TREE_ARCH}" "${tree}" "Arch"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
pull_tree_artix(){
|
||||||
|
local repos=("$1")
|
||||||
|
cd ${TREE_DIR_ARTIX}
|
||||||
|
for tree in ${repos[@]};do
|
||||||
|
if [[ -d ${tree} ]];then
|
||||||
|
config_tree "${tree}"
|
||||||
|
cd ${tree}
|
||||||
|
pull_tree "${tree}" "$(get_local_head)"
|
||||||
|
cd ..
|
||||||
|
else
|
||||||
|
clone_tree "${HOST_TREE_ARTIX}" "${tree}"
|
||||||
|
config_tree "${tree}"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
sync_pkg(){
|
||||||
|
local rsync_args=(-aWxvci --progress --delete-before --no-R --no-implied-dirs)
|
||||||
|
local src="$1" dest="$2"
|
||||||
|
msg "Sync from Arch [%s] to Artix [%s]" "${src##*archlinux/}" "${dest##*artixlinux/}"
|
||||||
|
rsync "${rsync_args[@]}" $src/ $dest/
|
||||||
|
}
|
||||||
|
|
||||||
|
show_deps(){
|
||||||
|
local src="$1"
|
||||||
|
|
||||||
|
. $src/PKGBUILD 2>/dev/null
|
||||||
|
|
||||||
|
[[ $arch == 'any' ]] && CARCH=any
|
||||||
|
|
||||||
|
local archver=$(get_full_version)
|
||||||
|
|
||||||
|
[[ -n ${pkgbase} ]] && msg2 "pkgbase: %s" "${pkgbase}"
|
||||||
|
msg2 "pkgname: %s" "${pkgname[*]}"
|
||||||
|
[[ -n $pkgdesc ]] && msg2 "pkgdesc: %s" "${pkgdesc}"
|
||||||
|
msg2 "Arch Version: %s" "$archver"
|
||||||
|
msg2 "arch: %s" "$CARCH"
|
||||||
|
|
||||||
|
[[ -n ${makedepends[@]} ]] && msg2 "makedepends: %s" "${makedepends[*]}"
|
||||||
|
[[ -n ${checkdepends[@]} ]] && msg2 "checkdepends: %s" "${checkdepends[*]}"
|
||||||
|
[[ -n ${depends[@]} ]] && msg2 "depends: %s" "${depends[*]}"
|
||||||
|
[[ -n ${optdepends[@]} ]] && msg2 "optdepends: %s" "${optdepends[@]}"
|
||||||
|
}
|
||||||
|
|
||||||
|
subrepo_new(){
|
||||||
|
cd ${TREE_DIR_ARTIX}/${GROUP}
|
||||||
|
|
||||||
|
local org=$(get_pkg_org "${PACKAGE}")
|
||||||
|
|
||||||
|
create_repo "${PACKAGE}" "$org"
|
||||||
|
|
||||||
|
add_repo_to_team "${PACKAGE}" "$org" "${TEAM}"
|
||||||
|
|
||||||
|
subrepo_clone "${PACKAGE}" "$org"
|
||||||
|
|
||||||
|
prepare_dir "${TREE_DIR_ARTIX}/${GROUP}/${PACKAGE}/trunk"
|
||||||
|
|
||||||
|
commit_jenkins_files "${PACKAGE}"
|
||||||
|
}
|
||||||
|
|
||||||
|
from_arch(){
|
||||||
|
cd ${TREE_DIR_ARTIX}
|
||||||
|
|
||||||
|
local srcpath=$(find_pkg "${TREE_DIR_ARCH}" "${PACKAGE}")
|
||||||
|
[[ -z $srcpath ]] && die "Package '%s' does not exist!" "${PACKAGE}"
|
||||||
|
|
||||||
|
local repo=$(find_repo "$srcpath")
|
||||||
|
msg "repo: %s" "$repo"
|
||||||
|
|
||||||
|
local archpath=$srcpath/repos/$repo
|
||||||
|
local artixpath=$(find_pkg "${TREE_DIR_ARTIX}" "${PACKAGE}")
|
||||||
|
|
||||||
|
show_deps "$archpath"
|
||||||
|
|
||||||
|
if [[ -f "$artixpath"/.gitrepo ]]; then
|
||||||
|
artixpath="$artixpath"/trunk
|
||||||
|
|
||||||
|
if [[ -d "$artixpath" ]];then
|
||||||
|
sync_pkg "$archpath" "$artixpath"
|
||||||
|
patch_pkg "$artixpath"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
die "Package '%s' does not exist!" "${PACKAGE}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
view_build(){
|
||||||
|
local archpath=$(find_pkg "${TREE_DIR_ARCH}" "${PACKAGE}")
|
||||||
|
[[ -z $archpath ]] && die "Package '%s' does not exist!" "${PACKAGE}"
|
||||||
|
local repo=$(find_repo "${archpath}")
|
||||||
|
archpath=$archpath/repos/$repo
|
||||||
|
msg2 "repo: %s" "$repo"
|
||||||
|
show_deps "$archpath"
|
||||||
|
}
|
||||||
|
|
||||||
|
check_tree(){
|
||||||
|
local archpath=$(find_pkg "${TREE_DIR_ARCH}" "${PACKAGE}")
|
||||||
|
[[ -z $archpath ]] && die "Package '%s' does not exist!" "${PACKAGE}"
|
||||||
|
local artixpath=$(find_pkg "${TREE_DIR_ARTIX}" "${PACKAGE}")
|
||||||
|
local group=${artixpath%/*}
|
||||||
|
msg "group: %s" "${group##*/}"
|
||||||
|
|
||||||
|
[[ -z $artixpath ]] && msg2 "exists: %s" "no"
|
||||||
|
[[ -n $artixpath ]] && msg2 "exists: %s" "yes"
|
||||||
|
}
|
||||||
|
|
||||||
|
sync_repos(){
|
||||||
|
${sync_arch} && pull_tree_arch
|
||||||
|
if ${sync_artix};then
|
||||||
|
if ${sync_group}; then
|
||||||
|
pull_tree_artix "${GROUP}"
|
||||||
|
else
|
||||||
|
pull_tree_artix "${TREE_NAMES_ARTIX[*]}"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
load_makepkg_config
|
||||||
|
|
||||||
|
testing=true
|
||||||
|
staging=true
|
||||||
|
unstable=false
|
||||||
|
|
||||||
|
sync=false
|
||||||
|
sync_arch=true
|
||||||
|
sync_artix=true
|
||||||
|
import=false
|
||||||
|
view=false
|
||||||
|
createnew=false
|
||||||
|
sync_group=false
|
||||||
|
check=false
|
||||||
|
|
||||||
|
PACKAGE=''
|
||||||
|
|
||||||
|
TEAM='community'
|
||||||
|
GROUP=${TREE_NAMES_ARTIX[0]}
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options]"
|
||||||
|
echo ' -p <pkg> Package name'
|
||||||
|
echo ' -t <team> Team name (only with -n)'
|
||||||
|
echo ' Possible values: core,extra,community,multilib'
|
||||||
|
echo " [default: ${TEAM}]"
|
||||||
|
echo ' -g <group> Group name, the superrepo (only with -n or -s)'
|
||||||
|
echo " [default: ${GROUP}]"
|
||||||
|
echo " -s Clone or pull repos"
|
||||||
|
echo " -a Don't clone or pull arch repos"
|
||||||
|
echo " -b Don't clone or pull artix repos"
|
||||||
|
echo ' -i Import a package from arch repos'
|
||||||
|
echo ' -n New remote subrepo and clone it'
|
||||||
|
echo ' -v Check if a package is in the artix tree(s)'
|
||||||
|
echo ' -c View package depends'
|
||||||
|
echo ' -x Exclude testing (only with -i)'
|
||||||
|
echo ' -y Exclude staging (only with -i)'
|
||||||
|
echo ' -z Include kde & gnome unstable (only with -i)'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='p:t:g:sinabcvxyzh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
p) PACKAGE="$OPTARG" ;;
|
||||||
|
t) TEAM="$OPTARG" ;;
|
||||||
|
g) GROUP="$OPTARG"; sync_group=true ;;
|
||||||
|
s) sync=true ;;
|
||||||
|
a) sync_arch=false ;;
|
||||||
|
b) sync_artix=false ;;
|
||||||
|
i) import=true ;;
|
||||||
|
n) createnew=true ;;
|
||||||
|
c) check=true ;;
|
||||||
|
v) view=true ;;
|
||||||
|
x) testing=false ;;
|
||||||
|
y) staging=false ;;
|
||||||
|
z) unstable=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
prepare_dir "${TREE_DIR_ARTIX}"
|
||||||
|
prepare_dir "${TREE_DIR_ARCH}"
|
||||||
|
|
||||||
|
set_arch_repos "$testing" "$staging" "$unstable"
|
||||||
|
|
||||||
|
${sync} && sync_repos
|
||||||
|
|
||||||
|
${view} && view_build
|
||||||
|
|
||||||
|
${check} && check_tree
|
||||||
|
|
||||||
|
${import} && from_arch
|
||||||
|
|
||||||
|
${createnew} && subrepo_new
|
@@ -1,13 +1,84 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
shopt -s extglob
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
# shellcheck source=src/lib/pkg/util/diff.sh
|
load_makepkg_config
|
||||||
source "${LIBDIR}"/pkg/util/diff.sh
|
|
||||||
|
pkgver_equal() {
|
||||||
|
if [[ $1 = *-* && $2 = *-* ]]; then
|
||||||
|
# if both versions have a pkgrel, then they must be an exact match
|
||||||
|
[[ $1 = "$2" ]]
|
||||||
|
else
|
||||||
|
# otherwise, trim any pkgrel and compare the bare version.
|
||||||
|
[[ ${1%%-*} = "${2%%-*}" ]]
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
find_cached_package() {
|
||||||
|
local searchdirs=("$PKGDEST" "$PWD") results=()
|
||||||
|
local targetname=$1 targetver=$2 targetarch=$3
|
||||||
|
local dir pkg pkgbasename name ver rel arch r results
|
||||||
|
|
||||||
|
for dir in "${searchdirs[@]}"; do
|
||||||
|
[[ -d $dir ]] || continue
|
||||||
|
|
||||||
|
for pkg in "$dir"/*.pkg.tar?(.!(sig|*.*)); do
|
||||||
|
[[ -f $pkg ]] || continue
|
||||||
|
|
||||||
|
# avoid adding duplicates of the same inode
|
||||||
|
for r in "${results[@]}"; do
|
||||||
|
[[ $r -ef $pkg ]] && continue 2
|
||||||
|
done
|
||||||
|
|
||||||
|
# split apart package filename into parts
|
||||||
|
pkgbasename=${pkg##*/}
|
||||||
|
pkgbasename=${pkgbasename%.pkg.tar*}
|
||||||
|
|
||||||
|
arch=${pkgbasename##*-}
|
||||||
|
pkgbasename=${pkgbasename%-"$arch"}
|
||||||
|
|
||||||
|
rel=${pkgbasename##*-}
|
||||||
|
pkgbasename=${pkgbasename%-"$rel"}
|
||||||
|
|
||||||
|
ver=${pkgbasename##*-}
|
||||||
|
name=${pkgbasename%-"$ver"}
|
||||||
|
|
||||||
|
if [[ $targetname = "$name" && $targetarch = "$arch" ]] &&
|
||||||
|
pkgver_equal "$targetver" "$ver-$rel"; then
|
||||||
|
results+=("$pkg")
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
case ${#results[*]} in
|
||||||
|
0)
|
||||||
|
return 1
|
||||||
|
;;
|
||||||
|
1)
|
||||||
|
printf '%s\n' "${results[0]}"
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
error 'Multiple packages found:'
|
||||||
|
printf '\t%s\n' "${results[@]}" >&2
|
||||||
|
return 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat <<- _EOF_
|
cat <<- _EOF_
|
||||||
@@ -21,71 +92,46 @@ usage() {
|
|||||||
list for both packages and a library list for both packages.
|
list for both packages and a library list for both packages.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-r, --rmdir Remove the temporary directory
|
-r, --rmdir Remove the temporary directory
|
||||||
-w, --warn Print a warning in case of differences
|
-w, --warn Print a warning in case of differences
|
||||||
-M, --makepkg-config Set an alternate makepkg configuration file
|
-h, --help Show this help text
|
||||||
-h, --help Show this help text
|
|
||||||
_EOF_
|
_EOF_
|
||||||
}
|
}
|
||||||
|
|
||||||
RMDIR=0
|
RMDIR=0
|
||||||
WARN=0
|
WARN=0
|
||||||
MAKEPKG_CONF=/etc/makepkg.conf
|
|
||||||
|
|
||||||
# option checking
|
OPT_SHORT='rwh'
|
||||||
while (( $# )); do
|
OPT_LONG=('rmdir' 'warn' 'help')
|
||||||
|
if ! parseopts "$OPT_SHORT" "${OPT_LONG[@]}" -- "$@"; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
set -- "${OPTRET[@]}"
|
||||||
|
|
||||||
|
while :; do
|
||||||
case $1 in
|
case $1 in
|
||||||
|
-r|--rmdir)
|
||||||
|
RMDIR=1
|
||||||
|
;;
|
||||||
|
-w|--warn)
|
||||||
|
WARN=1
|
||||||
|
;;
|
||||||
-h|--help)
|
-h|--help)
|
||||||
usage
|
usage
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
-r|--rmdir)
|
|
||||||
RMDIR=1
|
|
||||||
shift
|
|
||||||
;;
|
|
||||||
-w|--warn)
|
|
||||||
WARN=1
|
|
||||||
shift
|
|
||||||
;;
|
|
||||||
-M|--makepkg-config)
|
|
||||||
MAKEPKG_CONF="$2"
|
|
||||||
shift 2
|
|
||||||
;;
|
|
||||||
--)
|
--)
|
||||||
shift
|
shift; break
|
||||||
break
|
|
||||||
;;
|
|
||||||
--*|-*)
|
|
||||||
die "invalid argument: %s" "$1"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
break
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
# Source makepkg.conf; fail if it is not found
|
|
||||||
if [[ -r "${MAKEPKG_CONF}" ]]; then
|
|
||||||
# shellcheck source=config/makepkg/x86_64.conf
|
|
||||||
source "${MAKEPKG_CONF}"
|
|
||||||
else
|
|
||||||
die "${MAKEPKG_CONF} not found!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Source user-specific makepkg.conf overrides
|
|
||||||
if [[ -r "${XDG_CONFIG_HOME:-$HOME/.config}/pacman/makepkg.conf" ]]; then
|
|
||||||
# shellcheck source=config/makepkg/x86_64.conf
|
|
||||||
source "${XDG_CONFIG_HOME:-$HOME/.config}/pacman/makepkg.conf"
|
|
||||||
elif [[ -r "$HOME/.makepkg.conf" ]]; then
|
|
||||||
# shellcheck source=config/makepkg/x86_64.conf
|
|
||||||
source "$HOME/.makepkg.conf"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ! -f PKGBUILD ]]; then
|
if [[ ! -f PKGBUILD ]]; then
|
||||||
die 'This must be run in the directory of a built package.'
|
die 'This must be run in the directory of a built package.'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck source=contrib/makepkg/PKGBUILD.proto
|
# shellcheck source=PKGBUILD.proto
|
||||||
. ./PKGBUILD
|
. ./PKGBUILD
|
||||||
if [[ ${arch[0]} == 'any' ]]; then
|
if [[ ${arch[0]} == 'any' ]]; then
|
||||||
CARCH='any'
|
CARCH='any'
|
||||||
@@ -95,8 +141,6 @@ STARTDIR=$(pwd)
|
|||||||
(( RMDIR )) && trap 'rm -rf $TEMPDIR' EXIT INT TERM QUIT
|
(( RMDIR )) && trap 'rm -rf $TEMPDIR' EXIT INT TERM QUIT
|
||||||
TEMPDIR=$(mktemp -d --tmpdir checkpkg-script.XXXX)
|
TEMPDIR=$(mktemp -d --tmpdir checkpkg-script.XXXX)
|
||||||
|
|
||||||
changed=0
|
|
||||||
|
|
||||||
for _pkgname in "${pkgname[@]}"; do
|
for _pkgname in "${pkgname[@]}"; do
|
||||||
comparepkg=$_pkgname
|
comparepkg=$_pkgname
|
||||||
pkgurl=
|
pkgurl=
|
||||||
@@ -109,10 +153,8 @@ for _pkgname in "${pkgname[@]}"; do
|
|||||||
|
|
||||||
if (( $# )); then
|
if (( $# )); then
|
||||||
case $1 in
|
case $1 in
|
||||||
*://*)
|
|
||||||
pkgurl=$1 ;;
|
|
||||||
/*|*/*)
|
/*|*/*)
|
||||||
pkgurl=$(readlink -m "$1") ;;
|
pkgurl=file://$(readlink -m "$1") ;;
|
||||||
*.pkg.tar*)
|
*.pkg.tar*)
|
||||||
pkgurl=$1 ;;
|
pkgurl=$1 ;;
|
||||||
'')
|
'')
|
||||||
@@ -150,21 +192,11 @@ for _pkgname in "${pkgname[@]}"; do
|
|||||||
find-libprovides "$pkgfile" 2>/dev/null | sort > "$TEMPDIR/libraries-$_pkgname"
|
find-libprovides "$pkgfile" 2>/dev/null | sort > "$TEMPDIR/libraries-$_pkgname"
|
||||||
if ! diff_output="$(sdiff -s "$TEMPDIR/libraries-$_pkgname-old" "$TEMPDIR/libraries-$_pkgname")"; then
|
if ! diff_output="$(sdiff -s "$TEMPDIR/libraries-$_pkgname-old" "$TEMPDIR/libraries-$_pkgname")"; then
|
||||||
message="Sonames differ in $_pkgname!"
|
message="Sonames differ in $_pkgname!"
|
||||||
if (( WARN )); then
|
(( WARN )) && warning "$message" || msg "$message"
|
||||||
warning "$message"
|
echo "$diff_output"
|
||||||
else
|
|
||||||
msg "$message"
|
|
||||||
fi
|
|
||||||
printf "%s\n" "$diff_output" 2>&1 | tee "${pkgfile##*/}-checkpkg.log"
|
|
||||||
changed=1
|
|
||||||
else
|
else
|
||||||
msg "No soname differences for %s." "$_pkgname"
|
msg "No soname differences for %s." "$_pkgname"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if ! (( RMDIR )); then
|
(( RMDIR )) || msg "Files saved to %s" "$TEMPDIR"
|
||||||
msg "Files saved to %s" "$TEMPDIR"
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit "$changed"
|
|
||||||
|
|
236
bin/pkg/commitpkg.in
Normal file
236
bin/pkg/commitpkg.in
Normal file
@@ -0,0 +1,236 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
get_path(){
|
||||||
|
local repo="$1" pkg=trunk/PKGBUILD
|
||||||
|
if [[ $repo != trunk ]]; then
|
||||||
|
[[ -f repos/$repo-${ARCH}/PKGBUILD ]] && pkg=repos/$repo-${ARCH}/PKGBUILD
|
||||||
|
[[ -f repos/$repo-any/PKGBUILD ]] && pkg=repos/$repo-any/PKGBUILD
|
||||||
|
fi
|
||||||
|
echo $pkg
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_commit(){
|
||||||
|
local dest="$1" to_rm="${2:-none}"
|
||||||
|
if [[ -d repos/$to_rm ]]; then
|
||||||
|
git rm -r repos/$to_rm
|
||||||
|
git commit -m "change of package arch"
|
||||||
|
fi
|
||||||
|
[[ -d repos/$dest ]] && git rm -r repos/$dest
|
||||||
|
[[ ! -d repos ]] && mkdir repos
|
||||||
|
[[ ! -d repos/$dest ]] && mkdir repos/$dest
|
||||||
|
}
|
||||||
|
|
||||||
|
check_team(){
|
||||||
|
if [[ ${REPO_SRC} == "core" && ${REPO_DEST} == "extra" ]] || \
|
||||||
|
[[ ${REPO_SRC} == "extra" && ${REPO_DEST} == "core" ]] || \
|
||||||
|
[[ ${REPO_SRC} == "extra" && ${REPO_DEST} == "community" ]] || \
|
||||||
|
[[ ${REPO_SRC} == "community" && ${REPO_DEST} == "extra" ]] ;then
|
||||||
|
|
||||||
|
local org=$(get_pkg_org "${PACKAGE}")
|
||||||
|
add_repo_to_team "${PACKAGE}" "$org" "${REPO_DEST}"
|
||||||
|
remove_repo_from_team "${PACKAGE}" "$org" "${REPO_SRC}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
commit_pkg(){
|
||||||
|
local artixpath=$(find_pkg "${TREE_DIR_ARTIX}" "${PACKAGE}")
|
||||||
|
|
||||||
|
if [[ -n ${artixpath} ]];then
|
||||||
|
|
||||||
|
local group=${artixpath%/*}
|
||||||
|
|
||||||
|
cd ${group}
|
||||||
|
|
||||||
|
local head=$(get_local_head)
|
||||||
|
|
||||||
|
cd ${artixpath}
|
||||||
|
|
||||||
|
local pkgbuild=$(get_path "${REPO_SRC}")
|
||||||
|
|
||||||
|
. $pkgbuild
|
||||||
|
[[ $arch == 'any' ]] && CARCH=any
|
||||||
|
|
||||||
|
local version=$(get_full_version)
|
||||||
|
|
||||||
|
local commit_msg=""
|
||||||
|
|
||||||
|
if ${remove};then
|
||||||
|
local action='remove'
|
||||||
|
if [[ "${REPO_SRC}" == 'trunk' ]];then
|
||||||
|
local pkg=${PACKAGE}
|
||||||
|
git rm -r trunk
|
||||||
|
else
|
||||||
|
local pkg="${PACKAGE}-$version"
|
||||||
|
git rm -r repos/"${REPO_SRC}-$CARCH"
|
||||||
|
fi
|
||||||
|
commit_msg="[${REPO_SRC}] '$pkg' ${action}"
|
||||||
|
msg "Action: %s" "$commit_msg"
|
||||||
|
else
|
||||||
|
local action='modify'
|
||||||
|
commit_msg="[${REPO_SRC}] '${PACKAGE}-$version' ${action}"
|
||||||
|
msg "Action: %s" "$commit_msg"
|
||||||
|
git add .
|
||||||
|
fi
|
||||||
|
git commit -m "$commit_msg"
|
||||||
|
|
||||||
|
cd ${group}
|
||||||
|
|
||||||
|
${push} && pull_tree "${group##*/}" "$head"
|
||||||
|
|
||||||
|
# subrepo_pull "${PACKAGE}"
|
||||||
|
subrepo_push "${PACKAGE}"
|
||||||
|
subrepo_clean "${PACKAGE}"
|
||||||
|
|
||||||
|
${push} && push_tree "${group##*/}"
|
||||||
|
|
||||||
|
git prune
|
||||||
|
else
|
||||||
|
error "Package '%s' does not exist!" "${PACKAGE}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
get_rm_arch(){
|
||||||
|
local rm_arch='none'
|
||||||
|
case "$CARCH" in
|
||||||
|
'any') rm_arch="${REPO_DEST}-x86_64" ;;
|
||||||
|
'x86_64') rm_arch="${REPO_DEST}-any" ;;
|
||||||
|
esac
|
||||||
|
echo $rm_arch
|
||||||
|
}
|
||||||
|
|
||||||
|
repo_commit_pkg(){
|
||||||
|
local artixpath=$(find_pkg "${TREE_DIR_ARTIX}" "${PACKAGE}")
|
||||||
|
if [[ -n ${artixpath} ]];then
|
||||||
|
|
||||||
|
local group=${artixpath%/*}
|
||||||
|
|
||||||
|
cd ${group}
|
||||||
|
|
||||||
|
local head=$(get_local_head)
|
||||||
|
|
||||||
|
cd ${artixpath}
|
||||||
|
|
||||||
|
local pkgbuild=$(get_path "${REPO_SRC}")
|
||||||
|
|
||||||
|
. $pkgbuild
|
||||||
|
[[ $arch == 'any' ]] && CARCH=any
|
||||||
|
|
||||||
|
local version=$(get_full_version)
|
||||||
|
|
||||||
|
if [[ ${REPO_SRC} == 'trunk' ]];then
|
||||||
|
local action='add'
|
||||||
|
local dest="${REPO_DEST}-$CARCH"
|
||||||
|
|
||||||
|
prepare_commit "$dest" "$(get_rm_arch)"
|
||||||
|
|
||||||
|
cp trunk/* repos/$dest/
|
||||||
|
else
|
||||||
|
local action='move'
|
||||||
|
local src="${REPO_SRC}-$CARCH" dest="${REPO_DEST}-$CARCH"
|
||||||
|
|
||||||
|
[[ ! -f repos/$src/PKGBUILD ]] && die "%s does not exist!" "repos/$src/PKGBUILD"
|
||||||
|
prepare_commit "$dest" "$(get_rm_arch)"
|
||||||
|
|
||||||
|
cp repos/$src/* repos/$dest/
|
||||||
|
git rm -r repos/$src
|
||||||
|
fi
|
||||||
|
local commit_msg="[${REPO_SRC}] -> [${REPO_DEST}] '${PACKAGE}-$version' ${action}"
|
||||||
|
msg "Action: %s" "$commit_msg"
|
||||||
|
|
||||||
|
git add .
|
||||||
|
git commit -m "$commit_msg"
|
||||||
|
|
||||||
|
cd ${group}
|
||||||
|
|
||||||
|
${push} && pull_tree "${group##*/}" "$head"
|
||||||
|
|
||||||
|
# subrepo_pull "${PACKAGE}"
|
||||||
|
subrepo_push "${PACKAGE}"
|
||||||
|
subrepo_clean "${PACKAGE}"
|
||||||
|
|
||||||
|
${push} && push_tree "${group##*/}"
|
||||||
|
|
||||||
|
git prune
|
||||||
|
|
||||||
|
check_team
|
||||||
|
else
|
||||||
|
error "Package '%s' does not exist!" "${PACKAGE}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
is_valid_repo(){
|
||||||
|
local src="$1" cases=
|
||||||
|
set_arch_repos true true true
|
||||||
|
for r in ${ARCH_REPOS[@]};do
|
||||||
|
cases=${cases:-}${cases:+|}${r}
|
||||||
|
done
|
||||||
|
eval "case $src in
|
||||||
|
${cases}|trunk) return 0 ;;
|
||||||
|
*) return 1 ;;
|
||||||
|
esac"
|
||||||
|
}
|
||||||
|
|
||||||
|
load_makepkg_config
|
||||||
|
|
||||||
|
REPO_SRC='trunk'
|
||||||
|
PACKAGE=''
|
||||||
|
remove=false
|
||||||
|
push=false
|
||||||
|
|
||||||
|
cmd=${0##*/}
|
||||||
|
REPO_DEST=${cmd%pkg}
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options]"
|
||||||
|
echo " -s <name> Source repository [default:${REPO_SRC}]"
|
||||||
|
echo ' -p <pkg> Package name'
|
||||||
|
echo ' -r Delete from repo (commitpkg only)'
|
||||||
|
echo ' -u Push'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='p:s:urh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
s) REPO_SRC="$OPTARG" ;;
|
||||||
|
p) PACKAGE="$OPTARG" ;;
|
||||||
|
r) remove=true ;;
|
||||||
|
u) push=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
if $(is_valid_repo "${REPO_SRC}");then
|
||||||
|
if [[ "${cmd}" == 'commitpkg' ]];then
|
||||||
|
commit_pkg
|
||||||
|
else
|
||||||
|
repo_commit_pkg
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
error "source repository '%s' is not valid!" "${REPO_SRC}"
|
||||||
|
fi
|
324
bin/pkg/comparepkg.in
Normal file
324
bin/pkg/comparepkg.in
Normal file
@@ -0,0 +1,324 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
get_import_path(){
|
||||||
|
local pkg="$1" import_path=
|
||||||
|
|
||||||
|
for tree in ${TREE_NAMES_ARCH[@]};do
|
||||||
|
[[ -d ${TREE_DIR_ARCH}/$tree/$pkg/repos ]] && import_path=${TREE_DIR_ARCH}/$tree/$pkg
|
||||||
|
done
|
||||||
|
echo $import_path
|
||||||
|
}
|
||||||
|
|
||||||
|
compare_m(){
|
||||||
|
local artixver="$1" artixrepo="$2" archver="$3" archrepo="$4"
|
||||||
|
|
||||||
|
local result=$(vercmp "$artixver" "$archver")
|
||||||
|
if [[ $artixrepo == *testing* ]] || [[ $artixrepo == *staging* ]]; then
|
||||||
|
if [[ "$archrepo" == "$artixrepo" ]]; then
|
||||||
|
msg_row "${table}" "${archrepo%-*}" "${artixrepo%-*}" "$pkg" "$archver" "$artixver" "${group#*-}"
|
||||||
|
else
|
||||||
|
msg_row_notify "${table}" "${archrepo%-*}" "${artixrepo%-*}" "$pkg" "$archver" "$artixver" "${group#*-}"
|
||||||
|
if [[ -n "$archrepo" ]]; then
|
||||||
|
printf "%s\n" "${archrepo%-*}:${artixrepo%-*}:$pkg" >> ${TREE_DIR_ARTIX}/pkg_moves.list
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
compare_u(){
|
||||||
|
local artixver="$1" artixrepo="$2" archver="$3" archrepo="$4"
|
||||||
|
|
||||||
|
local result=$(vercmp "$artixver" "$archver")
|
||||||
|
if [ $result -eq -1 ];then
|
||||||
|
msg_row_upgrade "${table}" "${archrepo%-*}" "${artixrepo%-*}" "$pkg" "$archver" "$artixver" "${group#*-}"
|
||||||
|
printf "%s\n" "${archrepo%-*}:$pkg" >> ${TREE_DIR_ARTIX}/pkg_upgrades.list
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
compare_d(){
|
||||||
|
local artixver="$1" artixrepo="$2" archver="$3" archrepo="$4"
|
||||||
|
|
||||||
|
local result=$(vercmp "$artixver" "$archver")
|
||||||
|
if [ $result -eq 1 ];then
|
||||||
|
if [[ -n "$archver" ]] && [[ -n "$archrepo" ]];then
|
||||||
|
msg_row_downgrade "${table}" "${archrepo%-*}" "${artixrepo%-*}" "$pkg" "$archver" "$artixver" "${group#*-}"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_compare(){
|
||||||
|
local func="$1" pkgpath="$2"
|
||||||
|
local group="${pkgpath%/*}"
|
||||||
|
group=${group##*/}
|
||||||
|
local pkg=${pkgpath##*/}
|
||||||
|
local artixrepo=$(find_repo "$pkgpath")
|
||||||
|
local pkgbuild=$pkgpath/repos/$artixrepo/PKGBUILD
|
||||||
|
|
||||||
|
if [[ -f $pkgbuild ]];then
|
||||||
|
. $pkgbuild 2>/dev/null
|
||||||
|
local artixver=$(get_full_version)
|
||||||
|
|
||||||
|
local archpath=$(get_import_path $pkg)
|
||||||
|
local archrepo=$(find_repo "${archpath}")
|
||||||
|
pkgbuild=$archpath/repos/$archrepo/PKGBUILD
|
||||||
|
|
||||||
|
if [[ -f "$pkgbuild" ]];then
|
||||||
|
. $pkgbuild 2>/dev/null
|
||||||
|
local archver=$(get_full_version)
|
||||||
|
fi
|
||||||
|
|
||||||
|
"$func" "$artixver" "$artixrepo" "$archver" "$archrepo"
|
||||||
|
|
||||||
|
unset pkgver epoch pkgrel artixver archver pkgbuild archpath
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
compare_upgrades(){
|
||||||
|
local pkgpath="${1%/*}"
|
||||||
|
pre_compare compare_u "$pkgpath"
|
||||||
|
}
|
||||||
|
|
||||||
|
compare_downgrades(){
|
||||||
|
local pkgpath="${1%/*}"
|
||||||
|
pre_compare compare_d "$pkgpath"
|
||||||
|
}
|
||||||
|
|
||||||
|
compare_move(){
|
||||||
|
local pkgpath="${1%/*}"
|
||||||
|
pre_compare compare_m "$pkgpath"
|
||||||
|
}
|
||||||
|
|
||||||
|
tree_loop(){
|
||||||
|
local func="$1"
|
||||||
|
for tree in ${TREE_NAMES_ARTIX[@]};do
|
||||||
|
local pkgs=$(find ${TREE_DIR_ARTIX}/$tree -name trunk)
|
||||||
|
for package in ${pkgs[@]}; do
|
||||||
|
"$func" "$package"
|
||||||
|
done
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
show_compare_header(){
|
||||||
|
msg_table_header "${table}" "Arch Repo" "Artix Repo" "Package" "Arch version" "Artix version" "Group"
|
||||||
|
}
|
||||||
|
|
||||||
|
show_upgrades_table(){
|
||||||
|
show_compare_header
|
||||||
|
[[ -f ${TREE_DIR_ARTIX}/pkg_upgrades.list ]] && rm ${TREE_DIR_ARTIX}/pkg_upgrades.list
|
||||||
|
tree_loop compare_upgrades
|
||||||
|
}
|
||||||
|
|
||||||
|
show_downgrades_table(){
|
||||||
|
show_compare_header
|
||||||
|
tree_loop compare_downgrades
|
||||||
|
}
|
||||||
|
|
||||||
|
show_move_table(){
|
||||||
|
show_compare_header
|
||||||
|
[[ -f ${TREE_DIR_ARTIX}/pkg_moves.list ]] && rm ${TREE_DIR_ARTIX}/pkg_moves.list
|
||||||
|
tree_loop compare_move
|
||||||
|
}
|
||||||
|
|
||||||
|
update_db_cache(){
|
||||||
|
msg "Updating database cache"
|
||||||
|
for repo in "${searchrepos[@]}"; do
|
||||||
|
local cachedir=${db_cache_dir}/${LINKSDBEXT}/${ARCH}/${repo}
|
||||||
|
rm -rf "$cachedir"
|
||||||
|
mkdir -p "$cachedir"
|
||||||
|
msg2 "%s" "$repo"
|
||||||
|
curl -L -s "${REPOS_MIRROR}/${repo}/os/${ARCH}/${repo}.${LINKSDBEXT}" \
|
||||||
|
| bsdtar -xf - -C "$cachedir"
|
||||||
|
done
|
||||||
|
msg "Done"
|
||||||
|
}
|
||||||
|
|
||||||
|
query_db() {
|
||||||
|
for repo in "${searchrepos[@]}"; do
|
||||||
|
local prefix=
|
||||||
|
local db=${db_cache_dir}/${LINKSDBEXT}/${ARCH}/${repo}/
|
||||||
|
if [[ -d ${db} ]]; then
|
||||||
|
while read -rd '' pkg; do
|
||||||
|
read -r match
|
||||||
|
pkg=${pkg#${db}}
|
||||||
|
pkg="${pkg%/*}"
|
||||||
|
msg_row "${tableQ}" "${repo}" "${pkg}" "${match}"
|
||||||
|
done < <(grep -rZ "${library}" "${db}") | sort -u
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
show_lib_table() {
|
||||||
|
${sync} && update_db_cache
|
||||||
|
msg_table_header "${tableQ}" "Repo" "Package" "Library"
|
||||||
|
query_db
|
||||||
|
}
|
||||||
|
|
||||||
|
is_db_entry() {
|
||||||
|
local pkgname="$1" repo="${REPOS[$2]}"
|
||||||
|
|
||||||
|
if [[ -d ${db_cache_dir}/${LINKSDBEXT}/${ARCH}/$repo/$pkgname ]];then
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
check_db(){
|
||||||
|
local pkgpath="${1%/*}"
|
||||||
|
local pkg=${pkgpath##*/}
|
||||||
|
local sarch=(any ${ARCH})
|
||||||
|
|
||||||
|
for repo in ${ARCH_REPOS[@]};do
|
||||||
|
for a in ${sarch[@]};do
|
||||||
|
|
||||||
|
local pkgbuild=$pkgpath/repos/$repo-$a/PKGBUILD
|
||||||
|
|
||||||
|
if [[ -f $pkgbuild ]];then
|
||||||
|
|
||||||
|
. $pkgbuild 2>/dev/null
|
||||||
|
local artixver=$(get_full_version)
|
||||||
|
|
||||||
|
local is_entry=false
|
||||||
|
|
||||||
|
for name in ${pkgname[@]};do
|
||||||
|
|
||||||
|
if is_db_entry "$name-$artixver" "$repo";then
|
||||||
|
is_entry=true
|
||||||
|
fi
|
||||||
|
if ! $is_entry;then
|
||||||
|
msg_row "${tableU}" "$repo" "$name" "$artixver" "$is_entry"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
unset artixver is_entry pkgbuild pkgver epoch pkgname pkgbase
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
show_db_table(){
|
||||||
|
${sync} && update_db_cache
|
||||||
|
msg_table_header "${tableU}" "Repo" "Package" "Version" "Database"
|
||||||
|
tree_loop check_db
|
||||||
|
}
|
||||||
|
|
||||||
|
db_cache_dir="${XDG_CACHE_HOME:-$USER_HOME/.cache}/artools"
|
||||||
|
|
||||||
|
load_makepkg_config
|
||||||
|
|
||||||
|
testing=true
|
||||||
|
staging=true
|
||||||
|
unstable=false
|
||||||
|
|
||||||
|
upgrades=false
|
||||||
|
downgrades=false
|
||||||
|
move=false
|
||||||
|
|
||||||
|
sync=false
|
||||||
|
check=false
|
||||||
|
query=false
|
||||||
|
|
||||||
|
readonly table="%-18s %-18s %-25s %-27s %-27s %-10s"
|
||||||
|
readonly tableU="%-20s %-35s %-30s %-10s"
|
||||||
|
readonly tableQ="%-20s %-45s %s"
|
||||||
|
|
||||||
|
declare -A REPOS=(
|
||||||
|
[core]=system
|
||||||
|
[extra]=world
|
||||||
|
[community]=galaxy
|
||||||
|
[multilib]=lib32
|
||||||
|
[testing]=gremlins
|
||||||
|
[staging]=goblins
|
||||||
|
[community-testing]=galaxy-gremlins
|
||||||
|
[community-staging]=galaxy-goblins
|
||||||
|
[multilib-testing]=lib32-gremlins
|
||||||
|
[multilib-staging]=lib32-goblins
|
||||||
|
[kde-unstable]=kde-wobble
|
||||||
|
[gnome-unstable]=gnome-wobble
|
||||||
|
)
|
||||||
|
|
||||||
|
searchrepos=(
|
||||||
|
${REPOS[kde-unstable]}
|
||||||
|
${REPOS[gnome-unstable]}
|
||||||
|
${REPOS[staging]}
|
||||||
|
${REPOS[testing]}
|
||||||
|
${REPOS[core]}
|
||||||
|
${REPOS[extra]}
|
||||||
|
${REPOS[community-staging]}
|
||||||
|
${REPOS[community-testing]}
|
||||||
|
${REPOS[community]}
|
||||||
|
${REPOS[multilib-staging]}
|
||||||
|
${REPOS[multilib-testing]}
|
||||||
|
${REPOS[multilib]}
|
||||||
|
)
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options] (with -q [libname])"
|
||||||
|
echo ' -u Show upgrade packages'
|
||||||
|
echo ' -d Show downgrade packages'
|
||||||
|
echo ' -m Show packages to move'
|
||||||
|
echo " -x Don't inlcude testing packages"
|
||||||
|
echo " -y Don't inlcude staging packages"
|
||||||
|
echo ' -z Include unstable kde and gnome'
|
||||||
|
echo " -s Sync repo databases"
|
||||||
|
echo ' -c Check repos'
|
||||||
|
echo " -q Query repo databases for so libs"
|
||||||
|
echo ' -r <repo> Repo name to query'
|
||||||
|
echo ' [default: all]'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
|
opts='r:qcsudmxyzh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
u) upgrades=true ;;
|
||||||
|
d) downgrades=true ;;
|
||||||
|
m) move=true ;;
|
||||||
|
s) sync=true ;;
|
||||||
|
c) check=true ;;
|
||||||
|
q) query=true ;;
|
||||||
|
r) searchrepos=("$OPTARG") ;;
|
||||||
|
x) testing=false ;;
|
||||||
|
y) staging=false ;;
|
||||||
|
z) unstable=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
library="$1"; shift
|
||||||
|
|
||||||
|
set_arch_repos "$testing" "$staging" "$unstable"
|
||||||
|
|
||||||
|
${move} && show_move_table
|
||||||
|
|
||||||
|
${upgrades} && show_upgrades_table
|
||||||
|
|
||||||
|
${downgrades} && show_downgrades_table
|
||||||
|
|
||||||
|
${check} && show_db_table
|
||||||
|
|
||||||
|
${query} && show_lib_table
|
116
bin/pkg/deploypkg.in
Normal file
116
bin/pkg/deploypkg.in
Normal file
@@ -0,0 +1,116 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
get_pkgbasename(){
|
||||||
|
local pkg="$1"
|
||||||
|
local pkgbasename name ver rel arch
|
||||||
|
|
||||||
|
pkgbasename=${pkg%.pkg.tar*}
|
||||||
|
arch=${pkgbasename##*-}
|
||||||
|
pkgbasename=${pkgbasename%-"$arch"}
|
||||||
|
|
||||||
|
rel=${pkgbasename##*-}
|
||||||
|
pkgbasename=${pkgbasename%-"$rel"}
|
||||||
|
|
||||||
|
ver=${pkgbasename##*-}
|
||||||
|
|
||||||
|
name=${pkgbasename%-"$ver"}
|
||||||
|
echo $name
|
||||||
|
}
|
||||||
|
|
||||||
|
add(){
|
||||||
|
packages+=("$pkg.$ext")
|
||||||
|
action='add'
|
||||||
|
ln -sf "${pkgfile}"{,.sig} "$repo_path"/
|
||||||
|
}
|
||||||
|
|
||||||
|
remove(){
|
||||||
|
local to_remove=$(get_pkgbasename "$pkg.$ext")
|
||||||
|
packages+=("$to_remove")
|
||||||
|
action='remove'
|
||||||
|
rm "$repo_path"/"$to_remove"*pkg.tar*
|
||||||
|
}
|
||||||
|
|
||||||
|
repo_action(){
|
||||||
|
local packages=() action= func="$1"
|
||||||
|
for pkgname in ${passfiles[@]}; do
|
||||||
|
pkg=${pkgname%.*}
|
||||||
|
for ext in zst xz;do
|
||||||
|
if pkgfile=$(find_cached_pkgfile "$pkg.$ext");then
|
||||||
|
msg "Found: %s" "${pkgfile}"
|
||||||
|
"$func"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
cd $repo_path
|
||||||
|
if [[ -n "$action" ]]; then
|
||||||
|
repo-"$action" -R "${dest_repo}"."${PKGDBEXT}" "${packages[@]}"
|
||||||
|
${linksdb} && links-"$action" "${dest_repo}"."${LINKSDBEXT}" "${packages[@]}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
load_makepkg_config
|
||||||
|
|
||||||
|
add_pkg=false
|
||||||
|
rm_pkg=false
|
||||||
|
linksdb=false
|
||||||
|
|
||||||
|
cmd=${0##*/}
|
||||||
|
dest_repo=${cmd#*-}
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${cmd} [options]"
|
||||||
|
echo ' -d <dest> Destination repository'
|
||||||
|
echo ' -a Add package(s) to repository'
|
||||||
|
echo ' -r Remove package(s) from repository'
|
||||||
|
echo ' -l Use links db'
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
opts='arlhd:'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
d) dest_repo="$OPTARG" ;;
|
||||||
|
a) add_pkg=true; rm_pkg=false ;;
|
||||||
|
r) rm_pkg=true; add_pkg=false ;;
|
||||||
|
l) linksdb=true ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(($OPTIND - 1))
|
||||||
|
|
||||||
|
passfiles="$@"
|
||||||
|
|
||||||
|
prepare_dir "${REPOS_ROOT}"
|
||||||
|
|
||||||
|
repo_path=${REPOS_ROOT}/${dest_repo}/os/${ARCH}
|
||||||
|
|
||||||
|
if [[ -n ${passfiles[@]} ]]; then
|
||||||
|
if ${add_pkg}; then
|
||||||
|
repo_action add
|
||||||
|
fi
|
||||||
|
if ${rm_pkg}; then
|
||||||
|
repo_action remove
|
||||||
|
fi
|
||||||
|
fi
|
@@ -1,13 +1,21 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
IGNORE_INTERNAL=0
|
IGNORE_INTERNAL=0
|
||||||
|
|
||||||
@@ -24,9 +32,9 @@ case $script_mode in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ -z $1 ]]; then
|
if [[ -z $1 ]]; then
|
||||||
printf "%s [options] <package file|extracted package dir>\n" "${0##*/}"
|
echo "${0##*/} [options] <package file|extracted package dir>"
|
||||||
printf "Options:\n"
|
echo "Options:"
|
||||||
printf " --ignore-internal ignore internal libraries\n"
|
echo " --ignore-internal ignore internal libraries"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -43,13 +51,9 @@ else
|
|||||||
pushd "$WORKDIR" >/dev/null
|
pushd "$WORKDIR" >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
shopt -s extglob
|
|
||||||
|
|
||||||
process_sofile() {
|
process_sofile() {
|
||||||
# extract the library name: libfoo.so
|
# extract the library name: libfoo.so
|
||||||
shopt -s extglob nullglob
|
|
||||||
soname="${sofile%.so?(+(.+([0-9])))}".so
|
soname="${sofile%.so?(+(.+([0-9])))}".so
|
||||||
shopt -u extglob nullglob
|
|
||||||
# extract the major version: 1
|
# extract the major version: 1
|
||||||
soversion="${sofile##*\.so\.}"
|
soversion="${sofile##*\.so\.}"
|
||||||
if [[ "$soversion" = "$sofile" ]] && ((IGNORE_INTERNAL)); then
|
if [[ "$soversion" = "$sofile" ]] && ((IGNORE_INTERNAL)); then
|
||||||
@@ -57,13 +61,11 @@ process_sofile() {
|
|||||||
fi
|
fi
|
||||||
if ! in_array "${soname}=${soversion}-${soarch}" "${soobjects[@]}"; then
|
if ! in_array "${soname}=${soversion}-${soarch}" "${soobjects[@]}"; then
|
||||||
# libfoo.so=1-64
|
# libfoo.so=1-64
|
||||||
printf "%s\n" "${soname}=${soversion}-${soarch}"
|
echo "${soname}=${soversion}-${soarch}"
|
||||||
soobjects+=("${soname}=${soversion}-${soarch}")
|
soobjects+=("${soname}=${soversion}-${soarch}")
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
shopt -u extglob
|
|
||||||
|
|
||||||
case $script_mode in
|
case $script_mode in
|
||||||
deps) find_args=(-perm -u+x);;
|
deps) find_args=(-perm -u+x);;
|
||||||
provides) find_args=(-name '*.so*');;
|
provides) find_args=(-name '*.so*');;
|
@@ -1,27 +1,34 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
|
|
||||||
match=$1
|
match=$1
|
||||||
|
|
||||||
if [[ -z $match ]]; then
|
if [[ -z $match ]]; then
|
||||||
printf 'Usage: finddeps <depname>\n'
|
echo 'Usage: finddeps <depname>'
|
||||||
printf '\n'
|
echo ''
|
||||||
printf 'Find packages that depend on a given depname.\n'
|
echo 'Find packages that depend on a given depname.'
|
||||||
printf 'Run this script from the top-level directory of your ABS tree.\n'
|
echo 'Run this script from the top-level directory of your ABS tree.'
|
||||||
printf '\n'
|
echo ''
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
find . -type d -print0 2>/dev/null| while read -r -d '' d; do
|
find . -type d -print0 2>/dev/null| while read -r -d '' d; do
|
||||||
if [[ -f "$d/PKGBUILD" ]]; then
|
if [[ -f "$d/PKGBUILD" ]]; then
|
||||||
pkgname=() depends=() makedepends=() optdepends=()
|
pkgname=() depends=() makedepends=() optdepends=()
|
||||||
# shellcheck source=contrib/makepkg/PKGBUILD.proto
|
# shellcheck source=PKGBUILD.proto
|
||||||
. "$d/PKGBUILD"
|
. "$d/PKGBUILD"
|
||||||
for dep in "${depends[@]}"; do
|
for dep in "${depends[@]}"; do
|
||||||
# lose the version comparator, if any
|
# lose the version comparator, if any
|
@@ -1,11 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
|
|
||||||
ifs=$IFS
|
ifs=$IFS
|
||||||
IFS="${IFS}:"
|
IFS="${IFS}:"
|
||||||
@@ -33,7 +40,7 @@ for tree in $PATH $libdirs $extras; do
|
|||||||
# Is an ELF binary.
|
# Is an ELF binary.
|
||||||
if (( $(ldd "$i" 2>/dev/null | grep -c 'not found') != 0 )); then
|
if (( $(ldd "$i" 2>/dev/null | grep -c 'not found') != 0 )); then
|
||||||
# Missing lib.
|
# Missing lib.
|
||||||
printf "%s\n" "$i:" >> "$TEMPDIR/raw.txt"
|
echo "$i:" >> "$TEMPDIR/raw.txt"
|
||||||
ldd "$i" 2>/dev/null | grep 'not found' >> "$TEMPDIR/raw.txt"
|
ldd "$i" 2>/dev/null | grep 'not found' >> "$TEMPDIR/raw.txt"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
533
bin/pkg/links-add.in
Normal file
533
bin/pkg/links-add.in
Normal file
@@ -0,0 +1,533 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# links-add - add a package to a given repo database file
|
||||||
|
# links-remove - remove a package entry from a given repo database file
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org>
|
||||||
|
# Copyright (c) 2019 artoo@artixlinux.org
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
declare -r REPO_DB_NAME="links"
|
||||||
|
|
||||||
|
QUIET=0
|
||||||
|
ONLYADDNEW=0
|
||||||
|
SIGN=0
|
||||||
|
KEY=0
|
||||||
|
VERIFY=0
|
||||||
|
REPO_DB_FILE=
|
||||||
|
REPO_DB_PREFIX=
|
||||||
|
REPO_DB_SUFFIX=
|
||||||
|
LOCKFILE=
|
||||||
|
CLEAN_LOCK=0
|
||||||
|
# PREVENT_DOWNGRADE=0
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
# ensure we have a sane umask set
|
||||||
|
umask 0022
|
||||||
|
|
||||||
|
# print usage instructions
|
||||||
|
usage() {
|
||||||
|
cmd=${0##*/}
|
||||||
|
printf -- "%s \n\n" "$cmd"
|
||||||
|
if [[ $cmd == "links-add" ]] ; then
|
||||||
|
printf -- "Usage: links-add [options] <path-to-db> <package> ...\n"
|
||||||
|
printf -- "\n"
|
||||||
|
printf -- "\
|
||||||
|
links-add will update a package database by reading a package file.\n\
|
||||||
|
Multiple packages to add can be specified on the command line.\n"
|
||||||
|
printf -- "\n"
|
||||||
|
printf -- "Options:\n"
|
||||||
|
printf -- " -n, --new only add packages that are not already in the database\n"
|
||||||
|
# printf -- "$(gettext " -p, --prevent-downgrade do not add package to database if a newer version is already present\n")"
|
||||||
|
elif [[ $cmd == "links-remove" ]] ; then
|
||||||
|
printf -- "Usage: links-remove [options] <path-to-db> <packagename> ...\n"
|
||||||
|
printf -- "\n"
|
||||||
|
printf -- "\
|
||||||
|
links-remove will update a package database by removing the package name\n\
|
||||||
|
specified on the command line from the given repo database. Multiple\n\
|
||||||
|
packages to remove can be specified on the command line.\n"
|
||||||
|
printf -- "\n"
|
||||||
|
printf -- "Options:\n"
|
||||||
|
else
|
||||||
|
printf -- "Please move along, there is nothing to see here.\n"
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
printf -- " --nocolor turn off color in output\n"
|
||||||
|
printf -- " -q, --quiet minimize output\n"
|
||||||
|
printf -- " -s, --sign sign database with GnuPG after update\n"
|
||||||
|
printf -- " -k, --key <key> use the specified key to sign the database\n"
|
||||||
|
printf -- " -v, --verify verify database's signature before update\n"
|
||||||
|
printf -- "\n\
|
||||||
|
See %s(8) for more details and descriptions of the available options.\n" $cmd
|
||||||
|
printf "\n"
|
||||||
|
if [[ $cmd == "links-add" ]] ; then
|
||||||
|
printf -- "Example: links-add /path/to/repo.${LINKSDBEXT} pacman-5.1.3-1-x86_64.pkg.tar.xz\n"
|
||||||
|
elif [[ $cmd == "links-remove" ]] ; then
|
||||||
|
printf -- "Example: links-remove /path/to/repo.${LINKSDBEXT} kernel26\n"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
find_pkgentry() {
|
||||||
|
local pkgname=$1
|
||||||
|
local pkgentry
|
||||||
|
|
||||||
|
for pkgentry in "$tmpdir/${REPO_DB_NAME}/$pkgname"*; do
|
||||||
|
name=${pkgentry##*/}
|
||||||
|
if [[ ${name%-*-*} = $pkgname ]]; then
|
||||||
|
echo $pkgentry
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
check_gpg() {
|
||||||
|
if ! type -p gpg >/dev/null; then
|
||||||
|
error "Cannot find the gpg binary! Is GnuPG installed?"
|
||||||
|
exit 1 # $E_MISSING_PROGRAM
|
||||||
|
fi
|
||||||
|
|
||||||
|
if (( ! VERIFY )); then
|
||||||
|
if ! gpg --list-key ${GPGKEY} &>/dev/null; then
|
||||||
|
if [[ ! -z $GPGKEY ]]; then
|
||||||
|
error "The key ${GPGKEY} does not exist in your keyring."
|
||||||
|
elif (( ! KEY )); then
|
||||||
|
error "There is no key in your keyring."
|
||||||
|
fi
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# sign the package database once repackaged
|
||||||
|
create_signature() {
|
||||||
|
(( ! SIGN )) && return
|
||||||
|
local dbfile=$1
|
||||||
|
local ret=0
|
||||||
|
msg "Signing database '%s'..." "${dbfile##*/.tmp.}"
|
||||||
|
|
||||||
|
local SIGNWITHKEY=""
|
||||||
|
if [[ -n $GPGKEY ]]; then
|
||||||
|
SIGNWITHKEY="-u ${GPGKEY}"
|
||||||
|
fi
|
||||||
|
gpg --detach-sign --use-agent --no-armor ${SIGNWITHKEY} "$dbfile" &>/dev/null || ret=$?
|
||||||
|
|
||||||
|
if (( ! ret )); then
|
||||||
|
msg2 "Created signature file '%s'" "${dbfile##*/.tmp.}.sig"
|
||||||
|
else
|
||||||
|
warning "Failed to sign package database file '%s'" "${dbfile##*/.tmp.}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# verify the existing package database signature
|
||||||
|
verify_signature() {
|
||||||
|
(( ! VERIFY )) && return
|
||||||
|
local dbfile=$1
|
||||||
|
local ret=0
|
||||||
|
msg "Verifying database signature..."
|
||||||
|
|
||||||
|
if [[ ! -f $dbfile.sig ]]; then
|
||||||
|
warning "No existing signature found, skipping verification."
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
gpg --verify "$dbfile.sig" || ret=$?
|
||||||
|
if (( ! ret )); then
|
||||||
|
msg2 "Database signature file verified."
|
||||||
|
else
|
||||||
|
error "Database signature was NOT valid!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
verify_repo_extension() {
|
||||||
|
local repofile=$1
|
||||||
|
|
||||||
|
case $repofile in
|
||||||
|
*.links.tar.gz) TAR_OPT="z" ;;
|
||||||
|
*.links.tar.bz2) TAR_OPT="j" ;;
|
||||||
|
*.links.tar.xz) TAR_OPT="J" ;;
|
||||||
|
*.links.tar.zst) TAR_OPT="--zstd" ;;
|
||||||
|
*.links.tar.Z) TAR_OPT="Z" ;;
|
||||||
|
*.links.tar) TAR_OPT="" ;;
|
||||||
|
*) error "'%s' does not have a valid database archive extension." \
|
||||||
|
"$repofile"
|
||||||
|
exit 1 ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
printf '%s' "$TAR_OPT"
|
||||||
|
}
|
||||||
|
|
||||||
|
# write an entry to the pacman database
|
||||||
|
# arg1 - path to package
|
||||||
|
db_write_entry() {
|
||||||
|
# blank out all variables
|
||||||
|
local pkgfile=$1
|
||||||
|
|
||||||
|
local pkgname pkgver
|
||||||
|
|
||||||
|
# read info from the zipped package
|
||||||
|
local line var val
|
||||||
|
while read -r line; do
|
||||||
|
[[ ${line:0:1} = '#' ]] && continue
|
||||||
|
IFS=' =' read -r var val < <(printf '%s\n' "$line")
|
||||||
|
# normalize whitespace with an extglob
|
||||||
|
declare "$var=${val//+([[:space:]])/ }"
|
||||||
|
|
||||||
|
done< <(bsdtar -xOqf "$pkgfile" .PKGINFO)
|
||||||
|
|
||||||
|
# ensure $pkgname and $pkgver variables were found
|
||||||
|
if [[ -z $pkgname || -z $pkgver ]]; then
|
||||||
|
error "Invalid package file '%s'." "$pkgfile"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ -d $tmpdir/${REPO_DB_NAME}/$pkgname-$pkgver ]]; then
|
||||||
|
warning "An entry for '%s' already existed" "$pkgname-$pkgver"
|
||||||
|
if (( ONLYADDNEW )); then
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
# else
|
||||||
|
# pkgentry=$(find_pkgentry "$pkgname")
|
||||||
|
# if [[ -n $pkgentry ]]; then
|
||||||
|
#
|
||||||
|
# local version=$(sed -n '/^%VERSION%$/ {n;p;q}' "$pkgentry/desc")
|
||||||
|
# if (( $(vercmp "$version" "$pkgver") > 0 )); then
|
||||||
|
# warning "$(gettext "A newer version for '%s' is already present in database")" "$pkgname"
|
||||||
|
# if (( PREVENT_DOWNGRADE )); then
|
||||||
|
# return 0
|
||||||
|
# fi
|
||||||
|
# fi
|
||||||
|
# fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# remove an existing entry if it exists, ignore failures
|
||||||
|
db_remove_entry "$pkgname"
|
||||||
|
|
||||||
|
local tmppkg=$tmpdir/pkg/$pkgname-$pkgver
|
||||||
|
|
||||||
|
mkdir "$tmppkg"
|
||||||
|
|
||||||
|
bsdtar -xof $pkgfile -C $tmppkg --include={opt,{,usr/}{lib{,32},{s,}bin}}'/*' 2>/dev/null
|
||||||
|
|
||||||
|
pushd "$tmpdir/${REPO_DB_NAME}" >/dev/null
|
||||||
|
mkdir "$pkgname-$pkgver"
|
||||||
|
pushd "$pkgname-$pkgver" >/dev/null
|
||||||
|
|
||||||
|
# create links entry
|
||||||
|
msg2 "Creating '%s' db entry..." "${REPO_DB_NAME}"
|
||||||
|
|
||||||
|
local linksentry=$tmpdir/${REPO_DB_NAME}/$pkgname-$pkgver/${REPO_DB_NAME}
|
||||||
|
|
||||||
|
for f in $(find $tmppkg -type f); do
|
||||||
|
readelf -d "$f" 2> /dev/null | sed -nr 's/.*Shared library: \[(.*)\].*/\1/p'
|
||||||
|
done | sort -u > $linksentry
|
||||||
|
|
||||||
|
popd >/dev/null
|
||||||
|
popd >/dev/null
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
# remove existing entries from the DB
|
||||||
|
# arg1 - package name
|
||||||
|
db_remove_entry() {
|
||||||
|
local pkgname=$1
|
||||||
|
local notfound=1
|
||||||
|
local pkgentry=$(find_pkgentry "$pkgname")
|
||||||
|
while [[ -n $pkgentry ]]; do
|
||||||
|
notfound=0
|
||||||
|
|
||||||
|
msg2 "Removing existing entry '%s'..." \
|
||||||
|
"${pkgentry##*/}"
|
||||||
|
rm -rf "$pkgentry"
|
||||||
|
|
||||||
|
# remove entries in "links" database
|
||||||
|
local linksentry=$(echo "$pkgentry" | sed 's/\(.*\)\/db\//\1\/links\//')
|
||||||
|
rm -rf "$linksentry"
|
||||||
|
|
||||||
|
pkgentry=$(find_pkgentry "$pkgname")
|
||||||
|
done
|
||||||
|
return $notfound
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_repo_db() {
|
||||||
|
local repodir dbfile
|
||||||
|
|
||||||
|
# ensure the path to the DB exists; $LOCKFILE is always an absolute path
|
||||||
|
repodir=${LOCKFILE%/*}/
|
||||||
|
|
||||||
|
if [[ ! -d $repodir ]]; then
|
||||||
|
error "%s does not exist or is not a directory." "$repodir"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
# check lock file
|
||||||
|
if ( set -o noclobber; echo "$$" > "$LOCKFILE") 2> /dev/null; then
|
||||||
|
CLEAN_LOCK=1
|
||||||
|
else
|
||||||
|
error "Failed to acquire lockfile: %s." "$LOCKFILE"
|
||||||
|
[[ -f $LOCKFILE ]] && error "Held by process %s" "$(cat "$LOCKFILE")"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
dbfile=${repodir}/$REPO_DB_PREFIX.${REPO_DB_NAME}.$REPO_DB_SUFFIX
|
||||||
|
|
||||||
|
if [[ -f $dbfile ]]; then
|
||||||
|
# there are two situations we can have here:
|
||||||
|
# a DB with some entries, or a DB with no contents at all.
|
||||||
|
if ! bsdtar -tqf "$dbfile" '*/links' >/dev/null 2>&1; then
|
||||||
|
# check empty case
|
||||||
|
if [[ -n $(bsdtar -tqf "$dbfile" '*' 2>/dev/null) ]]; then
|
||||||
|
error "Repository file '%s' is not a proper links database." "$dbfile"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
verify_signature "$dbfile"
|
||||||
|
msg "Extracting %s to a temporary location..." "${dbfile##*/}"
|
||||||
|
bsdtar -xf "$dbfile" -C "$tmpdir/${REPO_DB_NAME}"
|
||||||
|
else
|
||||||
|
case $cmd in
|
||||||
|
links-remove)
|
||||||
|
# only a missing "db" database is currently an error
|
||||||
|
# TODO: remove if statement
|
||||||
|
if [[ ${REPO_DB_NAME} == "links" ]]; then
|
||||||
|
error "Repository file '%s' was not found." "$dbfile"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
links-add)
|
||||||
|
# check if the file can be created (write permission, directory existence, etc)
|
||||||
|
if ! touch "$dbfile"; then
|
||||||
|
error "Repository file '%s' could not be created." "$dbfile"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
rm -f "$dbfile"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
add() {
|
||||||
|
if [[ ! -f $1 ]]; then
|
||||||
|
error "File '%s' not found." "$1"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
pkgfile=$1
|
||||||
|
if ! bsdtar -tqf "$pkgfile" .PKGINFO >/dev/null 2>&1; then
|
||||||
|
error "'%s' is not a package file, skipping" "$pkgfile"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
msg "Adding package '%s'" "$pkgfile"
|
||||||
|
|
||||||
|
db_write_entry "$pkgfile"
|
||||||
|
}
|
||||||
|
|
||||||
|
remove() {
|
||||||
|
pkgname=$1
|
||||||
|
msg "Searching for package '%s'..." "$pkgname"
|
||||||
|
|
||||||
|
if ! db_remove_entry "$pkgname"; then
|
||||||
|
error "Package matching '%s' not found." "$pkgname"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
rotate_db() {
|
||||||
|
dirname=${LOCKFILE%/*}
|
||||||
|
|
||||||
|
pushd "$dirname" >/dev/null
|
||||||
|
|
||||||
|
filename=${REPO_DB_PREFIX}.${REPO_DB_NAME}.${REPO_DB_SUFFIX}
|
||||||
|
tempname=$dirname/.tmp.$filename
|
||||||
|
|
||||||
|
# hardlink or move the previous version of the database and signature to .old
|
||||||
|
# extension as a backup measure
|
||||||
|
if [[ -f $filename ]]; then
|
||||||
|
ln -f "$filename" "$filename.old" 2>/dev/null || \
|
||||||
|
mv -f "$filename" "$filename.old"
|
||||||
|
|
||||||
|
if [[ -f $filename.sig ]]; then
|
||||||
|
ln -f "$filename.sig" "$filename.old.sig" 2>/dev/null || \
|
||||||
|
mv -f "$filename.sig" "$filename.old.sig"
|
||||||
|
else
|
||||||
|
rm -f "$filename.old.sig"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# rotate the newly-created database and signature into place
|
||||||
|
mv "$tempname" "$filename"
|
||||||
|
if [[ -f $tempname.sig ]]; then
|
||||||
|
mv "$tempname.sig" "$filename.sig"
|
||||||
|
fi
|
||||||
|
|
||||||
|
dblink=${filename%.tar*}
|
||||||
|
rm -f "$dblink" "$dblink.sig"
|
||||||
|
ln -s "$filename" "$dblink" 2>/dev/null || \
|
||||||
|
ln "$filename" "$dblink" 2>/dev/null || \
|
||||||
|
cp "$filename" "$dblink"
|
||||||
|
if [[ -f "$filename.sig" ]]; then
|
||||||
|
ln -s "$filename.sig" "$dblink.sig" 2>/dev/null || \
|
||||||
|
ln "$filename.sig" "$dblink.sig" 2>/dev/null || \
|
||||||
|
cp "$filename.sig" "$dblink.sig"
|
||||||
|
fi
|
||||||
|
|
||||||
|
popd >/dev/null
|
||||||
|
}
|
||||||
|
|
||||||
|
create_db() {
|
||||||
|
TAR_OPT=$(verify_repo_extension "$REPO_DB_FILE")
|
||||||
|
# $LOCKFILE is already guaranteed to be absolute so this is safe
|
||||||
|
dirname=${LOCKFILE%/*}
|
||||||
|
|
||||||
|
filename=${REPO_DB_PREFIX}.${REPO_DB_NAME}.${REPO_DB_SUFFIX}
|
||||||
|
# this ensures we create it on the same filesystem, making moves atomic
|
||||||
|
tempname=$dirname/.tmp.$filename
|
||||||
|
|
||||||
|
pushd "$tmpdir/${REPO_DB_NAME}" >/dev/null
|
||||||
|
if ( shopt -s nullglob; files=(*); (( ${#files[*]} )) ); then
|
||||||
|
bsdtar -c${TAR_OPT}f "$tempname" *
|
||||||
|
else
|
||||||
|
# we have no packages remaining? zip up some emptyness
|
||||||
|
warning "No packages remain, creating empty database."
|
||||||
|
bsdtar -c${TAR_OPT}f "$tempname" -T /dev/null
|
||||||
|
fi
|
||||||
|
popd >/dev/null
|
||||||
|
|
||||||
|
create_signature "$tempname"
|
||||||
|
}
|
||||||
|
|
||||||
|
trap_exit() {
|
||||||
|
# unhook all traps to avoid race conditions
|
||||||
|
trap '' EXIT TERM HUP QUIT INT ERR
|
||||||
|
|
||||||
|
echo
|
||||||
|
error "$@"
|
||||||
|
clean_up 1
|
||||||
|
}
|
||||||
|
|
||||||
|
clean_up() {
|
||||||
|
local exit_code=${1:-$?}
|
||||||
|
|
||||||
|
# unhook all traps to avoid race conditions
|
||||||
|
trap '' EXIT TERM HUP QUIT INT ERR
|
||||||
|
|
||||||
|
[[ -d $tmpdir ]] && rm -rf "$tmpdir"
|
||||||
|
(( CLEAN_LOCK )) && [[ -f $LOCKFILE ]] && rm -f "$LOCKFILE"
|
||||||
|
|
||||||
|
exit $exit_code
|
||||||
|
}
|
||||||
|
|
||||||
|
# PROGRAM START
|
||||||
|
case $1 in
|
||||||
|
-h|--help) usage; exit 0;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# figure out what program we are
|
||||||
|
cmd=${0##*/}
|
||||||
|
|
||||||
|
if [[ $cmd != "links-add" && $cmd != "links-remove" ]]; then
|
||||||
|
error "Invalid command name '%s' specified." "$cmd"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
tmpdir=$(mktemp -d "${TMPDIR:-/tmp}/repo-tools.XXXXXXXXXX") || (\
|
||||||
|
error "Cannot create temp directory for database building."; \
|
||||||
|
exit 1)
|
||||||
|
|
||||||
|
for repo in "pkg" "${REPO_DB_NAME}"; do
|
||||||
|
mkdir "$tmpdir/$repo"
|
||||||
|
done
|
||||||
|
|
||||||
|
trap 'clean_up' EXIT
|
||||||
|
for signal in TERM HUP QUIT; do
|
||||||
|
trap "trap_exit \"$(gettext "%s signal caught. Exiting...")\" \"$signal\"" "$signal"
|
||||||
|
done
|
||||||
|
trap 'trap_exit "$(gettext "Aborted by user! Exiting...")"' INT
|
||||||
|
trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR
|
||||||
|
|
||||||
|
declare -a args
|
||||||
|
# parse arguments
|
||||||
|
while (( $# )); do
|
||||||
|
case $1 in
|
||||||
|
-q|--quiet) QUIET=1 ;;
|
||||||
|
-n|--new) ONLYADDNEW=1 ;;
|
||||||
|
-s|--sign) SIGN=1 ;;
|
||||||
|
-k|--key) KEY=1 ; shift; GPGKEY=$1 ;;
|
||||||
|
-v|--verify) VERIFY=1 ;;
|
||||||
|
# -p|--prevent-downgrade) PREVENT_DOWNGRADE=1 ;;
|
||||||
|
*) args+=("$1") ;;
|
||||||
|
esac
|
||||||
|
shift
|
||||||
|
done
|
||||||
|
|
||||||
|
REPO_DB_FILE=${args[0]}
|
||||||
|
if [[ -z $REPO_DB_FILE ]]; then
|
||||||
|
usage
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ $REPO_DB_FILE == /* ]]; then
|
||||||
|
LOCKFILE=$REPO_DB_FILE.lck
|
||||||
|
else
|
||||||
|
LOCKFILE=$PWD/$REPO_DB_FILE.lck
|
||||||
|
fi
|
||||||
|
|
||||||
|
verify_repo_extension "$REPO_DB_FILE" >/dev/null
|
||||||
|
|
||||||
|
REPO_DB_PREFIX=${REPO_DB_FILE##*/}
|
||||||
|
REPO_DB_PREFIX=${REPO_DB_PREFIX%.links.*}
|
||||||
|
REPO_DB_SUFFIX=${REPO_DB_FILE##*.links.}
|
||||||
|
|
||||||
|
if (( SIGN || VERIFY )); then
|
||||||
|
check_gpg
|
||||||
|
fi
|
||||||
|
|
||||||
|
if (( VERIFY && ${#args[@]} == 1 )); then
|
||||||
|
dbfile=${repodir}/$REPO_DB_PREFIX.${REPO_DB_NAME}.$REPO_DB_SUFFIX
|
||||||
|
|
||||||
|
if [[ -f $dbfile ]]; then
|
||||||
|
verify_signature "$dbfile"
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
prepare_repo_db
|
||||||
|
|
||||||
|
fail=0
|
||||||
|
for arg in "${args[@]:1}"; do
|
||||||
|
case $cmd in
|
||||||
|
links-add) add "$arg" ;;
|
||||||
|
links-remove) remove "$arg" ;;
|
||||||
|
esac || fail=1
|
||||||
|
done
|
||||||
|
|
||||||
|
# if the whole operation was a success, re-zip and rotate databases
|
||||||
|
if (( !fail )); then
|
||||||
|
msg "Creating updated database file '%s'" "$REPO_DB_FILE"
|
||||||
|
create_db
|
||||||
|
rotate_db
|
||||||
|
else
|
||||||
|
msg "No packages modified, nothing to do."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
@@ -1,16 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
# shellcheck source=src/lib/base/chroot.sh
|
|
||||||
source "${LIBDIR}"/base/chroot.sh
|
|
||||||
|
|
||||||
export BUILDTOOL=@buildtool@
|
|
||||||
export BUILDTOOLVER=@buildtoolver@
|
|
||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
|
|
||||||
@@ -29,9 +31,9 @@ clean_first=0
|
|||||||
run_namcap=0
|
run_namcap=0
|
||||||
run_checkpkg=0
|
run_checkpkg=0
|
||||||
temp_chroot=0
|
temp_chroot=0
|
||||||
tmp_opts="nosuid,nodev,size=50%,nr_inodes=2m"
|
run_nocheck=0
|
||||||
|
|
||||||
bindmounts=''
|
bindmounts=()
|
||||||
|
|
||||||
copy=$USER
|
copy=$USER
|
||||||
[[ -n ${SUDO_USER:-} ]] && copy=$SUDO_USER
|
[[ -n ${SUDO_USER:-} ]] && copy=$SUDO_USER
|
||||||
@@ -39,46 +41,48 @@ copy=$USER
|
|||||||
src_owner=${SUDO_USER:-$USER}
|
src_owner=${SUDO_USER:-$USER}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
printf 'Usage: %s [options] -r <chrootdir> [--] [makepkg args]\n' "${0##*/}"
|
echo "Usage: ${0##*/} [options] -r <chrootdir> [--] [makepkg args]"
|
||||||
printf ' Run this script in a PKGBUILD dir to build a package inside a\n'
|
echo ' Run this script in a PKGBUILD dir to build a package inside a'
|
||||||
printf ' clean chroot. Arguments passed to this script after the\n'
|
echo ' clean chroot. Arguments passed to this script after the'
|
||||||
printf ' end-of-options marker (--) will be passed to makepkg.\n'
|
echo ' end-of-options marker (--) will be passed to makepkg.'
|
||||||
printf '\n'
|
echo ''
|
||||||
printf ' The chroot dir consists of the following directories:\n'
|
echo ' The chroot dir consists of the following directories:'
|
||||||
printf ' <chrootdir>/{root, copy} but only "root" is required\n'
|
echo ' <chrootdir>/{root, copy} but only "root" is required'
|
||||||
printf ' by default. The working copy will be created as needed\n'
|
echo ' by default. The working copy will be created as needed'
|
||||||
printf '\n'
|
echo ''
|
||||||
printf 'The chroot "root" directory must be created via the following\n'
|
echo 'The chroot "root" directory must be created via the following'
|
||||||
printf 'command:\n'
|
echo 'command:'
|
||||||
printf ' mkchroot <chrootdir>/root base-devel\n'
|
echo ' mkchroot <chrootdir>/root base-devel'
|
||||||
printf '\n'
|
echo ''
|
||||||
printf 'This script reads {SRC,SRCPKG,PKG,LOG}DEST, MAKEFLAGS and PACKAGER\n'
|
echo 'This script reads {SRC,SRCPKG,PKG,LOG}DEST, MAKEFLAGS and PACKAGER'
|
||||||
printf 'from makepkg.conf(5), if those variables are not part of the\n'
|
echo 'from makepkg.conf(5), if those variables are not part of the'
|
||||||
printf 'environment.\n'
|
echo 'environment.'
|
||||||
printf '\n'
|
echo ''
|
||||||
printf 'Default makepkg args: %s\n' "${default_makepkg_args[*]}"
|
echo "Default makepkg args: ${default_makepkg_args[*]}"
|
||||||
printf '\n'
|
echo ''
|
||||||
printf 'Flags:\n'
|
echo 'Flags:'
|
||||||
printf ' -h This help\n'
|
echo '-h This help'
|
||||||
printf ' -c Clean the chroot before building\n'
|
echo '-c Clean the chroot before building'
|
||||||
printf ' -b <arg> Bind mount directory/file into build chroot\n'
|
echo '-d <dir> Bind directory into build chroot as read-write'
|
||||||
printf ' -u Update the working copy of the chroot before building\n'
|
echo '-D <dir> Bind directory into build chroot as read-only'
|
||||||
printf ' This is useful for rebuilds without dirtying the pristine\n'
|
echo '-u Update the working copy of the chroot before building'
|
||||||
printf ' chroot\n'
|
echo ' This is useful for rebuilds without dirtying the pristine'
|
||||||
printf ' -r <dir> The chroot dir to use\n'
|
echo ' chroot'
|
||||||
printf ' -I <pkg> Install a package into the working copy of the chroot\n'
|
echo '-r <dir> The chroot dir to use'
|
||||||
printf ' -l <copy> The directory to use as the working copy of the chroot\n'
|
echo '-I <pkg> Install a package into the working copy of the chroot'
|
||||||
printf ' Useful for maintaining multiple copies\n'
|
echo '-l <copy> The directory to use as the working copy of the chroot'
|
||||||
printf ' Default: %s\n' "$copy"
|
echo ' Useful for maintaining multiple copies'
|
||||||
printf ' -n Run namcap on the package\n'
|
echo " Default: $copy"
|
||||||
printf ' -N Disable check() function\n'
|
echo '-n Run namcap on the package'
|
||||||
printf ' -C Run checkpkg on the package\n'
|
echo '-C Run checkpkg on the package'
|
||||||
printf ' -T Build in a temporary directory\n'
|
echo '-N Disable check() function'
|
||||||
printf ' -U Run makepkg as a specified user\n'
|
echo '-T Build in a temporary directory'
|
||||||
|
echo '-U Run makepkg as a specified user'
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# {{{ functions
|
# {{{ functions
|
||||||
|
|
||||||
# Usage: sync_chroot $chrootdir $copydir [$copy]
|
# Usage: sync_chroot $chrootdir $copydir [$copy]
|
||||||
sync_chroot() {
|
sync_chroot() {
|
||||||
local chrootdir=$1
|
local chrootdir=$1
|
||||||
@@ -141,7 +145,9 @@ install_packages() {
|
|||||||
pkgnames=("${install_pkgs[@]##*/}")
|
pkgnames=("${install_pkgs[@]##*/}")
|
||||||
|
|
||||||
cp -- "${install_pkgs[@]}" "$copydir/root/"
|
cp -- "${install_pkgs[@]}" "$copydir/root/"
|
||||||
chroot-run -b "${bindmounts}" "$copydir" \
|
chroot-run \
|
||||||
|
-b "${bindmounts[@]}" \
|
||||||
|
"$copydir" \
|
||||||
bash -c 'yes y | pacman -U -- "$@"' -bash "${pkgnames[@]/#//root/}"
|
bash -c 'yes y | pacman -U -- "$@"' -bash "${pkgnames[@]/#//root/}"
|
||||||
ret=$?
|
ret=$?
|
||||||
rm -- "${pkgnames[@]/#/$copydir/root/}"
|
rm -- "${pkgnames[@]/#/$copydir/root/}"
|
||||||
@@ -173,11 +179,11 @@ prepare_chroot() {
|
|||||||
"MAKEFLAGS='${MAKEFLAGS:-}'" "PACKAGER='${PACKAGER:-}'"
|
"MAKEFLAGS='${MAKEFLAGS:-}'" "PACKAGER='${PACKAGER:-}'"
|
||||||
do
|
do
|
||||||
grep -q "^$x" "$copydir/etc/makepkg.conf" && continue
|
grep -q "^$x" "$copydir/etc/makepkg.conf" && continue
|
||||||
printf "%s\n" "$x" >>"$copydir/etc/makepkg.conf"
|
echo "$x" >>"$copydir/etc/makepkg.conf"
|
||||||
done
|
done
|
||||||
|
|
||||||
cat > "$copydir/etc/sudoers.d/builduser-pacman" <<EOF
|
cat > "$copydir/etc/sudoers.d/builduser-pacman" <<EOF
|
||||||
builduser ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman
|
builduser ALL = NOPASSWD: /usr/bin/pacman
|
||||||
EOF
|
EOF
|
||||||
chmod 440 "$copydir/etc/sudoers.d/builduser-pacman"
|
chmod 440 "$copydir/etc/sudoers.d/builduser-pacman"
|
||||||
|
|
||||||
@@ -187,8 +193,6 @@ EOF
|
|||||||
printf '#!/bin/bash\n'
|
printf '#!/bin/bash\n'
|
||||||
declare -f _chrootbuild
|
declare -f _chrootbuild
|
||||||
declare -p SOURCE_DATE_EPOCH 2>/dev/null || true
|
declare -p SOURCE_DATE_EPOCH 2>/dev/null || true
|
||||||
declare -p BUILDTOOL 2>/dev/null
|
|
||||||
declare -p BUILDTOOLVER 2>/dev/null
|
|
||||||
printf '_chrootbuild "$@" || exit\n'
|
printf '_chrootbuild "$@" || exit\n'
|
||||||
|
|
||||||
if (( run_namcap )); then
|
if (( run_namcap )); then
|
||||||
@@ -205,7 +209,6 @@ _chrootbuild() {
|
|||||||
# No coredumps
|
# No coredumps
|
||||||
ulimit -c 0
|
ulimit -c 0
|
||||||
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
. /etc/locale.conf
|
. /etc/locale.conf
|
||||||
|
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
@@ -215,10 +218,7 @@ _chrootbuild() {
|
|||||||
# use "$" in arguments to commands with "sudo -i". ${foo} or
|
# use "$" in arguments to commands with "sudo -i". ${foo} or
|
||||||
# ${1} is OK, but $foo or $1 isn't.
|
# ${1} is OK, but $foo or $1 isn't.
|
||||||
# https://bugzilla.sudo.ws/show_bug.cgi?id=765
|
# https://bugzilla.sudo.ws/show_bug.cgi?id=765
|
||||||
sudo --preserve-env=SOURCE_DATE_EPOCH \
|
sudo --preserve-env=SOURCE_DATE_EPOCH -iu builduser bash -c 'cd /startdir; makepkg "$@"' -bash "$@"
|
||||||
--preserve-env=BUILDTOOL \
|
|
||||||
--preserve-env=BUILDTOOLVER \
|
|
||||||
-iu builduser bash -c 'cd /startdir; makepkg "$@"' -bash "$@"
|
|
||||||
ret=$?
|
ret=$?
|
||||||
case $ret in
|
case $ret in
|
||||||
0|14)
|
0|14)
|
||||||
@@ -231,7 +231,7 @@ _chrootbuild() {
|
|||||||
_chrootnamcap() {
|
_chrootnamcap() {
|
||||||
pacman -S --needed --noconfirm namcap
|
pacman -S --needed --noconfirm namcap
|
||||||
for pkgfile in /startdir/PKGBUILD /pkgdest/*; do
|
for pkgfile in /startdir/PKGBUILD /pkgdest/*; do
|
||||||
printf "Checking %s\n" "${pkgfile##*/}"
|
echo "Checking ${pkgfile##*/}"
|
||||||
sudo -u builduser namcap "$pkgfile" 2>&1 | tee "/logdest/${pkgfile##*/}-namcap.log"
|
sudo -u builduser namcap "$pkgfile" 2>&1 | tee "/logdest/${pkgfile##*/}-namcap.log"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
@@ -241,21 +241,12 @@ download_sources() {
|
|||||||
chown "$makepkg_user:" "$WORKDIR"
|
chown "$makepkg_user:" "$WORKDIR"
|
||||||
|
|
||||||
# Ensure sources are downloaded
|
# Ensure sources are downloaded
|
||||||
sudo -u "$makepkg_user" --preserve-env=GNUPGHOME,SSH_AUTH_SOCK \
|
sudo -u "$makepkg_user" --preserve-env=GNUPGHOME \
|
||||||
env SRCDEST="$SRCDEST" BUILDDIR="$WORKDIR" \
|
env SRCDEST="$SRCDEST" BUILDDIR="$WORKDIR" \
|
||||||
makepkg --config="$copydir/etc/makepkg.conf" --verifysource -o "${verifysource_args[@]}" ||
|
makepkg --config="$copydir/etc/makepkg.conf" --verifysource -o "${verifysource_args[@]}" ||
|
||||||
die "Could not download sources."
|
die "Could not download sources."
|
||||||
}
|
}
|
||||||
|
|
||||||
move_logfiles() {
|
|
||||||
local l
|
|
||||||
for l in "$copydir"/logdest/*; do
|
|
||||||
[[ $l == */logpipe.* ]] && continue
|
|
||||||
chown "$src_owner" "$l"
|
|
||||||
mv "$l" "$LOGDEST"
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
move_products() {
|
move_products() {
|
||||||
local pkgfile
|
local pkgfile
|
||||||
for pkgfile in "$copydir"/pkgdest/*; do
|
for pkgfile in "$copydir"/pkgdest/*; do
|
||||||
@@ -264,12 +255,16 @@ move_products() {
|
|||||||
|
|
||||||
# Fix broken symlink because of temporary chroot PKGDEST /pkgdest
|
# Fix broken symlink because of temporary chroot PKGDEST /pkgdest
|
||||||
if [[ "$PWD" != "$PKGDEST" && -L "$PWD/${pkgfile##*/}" ]]; then
|
if [[ "$PWD" != "$PKGDEST" && -L "$PWD/${pkgfile##*/}" ]]; then
|
||||||
# shellcheck disable=SC2226
|
|
||||||
ln -sf "$PKGDEST/${pkgfile##*/}"
|
ln -sf "$PKGDEST/${pkgfile##*/}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
move_logfiles
|
local l
|
||||||
|
for l in "$copydir"/logdest/*; do
|
||||||
|
[[ $l == */logpipe.* ]] && continue
|
||||||
|
chown "$src_owner" "$l"
|
||||||
|
mv "$l" "$LOGDEST"
|
||||||
|
done
|
||||||
|
|
||||||
for s in "$copydir"/srcpkgdest/*; do
|
for s in "$copydir"/srcpkgdest/*; do
|
||||||
chown "$src_owner" "$s"
|
chown "$src_owner" "$s"
|
||||||
@@ -277,25 +272,26 @@ move_products() {
|
|||||||
|
|
||||||
# Fix broken symlink because of temporary chroot SRCPKGDEST /srcpkgdest
|
# Fix broken symlink because of temporary chroot SRCPKGDEST /srcpkgdest
|
||||||
if [[ "$PWD" != "$SRCPKGDEST" && -L "$PWD/${s##*/}" ]]; then
|
if [[ "$PWD" != "$SRCPKGDEST" && -L "$PWD/${s##*/}" ]]; then
|
||||||
# shellcheck disable=SC2226
|
|
||||||
ln -sf "$SRCPKGDEST/${s##*/}"
|
ln -sf "$SRCPKGDEST/${s##*/}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
orig_argv=("$0" "$@")
|
||||||
|
|
||||||
opts='hcur:I:l:nNCTb:U:'
|
opts='hcur:I:l:nNCTb:U:'
|
||||||
|
|
||||||
while getopts "${opts}" arg; do
|
while getopts "${opts}" arg; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
c) clean_first=1 ;;
|
c) clean_first=1 ;;
|
||||||
b) bindmounts="$OPTARG" ;;
|
b) bindmounts+=("$OPTARG") ;;
|
||||||
u) update_first=1 ;;
|
u) update_first=1 ;;
|
||||||
r) passeddir="$OPTARG" ;;
|
r) passeddir="$OPTARG" ;;
|
||||||
I) install_pkgs+=("$OPTARG") ;;
|
I) install_pkgs+=("$OPTARG") ;;
|
||||||
l) copy="$OPTARG" ;;
|
l) copy="$OPTARG" ;;
|
||||||
n) run_namcap=1; makepkg_args+=(--install) ;;
|
n) run_namcap=1; makepkg_args+=(--install) ;;
|
||||||
N) makepkg_args+=(--nocheck) ;;
|
N) run_nocheck=1; makepkg_args+=(--nocheck) ;;
|
||||||
C) run_checkpkg=1 ;;
|
C) run_checkpkg=1 ;;
|
||||||
T) temp_chroot=1; copy+="-$$" ;;
|
T) temp_chroot=1; copy+="-$$" ;;
|
||||||
U) makepkg_user="$OPTARG" ;;
|
U) makepkg_user="$OPTARG" ;;
|
||||||
@@ -307,7 +303,7 @@ done
|
|||||||
[[ -n $makepkg_user && -z $(id -u "$makepkg_user") ]] && die 'Invalid makepkg user.'
|
[[ -n $makepkg_user && -z $(id -u "$makepkg_user") ]] && die 'Invalid makepkg user.'
|
||||||
makepkg_user=${makepkg_user:-${SUDO_USER:-$USER}}
|
makepkg_user=${makepkg_user:-${SUDO_USER:-$USER}}
|
||||||
|
|
||||||
check_root SOURCE_DATE_EPOCH,BUILDTOOL,BUILDTOOLVER,GNUPGHOME,SRCDEST,SRCPKGDEST,PKGDEST,LOGDEST,MAKEFLAGS,PACKAGER "${BASH_SOURCE[0]}" "$@"
|
check_root SOURCE_DATE_EPOCH,GNUPGHOME,SRCDEST,SRCPKGDEST,PKGDEST,LOGDEST,MAKEFLAGS,PACKAGER
|
||||||
|
|
||||||
# Canonicalize chrootdir, getting rid of trailing /
|
# Canonicalize chrootdir, getting rid of trailing /
|
||||||
chrootdir=$(readlink -e "$passeddir")
|
chrootdir=$(readlink -e "$passeddir")
|
||||||
@@ -323,14 +319,13 @@ fi
|
|||||||
# Pass all arguments after -- right to makepkg
|
# Pass all arguments after -- right to makepkg
|
||||||
makepkg_args+=("${@:$OPTIND}")
|
makepkg_args+=("${@:$OPTIND}")
|
||||||
|
|
||||||
# See if -R, -e or -A was passed to makepkg
|
# See if -R or -e was passed to makepkg
|
||||||
for arg in "${@:$OPTIND}"; do
|
for arg in "${@:$OPTIND}"; do
|
||||||
case ${arg%%=*} in
|
case ${arg%%=*} in
|
||||||
--skip*|--holdver|--ignorearch) verifysource_args+=("$arg") ;;
|
--skip*|--holdver) verifysource_args+=("$arg") ;;
|
||||||
--repackage|--noextract) keepbuilddir=1 ;;
|
--repackage|--noextract) keepbuilddir=1 ;;
|
||||||
--*) ;;
|
--*) ;;
|
||||||
-*A*) verifysource_args+=(-A) ;;&
|
-*R*|-*e*) keepbuilddir=1 ;;
|
||||||
-*R*|-*e*) keepbuilddir=1 ;;&
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -354,8 +349,10 @@ if [[ ! -d $copydir ]] || (( clean_first )); then
|
|||||||
sync_chroot "$chrootdir" "$copydir" "$copy"
|
sync_chroot "$chrootdir" "$copydir" "$copy"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
bindmounts+=("-B:${PWD}:/startdir" "-B:${SRCDEST}:/srcdest")
|
||||||
|
|
||||||
(( update_first )) && chroot-run \
|
(( update_first )) && chroot-run \
|
||||||
-b "${bindmounts}" \
|
-b "${bindmounts[*]}" \
|
||||||
"$copydir" \
|
"$copydir" \
|
||||||
pacman -Syuu --noconfirm
|
pacman -Syuu --noconfirm
|
||||||
|
|
||||||
@@ -376,8 +373,7 @@ download_sources
|
|||||||
prepare_chroot
|
prepare_chroot
|
||||||
|
|
||||||
if chroot-run \
|
if chroot-run \
|
||||||
-t "${tmp_opts}" \
|
-b "${bindmounts[*]}" \
|
||||||
-b "${bindmounts} -B:${PWD}:/startdir -B:${SRCDEST}:/srcdest" \
|
|
||||||
"$copydir" \
|
"$copydir" \
|
||||||
/chrootbuild "${makepkg_args[@]}"
|
/chrootbuild "${makepkg_args[@]}"
|
||||||
then
|
then
|
||||||
@@ -385,7 +381,6 @@ then
|
|||||||
move_products
|
move_products
|
||||||
else
|
else
|
||||||
(( ret += 1 ))
|
(( ret += 1 ))
|
||||||
move_logfiles
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(( temp_chroot )) && delete_chroot "$copydir" "$copy"
|
(( temp_chroot )) && delete_chroot "$copydir" "$copy"
|
||||||
@@ -408,7 +403,6 @@ else
|
|||||||
warning "Skipped checkpkg due to missing repo packages"
|
warning "Skipped checkpkg due to missing repo packages"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# download package files if any non-local location exists
|
# download package files if any non-local location exists
|
||||||
for remotepkg in "${remotepkgs[@]}"; do
|
for remotepkg in "${remotepkgs[@]}"; do
|
||||||
if [[ $remotepkg != file://* ]]; then
|
if [[ $remotepkg != file://* ]]; then
|
||||||
@@ -420,9 +414,8 @@ else
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
msg2 "Checking packages"
|
msg2 "Checking packages"
|
||||||
sudo -u "$makepkg_user" checkpkg --rmdir --warn --makepkg-config "$copydir/etc/makepkg.conf" "${remotepkgs[@]/#file:\/\//}"
|
sudo -u "$makepkg_user" checkpkg --rmdir --warn "${remotepkgs[@]/#file:\/\//}"
|
||||||
fi
|
fi
|
||||||
true
|
true
|
||||||
fi
|
fi
|
149
bin/pkg/pkg2yaml.in
Normal file
149
bin/pkg/pkg2yaml.in
Normal file
@@ -0,0 +1,149 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
write_attr(){
|
||||||
|
local ident1="$1" ident2="$2" ident3="$3"
|
||||||
|
local attrname=$4 attrvalues=("${@:5}")
|
||||||
|
|
||||||
|
# normalize whitespace, strip leading and trailing
|
||||||
|
attrvalues=("${attrvalues[@]//+([[:space:]])/ }")
|
||||||
|
attrvalues=("${attrvalues[@]#[[:space:]]}")
|
||||||
|
attrvalues=("${attrvalues[@]%[[:space:]]}")
|
||||||
|
|
||||||
|
case $attrname in
|
||||||
|
makedepends|checkdepends|depends|provides|arch)
|
||||||
|
Yaml+=$(write_yaml_map $ident1 "$attrname")
|
||||||
|
for v in ${attrvalues[@]};do
|
||||||
|
Yaml+=$(write_yaml_seq $ident2 "$v")
|
||||||
|
done
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
for v in ${attrvalues[@]};do
|
||||||
|
Yaml+=$(write_yaml_map $ident3 "$attrname" "$v")
|
||||||
|
done
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
extract_info() {
|
||||||
|
local pkgname=$1 attrname=$2 isarray=$3 outvalue=
|
||||||
|
|
||||||
|
if get_pkgbuild_attribute "$pkgname" "$attrname" "$isarray" 'outvalue'; then
|
||||||
|
[[ -z $pkgname ]] && write_attr 2 4 2 "$attrname" "${outvalue[@]}"
|
||||||
|
[[ -n $pkgname ]] && write_attr 4 6 2 "$attrname" "${outvalue[@]}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
write_details() {
|
||||||
|
local attr package_arch a
|
||||||
|
local multivalued_arch_attrs=(provides depends makedepends checkdepends)
|
||||||
|
|
||||||
|
local singlevalued=()
|
||||||
|
local multivalued=(arch provides depends checkdepends)
|
||||||
|
|
||||||
|
if [[ -z "$1" ]];then
|
||||||
|
singlevalued=(pkgver pkgrel epoch)
|
||||||
|
multivalued=(arch provides depends makedepends checkdepends)
|
||||||
|
fi
|
||||||
|
|
||||||
|
for attr in "${singlevalued[@]}"; do
|
||||||
|
extract_info "$1" "$attr" 0
|
||||||
|
done
|
||||||
|
|
||||||
|
for attr in "${multivalued[@]}"; do
|
||||||
|
extract_info "$1" "$attr" 1
|
||||||
|
done
|
||||||
|
|
||||||
|
get_pkgbuild_attribute "$1" 'arch' 1 'package_arch'
|
||||||
|
for a in "${package_arch[@]}"; do
|
||||||
|
# 'any' is special. there's no support for, e.g. depends_any.
|
||||||
|
[[ $a = any ]] && continue
|
||||||
|
|
||||||
|
for attr in "${multivalued_arch_attrs[@]}"; do
|
||||||
|
extract_info "$1" "${attr}_$a" 1
|
||||||
|
done
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
write_pkg_yaml(){
|
||||||
|
|
||||||
|
Yaml=$(write_yaml_header)
|
||||||
|
|
||||||
|
Yaml+=$(write_empty_line)
|
||||||
|
|
||||||
|
local full=$(get_full_version)
|
||||||
|
|
||||||
|
local ver=${full:-0}
|
||||||
|
|
||||||
|
pkgbase=${pkgbase:-${pkgname[0]}}
|
||||||
|
|
||||||
|
Yaml+=$(write_yaml_map 0 "pkgbase")
|
||||||
|
Yaml+=$(write_yaml_map 2 "pkgname" "${pkgbase}")
|
||||||
|
${details} && write_details ''
|
||||||
|
Yaml+=$(write_yaml_map 2 "fullver" "${ver}")
|
||||||
|
|
||||||
|
Yaml+=$(write_empty_line)
|
||||||
|
|
||||||
|
Yaml+=$(write_yaml_map 0 "package")
|
||||||
|
for pkg in "${pkgname[@]}"; do
|
||||||
|
Yaml+=$(write_yaml_seq_map 2 "pkgname" "$pkg")
|
||||||
|
${details} && write_details "$pkg"
|
||||||
|
done
|
||||||
|
|
||||||
|
Yaml+=$(write_empty_line)
|
||||||
|
|
||||||
|
local pkgfile=$(print_all_package_names)
|
||||||
|
|
||||||
|
Yaml+=$(write_yaml_map 0 "pkgfile")
|
||||||
|
for f in ${pkgfile[@]};do
|
||||||
|
Yaml+=$(write_yaml_seq 2 "${f##*/}")
|
||||||
|
done
|
||||||
|
|
||||||
|
Yaml+=$(write_empty_line)
|
||||||
|
|
||||||
|
printf '%s' "${Yaml}"
|
||||||
|
}
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: ${0##*/} [options]"
|
||||||
|
echo " -d Don't include details"
|
||||||
|
echo ' -h This help'
|
||||||
|
echo ''
|
||||||
|
exit $1
|
||||||
|
}
|
||||||
|
|
||||||
|
details=true
|
||||||
|
|
||||||
|
opts='dh'
|
||||||
|
|
||||||
|
while getopts "${opts}" arg; do
|
||||||
|
case "${arg}" in
|
||||||
|
d) details=false ;;
|
||||||
|
h|?) usage 0 ;;
|
||||||
|
*) echo "invalid argument '${arg}'"; usage 1 ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
shift $(( $OPTIND - 1 ))
|
||||||
|
|
||||||
|
[[ -f "$1"/PKGBUILD ]] || die "%s/PKGBUILD does not exist!" "$1"
|
||||||
|
PACKAGE="$1"/PKGBUILD; shift
|
||||||
|
|
||||||
|
. "$PACKAGE"
|
||||||
|
|
||||||
|
load_makepkg_config
|
||||||
|
|
||||||
|
write_pkg_yaml
|
46
bin/pkg/signpkg.in
Normal file
46
bin/pkg/signpkg.in
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-pkg.sh
|
||||||
|
|
||||||
|
prepare_artools
|
||||||
|
|
||||||
|
load_makepkg_config
|
||||||
|
|
||||||
|
passfiles="$@"
|
||||||
|
|
||||||
|
sign_pkg(){
|
||||||
|
local file_to_sign="$1"
|
||||||
|
|
||||||
|
if [ ! -e "$file_to_sign" ]; then
|
||||||
|
error "%s does not exist!" "$file_to_sign"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ -n "${BUILDBOT_GPGP}" ]]; then
|
||||||
|
msg "Signing [%s]" "${file_to_sign##*/}"
|
||||||
|
gpg --batch --passphrase "${BUILDBOT_GPGP}" --detach-sign "$file_to_sign"
|
||||||
|
else
|
||||||
|
msg2 "Signing [%s] with key %s" "${file_to_sign##*/}" "${GPGKEY}..."
|
||||||
|
gpg --detach-sign --use-agent -u "${GPGKEY}" "$file_to_sign"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
for pkg in ${passfiles[@]}; do
|
||||||
|
if pkgfile=$(find_cached_pkgfile "$pkg");then
|
||||||
|
msg2 "Found: %s" "${pkgfile}"
|
||||||
|
[[ -e "${pkgfile}".sig ]] && rm "${pkgfile}".sig
|
||||||
|
sign_pkg "${pkgfile}"
|
||||||
|
fi
|
||||||
|
done
|
@@ -1,37 +0,0 @@
|
|||||||
#!/hint/bash
|
|
||||||
# shellcheck disable=2034
|
|
||||||
|
|
||||||
#############################################
|
|
||||||
################ artools-iso ################
|
|
||||||
#############################################
|
|
||||||
|
|
||||||
# default chroots dir where buildiso chroots are created
|
|
||||||
# CHROOTS_DIR=/var/lib/artools
|
|
||||||
|
|
||||||
# default workspace directory
|
|
||||||
# WORKSPACE_DIR="${USER_HOME}/artools-workspace"
|
|
||||||
|
|
||||||
# default arch to build
|
|
||||||
# ARCH=$(uname -m)
|
|
||||||
|
|
||||||
# default pacman.conf to include
|
|
||||||
# possible values: {stable,gremlins,goblins}
|
|
||||||
# STABILITY="stable"
|
|
||||||
|
|
||||||
# default iso storage directory
|
|
||||||
# ISO_POOL="${WORKSPACE_DIR}/iso"
|
|
||||||
|
|
||||||
# default dist release; default: auto
|
|
||||||
# ISO_VERSION=$(date +%Y%m%d)
|
|
||||||
|
|
||||||
# default init system, possible values: openrc, runit, s6, suite66, dinit
|
|
||||||
# INITSYS="openrc"
|
|
||||||
|
|
||||||
# gpg key; leave empty or commented to skip img signing
|
|
||||||
# GPG_KEY=""
|
|
||||||
|
|
||||||
# default compression, possible values: zstd (default), xz
|
|
||||||
# COMPRESSION="zstd"
|
|
||||||
|
|
||||||
# default compression level, zstd only: range 1..22
|
|
||||||
# COMPRESSION_LEVEL=15
|
|
@@ -1,43 +0,0 @@
|
|||||||
#!/hint/bash
|
|
||||||
# shellcheck disable=2034
|
|
||||||
|
|
||||||
#############################################
|
|
||||||
################ artools-pkg ################
|
|
||||||
#############################################
|
|
||||||
|
|
||||||
# default chroots dir where buildpkg chroots are created
|
|
||||||
# CHROOTS_DIR=/var/lib/artools
|
|
||||||
|
|
||||||
# default workspace directory
|
|
||||||
# WORKSPACE_DIR="${USER_HOME}/artools-workspace"
|
|
||||||
|
|
||||||
# default arch to build
|
|
||||||
# ARCH=$(uname -m)
|
|
||||||
|
|
||||||
# default pacman.conf repos to include
|
|
||||||
# possible values: {system,world,galaxy,lib32}{-gremlins,-goblins}
|
|
||||||
# REPO="world"
|
|
||||||
|
|
||||||
# gitea user access token for gitea api
|
|
||||||
# GIT_TOKEN=''
|
|
||||||
|
|
||||||
# default workspace dir for artixpkg
|
|
||||||
# TREE_DIR_ARTIX=${WORKSPACE_DIR}/artixlinux
|
|
||||||
|
|
||||||
# default repos root for deploypkg
|
|
||||||
# REPOS_ROOT=${WORKSPACE_DIR}/repos
|
|
||||||
|
|
||||||
# default mirror for checkrepo
|
|
||||||
# REPOS_MIRROR="http://mirror1.artixlinux.org/repos"
|
|
||||||
|
|
||||||
# default packaging org
|
|
||||||
# GIT_ORG='packages'
|
|
||||||
|
|
||||||
# default archiving org
|
|
||||||
# GIT_ORG_ARCHIVE='landfill'
|
|
||||||
|
|
||||||
# whether to include custom maintainer line when importing from arch
|
|
||||||
# PATCH_MAINTAINER=false
|
|
||||||
|
|
||||||
# override the default git url for patches repo
|
|
||||||
# PATCH_URL=${GIT_SSH}:artix/artix-patches.git
|
|
@@ -1,18 +0,0 @@
|
|||||||
#!/hint/bash
|
|
||||||
#
|
|
||||||
# /etc/makepkg.conf.d/fortran.conf
|
|
||||||
#
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
# FORTRAN LANGUAGE SUPPORT
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
# Flags used for the Fortran compiler, similar in spirit to CFLAGS. Read
|
|
||||||
# linkman:gfortran[1] for more details on the available flags.
|
|
||||||
#FFLAGS="-O2 -pipe"
|
|
||||||
#FCFLAGS="$FFLAGS"
|
|
||||||
|
|
||||||
# Additional compiler flags appended to `FFLAGS` and `FCFLAGS` for use in debugging. Usually
|
|
||||||
# this would include: ``-g''. Read linkman:gfortran[1] for more details on the wide
|
|
||||||
# variety of compiler flags available.
|
|
||||||
#DEBUG_FFLAGS="-g"
|
|
@@ -1,19 +0,0 @@
|
|||||||
#!/hint/bash
|
|
||||||
# shellcheck disable=2034
|
|
||||||
|
|
||||||
#
|
|
||||||
# /etc/makepkg.conf.d/rust.conf
|
|
||||||
#
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
# RUST LANGUAGE SUPPORT
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
# Flags used for the Rust compiler, similar in spirit to CFLAGS. Read
|
|
||||||
# linkman:rustc[1] for more details on the available flags.
|
|
||||||
RUSTFLAGS="-Cforce-frame-pointers=yes"
|
|
||||||
|
|
||||||
# Additional compiler flags appended to `RUSTFLAGS` for use in debugging.
|
|
||||||
# Usually this would include: ``-C debuginfo=2''. Read linkman:rustc[1] for
|
|
||||||
# more details on the available flags.
|
|
||||||
DEBUG_RUSTFLAGS="-C debuginfo=2"
|
|
@@ -1 +0,0 @@
|
|||||||
../conf.d/fortran.conf
|
|
@@ -1 +0,0 @@
|
|||||||
../conf.d/rust.conf
|
|
@@ -1,106 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,97 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,100 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
|
||||||
# enable the lib32 repositories as required here.
|
|
||||||
|
|
||||||
[lib32-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[lib32]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,97 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,91 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,91 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
#[system-gremlins]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
#[world-gremlins]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,97 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,91 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1,91 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/pacman.conf
|
|
||||||
#
|
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL OPTIONS
|
|
||||||
#
|
|
||||||
[options]
|
|
||||||
# The following paths are commented out with their default values listed.
|
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
|
||||||
#DBPath = /var/lib/pacman/
|
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
|
||||||
#LogFile = /var/log/pacman.log
|
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
||||||
#IgnorePkg =
|
|
||||||
#IgnoreGroup =
|
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
|
||||||
#UseSyslog
|
|
||||||
#Color
|
|
||||||
NoProgressBar
|
|
||||||
# We cannot check disk space from within a chroot environment
|
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
|
||||||
# packagers with `pacman-key --populate artix`.
|
|
||||||
|
|
||||||
#
|
|
||||||
# REPOSITORIES
|
|
||||||
# - can be defined here or included from another file
|
|
||||||
# - pacman will search repositories in the order defined here
|
|
||||||
# - local/custom mirrors can be added here or in separate files
|
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
|
||||||
# Repository entries are of the format:
|
|
||||||
# [repo-name]
|
|
||||||
# Server = ServerName
|
|
||||||
# Include = IncludePath
|
|
||||||
#
|
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
|
||||||
# after the header, and they will be used before the default mirrors.
|
|
||||||
|
|
||||||
#[system-gremlins]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
#[world-gremlins]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
|
||||||
# tips on creating your own repositories.
|
|
||||||
#[custom]
|
|
||||||
#SigLevel = Optional TrustAll
|
|
||||||
#Server = file:///home/custompkgs
|
|
@@ -1 +0,0 @@
|
|||||||
x86_64
|
|
@@ -1,287 +0,0 @@
|
|||||||
#/usr/bin/env bash
|
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
|
||||||
|
|
||||||
_artixpkg_pkgbase() {
|
|
||||||
source "${LIBDIR}"/pkg/git/config.sh
|
|
||||||
source "${LIBDIR}"/pkg/util.sh
|
|
||||||
ls -1 "${TREE_DIR_ARTIX}" | tr '\n' ' '
|
|
||||||
}
|
|
||||||
|
|
||||||
_artixpkg_remotepkgbase() {
|
|
||||||
curl -s "https://checkupdates.artixlinux.org/api/1.0/packages?startswith=$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
_artixpkg_maintainers() {
|
|
||||||
curl -s "https://checkupdates.artixlinux.org/api/1.0/maintainers"
|
|
||||||
}
|
|
||||||
|
|
||||||
_artixpkg_completion() {
|
|
||||||
local cur prev comps comps_all repos autorepos teams agents cwords comp_cword_exflag
|
|
||||||
source "${LIBDIR}"/pkg/db/db.sh 2>/dev/null
|
|
||||||
|
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
|
||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
|
||||||
|
|
||||||
for ((i = COMP_CWORD - 1; i >= 0; i--)); do
|
|
||||||
if [[ ${COMP_WORDS[i]} != -* ]]; then
|
|
||||||
last_non_flag_word="${COMP_WORDS[i]}"
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
comps=""
|
|
||||||
comps_all=""
|
|
||||||
comp_cword_exflag=0
|
|
||||||
comp_cword_all=0
|
|
||||||
for ((i = 0; i < ${#COMP_WORDS[@]} - 1; i++)); do
|
|
||||||
word="${COMP_WORDS[i]}"
|
|
||||||
comps_all+=" $word"
|
|
||||||
((comp_cword_all++))
|
|
||||||
if [[ $word != -* ]]; then
|
|
||||||
comps+=" $word"
|
|
||||||
((comp_cword_exflag++))
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
comps="${comps:1}"
|
|
||||||
comps_all="${comps_all:1}"
|
|
||||||
|
|
||||||
repos=""
|
|
||||||
for word in "${ARTIX_DB[@]}"; do
|
|
||||||
if [[ $word != -* ]]; then
|
|
||||||
repos+=" $word"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
repos="${repos:1}"
|
|
||||||
autorepos=""
|
|
||||||
for word in "${ARTIX_DB_MAP[@]}"; do
|
|
||||||
if [[ $word != -* ]]; then
|
|
||||||
autorepos+=" $word"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
autorepos="${autorepos:1}"
|
|
||||||
teams=""
|
|
||||||
for word in "${ARTIX_TEAMS[@]}"; do
|
|
||||||
if [[ $word != -* ]]; then
|
|
||||||
teams+=" $word"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
teams="${teams:1}"
|
|
||||||
|
|
||||||
case "${comp_cword_exflag}" in
|
|
||||||
1)
|
|
||||||
COMPREPLY=($(compgen -W "admin git repo version -h --help" -- "${cur}"))
|
|
||||||
return 0
|
|
||||||
;;
|
|
||||||
2)
|
|
||||||
case ${prev} in
|
|
||||||
admin)
|
|
||||||
COMPREPLY=($(compgen -W "maintainer query team topic transfer -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
git)
|
|
||||||
COMPREPLY=($(compgen -W "ci clone config create pull push -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
repo)
|
|
||||||
COMPREPLY=($(compgen -W "add remove move import show -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
version)
|
|
||||||
COMPREPLY=($(compgen -W "-h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
case "${comps}" in
|
|
||||||
"artixpkg repo add"*)
|
|
||||||
local repoAddCommon="-p --push -r --rebuild -n --nocheck -h --help"
|
|
||||||
case "${comp_cword_exflag}" in
|
|
||||||
3)
|
|
||||||
COMPREPLY=($(compgen -W "$repoAddCommon $autorepos $repos" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "$repoAddCommon $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg repo remove"*)
|
|
||||||
case "${comp_cword_exflag}" in
|
|
||||||
3)
|
|
||||||
COMPREPLY=($(compgen -W "-p --push -h --help $autorepos $repos" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-p --push -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg repo move"*)
|
|
||||||
case "${comp_cword_exflag}" in
|
|
||||||
3|4)
|
|
||||||
COMPREPLY=($(compgen -W "-p --push -h --help $autorepos $repos" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-p --push -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg repo import"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"--tag")
|
|
||||||
# this flag expects a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "--del -h --help --tag $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg repo show")
|
|
||||||
COMPREPLY=($(compgen -W "-b --base -p --pkgs -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"artixpkg git clone"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-a"|"--agent")
|
|
||||||
COMPREPLY=($(compgen -W "$agents" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"--protocol")
|
|
||||||
COMPREPLY=($(compgen -W "https" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-t"|"--team")
|
|
||||||
COMPREPLY=($(compgen -W "$teams" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-m"|"--maintainer")
|
|
||||||
COMPREPLY=($(compgen -W "$(_artixpkg_maintainers)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-s"|"--search"|"-j"|"--jobs")
|
|
||||||
# these flags expect a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-m --maintainer --protocol -s --search -t --team -a --agent -j --jobs --all -h --help $(_artixpkg_remotepkgbase ${cur})" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg git config"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"--protocol")
|
|
||||||
COMPREPLY=($(compgen -W "https" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-j"|"--jobs")
|
|
||||||
# these flags expect a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "--protocol -j --jobs -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg git create"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-a"|"--agent")
|
|
||||||
COMPREPLY=($(compgen -W "$agents" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-t"|"--team")
|
|
||||||
COMPREPLY=($(compgen -W "$teams" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-c --clone -a --agent -t --team -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg git pull"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-m"|"--maintainer")
|
|
||||||
COMPREPLY=($(compgen -W "$(_artixpkg_maintainers)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-t"|"--topic"|"-j"|"--jobs")
|
|
||||||
# these flags expect a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
case "${comps_all}" in
|
|
||||||
*--all*)
|
|
||||||
COMPREPLY=($(compgen -W "-m --maintainer -t --topic -j --jobs -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-m --maintainer -t --topic -j --jobs --all -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg git push"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-m"|"--maintainer")
|
|
||||||
COMPREPLY=($(compgen -W "$(_artixpkg_maintainers)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-t"|"--topic"|"-j"|"--jobs")
|
|
||||||
# this flag expects a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-m --maintainer -t --topic -j --jobs -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg git ci"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-a"|"--agent")
|
|
||||||
COMPREPLY=($(compgen -W "$agents" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-a --agent -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg admin maintainer"*)
|
|
||||||
case "${comp_cword_all}" in
|
|
||||||
3)
|
|
||||||
COMPREPLY=($(compgen -W "-a --adopt --o --orphan -h --help" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg admin query"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-m"|"--maintainer")
|
|
||||||
COMPREPLY=($(compgen -W "$(_artixpkg_maintainers)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
"-t"|"--topic")
|
|
||||||
# this flag expects a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-m --maintainer -t --topic -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg admin team"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-a"|"--add"|"-r"|"--remove")
|
|
||||||
COMPREPLY=($(compgen -W "$teams" -- ${cur}))
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-a --add -c --check -l --list -r --remove -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg admin topic"*)
|
|
||||||
case "${prev}" in
|
|
||||||
"-a"|"--add"|"-r"|"--remove"|"-j"|"--jobs")
|
|
||||||
# this flag expects a parameter
|
|
||||||
COMPREPLY=()
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
COMPREPLY=($(compgen -W "-a --add -r --remove -d --del -j --jobs -h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
"artixpkg admin transfer"*)
|
|
||||||
COMPREPLY=($(compgen -W "-h --help $(_artixpkg_pkgbase)" -- ${cur}))
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
complete -F _artixpkg_completion artixpkg
|
|
@@ -1,205 +0,0 @@
|
|||||||
#compdef artixpkg
|
|
||||||
|
|
||||||
local -a addcmd admincmd cicmd clonecmd configcmd createcmd gitcmd importcmd \
|
|
||||||
initialcmd maintainercmd movecmd querycmd pullcmd pushcmd removecmd \
|
|
||||||
repocmd showcmd teamcmd topiccmd transfercmd versioncmd
|
|
||||||
_regex_words maintainer '' \
|
|
||||||
'-a' \
|
|
||||||
'--adopt' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-o' \
|
|
||||||
'--orphan'
|
|
||||||
maintainercmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words query '' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-m' \
|
|
||||||
'-t'
|
|
||||||
querycmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words team '' \
|
|
||||||
'-a' \
|
|
||||||
'--add' \
|
|
||||||
'-c' \
|
|
||||||
'--check' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-r' \
|
|
||||||
'--remove'
|
|
||||||
teamcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words topic '' \
|
|
||||||
'-a' \
|
|
||||||
'--add' \
|
|
||||||
'-d' \
|
|
||||||
'--delete' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-j' \
|
|
||||||
'--jobs' \
|
|
||||||
'-r' \
|
|
||||||
'--remove'
|
|
||||||
topiccmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words transfer '' \
|
|
||||||
'-h' \
|
|
||||||
'--help'
|
|
||||||
transfercmd=("$reply[@]")
|
|
||||||
|
|
||||||
|
|
||||||
_regex_words admin '' \
|
|
||||||
'-h:Help text' \
|
|
||||||
'--help:Help text' \
|
|
||||||
'maintainer:Manage repo maintainer:$maintainercmd' \
|
|
||||||
'query:Query maintainers and topics:$querycmd' \
|
|
||||||
'team:Manage repo team:$teamcmd' \
|
|
||||||
'topic:Manage topics:$topiccmd' \
|
|
||||||
'transfer:Transfer obsolete repositories to landfill:$transfercmd'
|
|
||||||
admincmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words ci '' \
|
|
||||||
'-a' \
|
|
||||||
'--agent' \
|
|
||||||
'-h' \
|
|
||||||
'--help'
|
|
||||||
cicmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words clone '' \
|
|
||||||
'-a' \
|
|
||||||
'--agent' \
|
|
||||||
'--all' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-j' \
|
|
||||||
'--jobs' \
|
|
||||||
'-m' \
|
|
||||||
'--maintainer' \
|
|
||||||
'--protocol' \
|
|
||||||
'-s' \
|
|
||||||
'--search' \
|
|
||||||
'-t' \
|
|
||||||
'--team'
|
|
||||||
clonecmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words config '' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-j' \
|
|
||||||
'--jobs' \
|
|
||||||
'--protocol'
|
|
||||||
configcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words create '' \
|
|
||||||
'-a' \
|
|
||||||
'--agent' \
|
|
||||||
'-c' \
|
|
||||||
'--create' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-t' \
|
|
||||||
'--team'
|
|
||||||
createcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words pull '' \
|
|
||||||
'--all' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-j' \
|
|
||||||
'--jobs' \
|
|
||||||
'-m' \
|
|
||||||
'--maintainer' \
|
|
||||||
'-t' \
|
|
||||||
'--topic'
|
|
||||||
pullcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words push '' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-j' \
|
|
||||||
'--jobs' \
|
|
||||||
'-m' \
|
|
||||||
'--maintainer' \
|
|
||||||
'-t' \
|
|
||||||
'--topic'
|
|
||||||
pushcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words git '' \
|
|
||||||
'ci:Configure CI agent:$cicmd' \
|
|
||||||
'clone:Clone a package:$clonecmd' \
|
|
||||||
'config:Configure a clone:$configcmd' \
|
|
||||||
'create:Create a new gitea package repository:$createcmd' \
|
|
||||||
'-h:Help text' \
|
|
||||||
'--help:Help text' \
|
|
||||||
'pull:Pull a package repository:$pullcmd' \
|
|
||||||
'push:Push a package repository:$pushcmd'
|
|
||||||
gitcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words add '' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-n' \
|
|
||||||
'--nocheck' \
|
|
||||||
'-p' \
|
|
||||||
'--push' \
|
|
||||||
'-r' \
|
|
||||||
'--rebuild'
|
|
||||||
addcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words import '' \
|
|
||||||
'--del' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'--tag'
|
|
||||||
importcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words move '' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-p' \
|
|
||||||
'--push'
|
|
||||||
movecmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words remove '' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-p' \
|
|
||||||
'--push'
|
|
||||||
removecmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words show '' \
|
|
||||||
'-b' \
|
|
||||||
'--base' \
|
|
||||||
'-h' \
|
|
||||||
'--help' \
|
|
||||||
'-p' \
|
|
||||||
'--pkgs'
|
|
||||||
showcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words repo '' \
|
|
||||||
'add:Add pkgbase to repo:$addcmd' \
|
|
||||||
'-h:Help text' \
|
|
||||||
'--help:Help text' \
|
|
||||||
'import:Import latest tag from arch upstream:$importcmd' \
|
|
||||||
'move:Move pkgbase between repos:$movecmd' \
|
|
||||||
'remove:Remove pkgbase from repo:$removecmd' \
|
|
||||||
'show:Show pkgbase repo db:$showcmd'
|
|
||||||
repocmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words version '' \
|
|
||||||
'-h' \
|
|
||||||
'--help'
|
|
||||||
versioncmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_words initial '' \
|
|
||||||
'admin:Manage topics:$admincmd' \
|
|
||||||
'git:Manage git:$gitcmd' \
|
|
||||||
'-h:Help text' \
|
|
||||||
'--help:Help text' \
|
|
||||||
'repo:Pacman database modification:$repocmd' \
|
|
||||||
'version:Show artixpkg version:$versioncmd'
|
|
||||||
initialcmd=("$reply[@]")
|
|
||||||
|
|
||||||
_regex_arguments _artixpkg /$'[^\0]##\0'/ "${initialcmd[@]}"
|
|
||||||
_artixpkg "$@"
|
|
@@ -1,17 +0,0 @@
|
|||||||
################ install ################
|
|
||||||
|
|
||||||
# start services
|
|
||||||
# bluetoothd, cupsd, DM are added to the pkglist dynamicly
|
|
||||||
# metalog or syslog-ng is added to the pkglist dynamicly
|
|
||||||
# connmand or NetworkManager is added to the pkglist dynamicly
|
|
||||||
# only added if in array, these pkgs have no list entry
|
|
||||||
|
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'connmand')
|
|
||||||
|
|
||||||
################# live-session #################
|
|
||||||
|
|
||||||
# default value
|
|
||||||
# PASSWORD="artix"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the live session
|
|
||||||
AUTOLOGIN="false"
|
|
@@ -1,48 +0,0 @@
|
|||||||
#!/hint/bash
|
|
||||||
# shellcheck disable=2034
|
|
||||||
|
|
||||||
# This is an example PKGBUILD file, so that shellcheck can know what
|
|
||||||
# variables to expect be set after including a PKGBUILD.
|
|
||||||
|
|
||||||
# Maintainer: Your Name <youremail@domain.com>
|
|
||||||
pkgname=NAME
|
|
||||||
pkgver=VERSION
|
|
||||||
pkgrel=1
|
|
||||||
epoch=
|
|
||||||
pkgdesc=""
|
|
||||||
arch=()
|
|
||||||
url=""
|
|
||||||
license=('GPL')
|
|
||||||
groups=()
|
|
||||||
depends=()
|
|
||||||
makedepends=()
|
|
||||||
checkdepends=()
|
|
||||||
optdepends=()
|
|
||||||
provides=()
|
|
||||||
conflicts=()
|
|
||||||
replaces=()
|
|
||||||
backup=()
|
|
||||||
options=()
|
|
||||||
install=
|
|
||||||
changelog=
|
|
||||||
source=("$pkgname-$pkgver.tar.gz"
|
|
||||||
"$pkgname-$pkgver.patch")
|
|
||||||
noextract=()
|
|
||||||
md5sums=()
|
|
||||||
validpgpkeys=()
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
:
|
|
||||||
}
|
|
9
data/conf/artools-base.conf
Normal file
9
data/conf/artools-base.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#############################################
|
||||||
|
################ artools-base ###############
|
||||||
|
#############################################
|
||||||
|
|
||||||
|
# build dir where buildpkg or buildiso chroots are created
|
||||||
|
# CHROOTS_DIR=/var/lib/artools
|
||||||
|
|
||||||
|
# the workspace directory
|
||||||
|
# WORKSPACE_DIR="/home/${OWNER}/artools-workspace"
|
21
data/conf/artools-iso.conf
Normal file
21
data/conf/artools-iso.conf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#############################################
|
||||||
|
################ artools-iso ################
|
||||||
|
#############################################
|
||||||
|
|
||||||
|
# the iso storage directory
|
||||||
|
# ISO_POOL="${WORKSPACE_DIR}/iso"
|
||||||
|
|
||||||
|
# the dist release; default: auto
|
||||||
|
# ISO_VERSION=$(date +%Y%m%d)
|
||||||
|
|
||||||
|
# possible values: openrc, runit, s6
|
||||||
|
# INITSYS="openrc"
|
||||||
|
|
||||||
|
# gpg key; leave empty or commented to skip img signing
|
||||||
|
# GPG_KEY=""
|
||||||
|
|
||||||
|
# set upload bandwidth limit in kB/s
|
||||||
|
# UPLIMIT=1000
|
||||||
|
|
||||||
|
# the server user
|
||||||
|
# ACCOUNT=[SetUser]
|
48
data/conf/artools-pkg.conf
Normal file
48
data/conf/artools-pkg.conf
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
#############################################
|
||||||
|
################ artools-pkg ################
|
||||||
|
#############################################
|
||||||
|
|
||||||
|
# gitea user access token
|
||||||
|
# GIT_TOKEN=''
|
||||||
|
|
||||||
|
# HOST_TREE_ARTIX='gitea@gitea.artixlinux.org:artixlinux'
|
||||||
|
|
||||||
|
# TREE_DIR_ARTIX=${WORKSPACE_DIR}/artixlinux
|
||||||
|
|
||||||
|
# customize buildtree, packages and community should be enabled
|
||||||
|
# TREE_NAMES_ARTIX=(
|
||||||
|
# packages
|
||||||
|
# community
|
||||||
|
# packages-kernel
|
||||||
|
# packages-net
|
||||||
|
# packages-gfx
|
||||||
|
# packages-openrc
|
||||||
|
# packages-runit
|
||||||
|
# packages-s6
|
||||||
|
# packages-media
|
||||||
|
# packages-xorg
|
||||||
|
# packages-python
|
||||||
|
# packages-perl
|
||||||
|
# packages-java
|
||||||
|
# packages-qt5
|
||||||
|
# packages-devel
|
||||||
|
# packages-ruby
|
||||||
|
# packages-gtk
|
||||||
|
# packages-gnome
|
||||||
|
# packages-cinnamon
|
||||||
|
# packages-lxqt
|
||||||
|
# packages-mate
|
||||||
|
# packages-kde
|
||||||
|
# packages-xfce
|
||||||
|
# packages-wm
|
||||||
|
# )
|
||||||
|
|
||||||
|
# HOST_TREE_ARCH=git://git.archlinux.org/svntogit
|
||||||
|
|
||||||
|
# TREE_DIR_ARCH=${WORKSPACE_DIR}/archlinux
|
||||||
|
|
||||||
|
# default repos root
|
||||||
|
# REPOS_ROOT=${WORKSPACE_DIR}/repos
|
||||||
|
|
||||||
|
# default mirror for sogrep
|
||||||
|
# REPOS_MIRROR="http://mirror1.artixlinux.org/repos"
|
11
data/docker/package-cleanup.hook
Normal file
11
data/docker/package-cleanup.hook
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Trigger]
|
||||||
|
Operation = Install
|
||||||
|
Operation = Upgrade
|
||||||
|
Type = Package
|
||||||
|
Target = *
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Cleaning up package cache...
|
||||||
|
Depends = coreutils
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /usr/bin/find /var/cache/pacman/pkg/ -type f -delete
|
@@ -26,17 +26,22 @@ Architecture = auto
|
|||||||
#IgnoreGroup =
|
#IgnoreGroup =
|
||||||
|
|
||||||
#NoUpgrade =
|
#NoUpgrade =
|
||||||
#NoExtract =
|
NoExtract = usr/share/help/* !usr/share/help/en*
|
||||||
|
NoExtract = usr/share/gtk-doc/html/* usr/share/doc/*
|
||||||
|
NoExtract = usr/share/locale/* usr/share/X11/locale/* usr/share/i18n/*
|
||||||
|
NoExtract = !*locale*/en*/* !usr/share/i18n/charmaps/UTF-8.gz !usr/share/*locale*/locale.*
|
||||||
|
NoExtract = !usr/share/*locales/en_?? !usr/share/*locales/i18n* !usr/share/*locales/iso*
|
||||||
|
NoExtract = !usr/share/*locales/trans*
|
||||||
|
NoExtract = usr/share/man/* usr/share/info/*
|
||||||
|
NoExtract = usr/share/vim/vim*/lang/*
|
||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
#Color
|
||||||
#NoProgressBar
|
#TotalDownload
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 10
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
@@ -46,7 +51,7 @@ LocalFileSigLevel = Optional
|
|||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
# packagers with `pacman-key --populate artix`.
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
@@ -71,35 +76,36 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
# [system-gremlins]
|
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# [world-gremlins]
|
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
[world]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# [galaxy-gremlins]
|
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy]
|
[galaxy]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the lib32 repositories as required here.
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
# [lib32-gremlins]
|
#[lib32]
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
#
|
|
||||||
# [lib32]
|
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
#[extra]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[community]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
@@ -11,10 +11,10 @@
|
|||||||
#
|
#
|
||||||
#-- The download utilities that makepkg should use to acquire sources
|
#-- The download utilities that makepkg should use to acquire sources
|
||||||
# Format: 'protocol::agent'
|
# Format: 'protocol::agent'
|
||||||
DLAGENTS=('file::/usr/bin/curl -qgC - -o %o %u'
|
DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
|
||||||
'ftp::/usr/bin/curl -qgfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
|
'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
|
||||||
'http::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
|
'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
|
||||||
'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
|
'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
|
||||||
'rsync::/usr/bin/rsync --no-motd -z %u %o'
|
'rsync::/usr/bin/rsync --no-motd -z %u %o'
|
||||||
'scp::/usr/bin/scp -C %u %o')
|
'scp::/usr/bin/scp -C %u %o')
|
||||||
|
|
||||||
@@ -25,8 +25,7 @@ DLAGENTS=('file::/usr/bin/curl -qgC - -o %o %u'
|
|||||||
|
|
||||||
#-- The package required by makepkg to download VCS sources
|
#-- The package required by makepkg to download VCS sources
|
||||||
# Format: 'protocol::package'
|
# Format: 'protocol::package'
|
||||||
VCSCLIENTS=('bzr::breezy'
|
VCSCLIENTS=('bzr::bzr'
|
||||||
'fossil::fossil'
|
|
||||||
'git::git'
|
'git::git'
|
||||||
'hg::mercurial'
|
'hg::mercurial'
|
||||||
'svn::subversion')
|
'svn::subversion')
|
||||||
@@ -39,26 +38,21 @@ CARCH="x86_64"
|
|||||||
CHOST="x86_64-pc-linux-gnu"
|
CHOST="x86_64-pc-linux-gnu"
|
||||||
|
|
||||||
#-- Compiler and Linker Flags
|
#-- Compiler and Linker Flags
|
||||||
#CPPFLAGS=""
|
CPPFLAGS="-D_FORTIFY_SOURCE=2"
|
||||||
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
|
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
|
||||||
-Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
|
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
|
||||||
-fstack-clash-protection -fcf-protection"
|
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
|
||||||
# -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"
|
|
||||||
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
|
|
||||||
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \
|
|
||||||
-Wl,-z,pack-relative-relocs"
|
|
||||||
LTOFLAGS="-flto=auto"
|
|
||||||
#-- Make Flags: change this for DistCC/SMP systems
|
#-- Make Flags: change this for DistCC/SMP systems
|
||||||
#MAKEFLAGS="-j2"
|
#MAKEFLAGS="-j2"
|
||||||
#-- Debugging flags
|
#-- Debugging flags
|
||||||
DEBUG_CFLAGS="-g"
|
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
|
||||||
DEBUG_CXXFLAGS="$DEBUG_CFLAGS"
|
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# BUILD ENVIRONMENT
|
# BUILD ENVIRONMENT
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#
|
#
|
||||||
# Makepkg defaults: BUILDENV=(!distcc !color !ccache check !sign)
|
# Defaults: BUILDENV=(!distcc !color !ccache check !sign)
|
||||||
# A negated environment option will do the opposite of the comments below.
|
# A negated environment option will do the opposite of the comments below.
|
||||||
#
|
#
|
||||||
#-- distcc: Use the Distributed C/C++/ObjC compiler
|
#-- distcc: Use the Distributed C/C++/ObjC compiler
|
||||||
@@ -81,7 +75,7 @@ BUILDENV=(!distcc color !ccache check !sign)
|
|||||||
# These are default values for the options=() settings
|
# These are default values for the options=() settings
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#
|
#
|
||||||
# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto !autodeps)
|
# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug)
|
||||||
# A negated option will do the opposite of the comments below.
|
# A negated option will do the opposite of the comments below.
|
||||||
#
|
#
|
||||||
#-- strip: Strip symbols from binaries/libraries
|
#-- strip: Strip symbols from binaries/libraries
|
||||||
@@ -92,13 +86,11 @@ BUILDENV=(!distcc color !ccache check !sign)
|
|||||||
#-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
|
#-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
|
||||||
#-- purge: Remove files specified by PURGE_TARGETS
|
#-- purge: Remove files specified by PURGE_TARGETS
|
||||||
#-- debug: Add debugging flags as specified in DEBUG_* variables
|
#-- debug: Add debugging flags as specified in DEBUG_* variables
|
||||||
#-- lto: Add compile flags for building with link time optimization
|
|
||||||
#-- autodeps: Automatically add depends/provides
|
|
||||||
#
|
#
|
||||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)
|
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
|
||||||
|
|
||||||
#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2
|
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
|
||||||
INTEGRITY_CHECK=(sha256)
|
INTEGRITY_CHECK=(md5)
|
||||||
#-- Options to be used when stripping binaries. See `man strip' for details.
|
#-- Options to be used when stripping binaries. See `man strip' for details.
|
||||||
STRIP_BINARIES="--strip-all"
|
STRIP_BINARIES="--strip-all"
|
||||||
#-- Options to be used when stripping shared libraries. See `man strip' for details.
|
#-- Options to be used when stripping shared libraries. See `man strip' for details.
|
||||||
@@ -113,8 +105,6 @@ DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
|
|||||||
PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
|
PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
|
||||||
#-- Directory to store source code in for debug packages
|
#-- Directory to store source code in for debug packages
|
||||||
DBGSRCDIR="/usr/src/debug"
|
DBGSRCDIR="/usr/src/debug"
|
||||||
#-- Prefix and directories for library autodeps
|
|
||||||
LIB_DIRS=('lib:usr/lib' 'lib32:usr/lib32')
|
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# PACKAGE OUTPUT
|
# PACKAGE OUTPUT
|
||||||
@@ -156,10 +146,4 @@ COMPRESSLZ=(lzip -c -f)
|
|||||||
PKGEXT='.pkg.tar.zst'
|
PKGEXT='.pkg.tar.zst'
|
||||||
SRCEXT='.src.tar.gz'
|
SRCEXT='.src.tar.gz'
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
# OTHER
|
|
||||||
#########################################################################
|
|
||||||
#
|
|
||||||
#-- Command used to run pacman as root, instead of trying sudo and su
|
|
||||||
#PACMAN_AUTH=()
|
|
||||||
# vim: set ft=sh ts=2 sw=2 et:
|
# vim: set ft=sh ts=2 sw=2 et:
|
@@ -31,13 +31,9 @@ Architecture = auto
|
|||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
#Color
|
#Color
|
||||||
NoProgressBar
|
#TotalDownload
|
||||||
# We cannot check disk space from within a chroot environment
|
CheckSpace
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
@@ -47,7 +43,7 @@ LocalFileSigLevel = Optional
|
|||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
# packagers with `pacman-key --populate artix`.
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
@@ -72,15 +68,12 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
#[system-gremlins]
|
#[gremlins]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[world-gremlins]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
[world]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
@@ -90,8 +83,39 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
[galaxy]
|
[galaxy]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
|
#[lib32-gremlins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
#[testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[community-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
145
data/pacman/pacman-gnome-wobble.conf
Normal file
145
data/pacman/pacman-gnome-wobble.conf
Normal file
@@ -0,0 +1,145 @@
|
|||||||
|
#
|
||||||
|
# /etc/pacman.conf
|
||||||
|
#
|
||||||
|
# See the pacman.conf(5) manpage for option and repository directives
|
||||||
|
|
||||||
|
#
|
||||||
|
# GENERAL OPTIONS
|
||||||
|
#
|
||||||
|
[options]
|
||||||
|
# The following paths are commented out with their default values listed.
|
||||||
|
# If you wish to use different paths, uncomment and update the paths.
|
||||||
|
#RootDir = /
|
||||||
|
#DBPath = /var/lib/pacman/
|
||||||
|
#CacheDir = /var/cache/pacman/pkg/
|
||||||
|
#LogFile = /var/log/pacman.log
|
||||||
|
#GPGDir = /etc/pacman.d/gnupg/
|
||||||
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
|
HoldPkg = pacman glibc
|
||||||
|
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||||
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||||
|
#CleanMethod = KeepInstalled
|
||||||
|
Architecture = auto
|
||||||
|
|
||||||
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
|
#IgnorePkg =
|
||||||
|
#IgnoreGroup =
|
||||||
|
|
||||||
|
#NoUpgrade =
|
||||||
|
#NoExtract =
|
||||||
|
|
||||||
|
# Misc options
|
||||||
|
#UseSyslog
|
||||||
|
#Color
|
||||||
|
#TotalDownload
|
||||||
|
CheckSpace
|
||||||
|
VerbosePkgLists
|
||||||
|
|
||||||
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
|
SigLevel = Required DatabaseOptional
|
||||||
|
LocalFileSigLevel = Optional
|
||||||
|
#RemoteFileSigLevel = Required
|
||||||
|
|
||||||
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
|
#
|
||||||
|
# REPOSITORIES
|
||||||
|
# - can be defined here or included from another file
|
||||||
|
# - pacman will search repositories in the order defined here
|
||||||
|
# - local/custom mirrors can be added here or in separate files
|
||||||
|
# - repositories listed first will take precedence when packages
|
||||||
|
# have identical names, regardless of version number
|
||||||
|
# - URLs will have $repo replaced by the name of the current repo
|
||||||
|
# - URLs will have $arch replaced by the name of the architecture
|
||||||
|
#
|
||||||
|
# Repository entries are of the format:
|
||||||
|
# [repo-name]
|
||||||
|
# Server = ServerName
|
||||||
|
# Include = IncludePath
|
||||||
|
#
|
||||||
|
# The header [repo-name] is crucial - it must be present and
|
||||||
|
# uncommented to enable the repo.
|
||||||
|
#
|
||||||
|
|
||||||
|
# The gremlins repositories are disabled by default. To enable, uncomment the
|
||||||
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
|
[gnome-wobble]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[system]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[world]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
|
#[lib32-goblins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32-gremlins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
|
# tips on creating your own repositories.
|
||||||
|
#[custom]
|
||||||
|
#SigLevel = Optional TrustAll
|
||||||
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
[gnome-unstable]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-staging]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
139
data/pacman/pacman-goblins.conf
Normal file
139
data/pacman/pacman-goblins.conf
Normal file
@@ -0,0 +1,139 @@
|
|||||||
|
#
|
||||||
|
# /etc/pacman.conf
|
||||||
|
#
|
||||||
|
# See the pacman.conf(5) manpage for option and repository directives
|
||||||
|
|
||||||
|
#
|
||||||
|
# GENERAL OPTIONS
|
||||||
|
#
|
||||||
|
[options]
|
||||||
|
# The following paths are commented out with their default values listed.
|
||||||
|
# If you wish to use different paths, uncomment and update the paths.
|
||||||
|
#RootDir = /
|
||||||
|
#DBPath = /var/lib/pacman/
|
||||||
|
#CacheDir = /var/cache/pacman/pkg/
|
||||||
|
#LogFile = /var/log/pacman.log
|
||||||
|
#GPGDir = /etc/pacman.d/gnupg/
|
||||||
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
|
HoldPkg = pacman glibc
|
||||||
|
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||||
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||||
|
#CleanMethod = KeepInstalled
|
||||||
|
Architecture = auto
|
||||||
|
|
||||||
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
|
#IgnorePkg =
|
||||||
|
#IgnoreGroup =
|
||||||
|
|
||||||
|
#NoUpgrade =
|
||||||
|
#NoExtract =
|
||||||
|
|
||||||
|
# Misc options
|
||||||
|
#UseSyslog
|
||||||
|
#Color
|
||||||
|
#TotalDownload
|
||||||
|
CheckSpace
|
||||||
|
VerbosePkgLists
|
||||||
|
|
||||||
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
|
SigLevel = Required DatabaseOptional
|
||||||
|
LocalFileSigLevel = Optional
|
||||||
|
#RemoteFileSigLevel = Required
|
||||||
|
|
||||||
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
|
#
|
||||||
|
# REPOSITORIES
|
||||||
|
# - can be defined here or included from another file
|
||||||
|
# - pacman will search repositories in the order defined here
|
||||||
|
# - local/custom mirrors can be added here or in separate files
|
||||||
|
# - repositories listed first will take precedence when packages
|
||||||
|
# have identical names, regardless of version number
|
||||||
|
# - URLs will have $repo replaced by the name of the current repo
|
||||||
|
# - URLs will have $arch replaced by the name of the architecture
|
||||||
|
#
|
||||||
|
# Repository entries are of the format:
|
||||||
|
# [repo-name]
|
||||||
|
# Server = ServerName
|
||||||
|
# Include = IncludePath
|
||||||
|
#
|
||||||
|
# The header [repo-name] is crucial - it must be present and
|
||||||
|
# uncommented to enable the repo.
|
||||||
|
#
|
||||||
|
|
||||||
|
# The gremlins repositories are disabled by default. To enable, uncomment the
|
||||||
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
|
[goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[system]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[world]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
|
#[lib32-goblins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32-gremlins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
|
# tips on creating your own repositories.
|
||||||
|
#[custom]
|
||||||
|
#SigLevel = Optional TrustAll
|
||||||
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
[staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-staging]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
@@ -30,13 +30,10 @@ Architecture = auto
|
|||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
#Color
|
||||||
#NoProgressBar
|
#TotalDownload
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 10
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
@@ -46,7 +43,7 @@ LocalFileSigLevel = Optional
|
|||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
# packagers with `pacman-key --populate artix`.
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
@@ -71,15 +68,12 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[system-gremlins]
|
[gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
[world]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
@@ -92,14 +86,36 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the lib32 repositories as required here.
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
# [lib32-gremlins]
|
#[lib32-gremlins]
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
#
|
|
||||||
# [lib32]
|
#[lib32]
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
[testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
145
data/pacman/pacman-kde-wobble.conf
Normal file
145
data/pacman/pacman-kde-wobble.conf
Normal file
@@ -0,0 +1,145 @@
|
|||||||
|
#
|
||||||
|
# /etc/pacman.conf
|
||||||
|
#
|
||||||
|
# See the pacman.conf(5) manpage for option and repository directives
|
||||||
|
|
||||||
|
#
|
||||||
|
# GENERAL OPTIONS
|
||||||
|
#
|
||||||
|
[options]
|
||||||
|
# The following paths are commented out with their default values listed.
|
||||||
|
# If you wish to use different paths, uncomment and update the paths.
|
||||||
|
#RootDir = /
|
||||||
|
#DBPath = /var/lib/pacman/
|
||||||
|
#CacheDir = /var/cache/pacman/pkg/
|
||||||
|
#LogFile = /var/log/pacman.log
|
||||||
|
#GPGDir = /etc/pacman.d/gnupg/
|
||||||
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
|
HoldPkg = pacman glibc
|
||||||
|
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||||
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||||
|
#CleanMethod = KeepInstalled
|
||||||
|
Architecture = auto
|
||||||
|
|
||||||
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
|
#IgnorePkg =
|
||||||
|
#IgnoreGroup =
|
||||||
|
|
||||||
|
#NoUpgrade =
|
||||||
|
#NoExtract =
|
||||||
|
|
||||||
|
# Misc options
|
||||||
|
#UseSyslog
|
||||||
|
#Color
|
||||||
|
#TotalDownload
|
||||||
|
CheckSpace
|
||||||
|
VerbosePkgLists
|
||||||
|
|
||||||
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
|
SigLevel = Required DatabaseOptional
|
||||||
|
LocalFileSigLevel = Optional
|
||||||
|
#RemoteFileSigLevel = Required
|
||||||
|
|
||||||
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
|
#
|
||||||
|
# REPOSITORIES
|
||||||
|
# - can be defined here or included from another file
|
||||||
|
# - pacman will search repositories in the order defined here
|
||||||
|
# - local/custom mirrors can be added here or in separate files
|
||||||
|
# - repositories listed first will take precedence when packages
|
||||||
|
# have identical names, regardless of version number
|
||||||
|
# - URLs will have $repo replaced by the name of the current repo
|
||||||
|
# - URLs will have $arch replaced by the name of the architecture
|
||||||
|
#
|
||||||
|
# Repository entries are of the format:
|
||||||
|
# [repo-name]
|
||||||
|
# Server = ServerName
|
||||||
|
# Include = IncludePath
|
||||||
|
#
|
||||||
|
# The header [repo-name] is crucial - it must be present and
|
||||||
|
# uncommented to enable the repo.
|
||||||
|
#
|
||||||
|
|
||||||
|
# The gremlins repositories are disabled by default. To enable, uncomment the
|
||||||
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
|
[kde-wobble]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[system]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[world]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
|
#[lib32-goblins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32-gremlins]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[lib32]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
|
# tips on creating your own repositories.
|
||||||
|
#[custom]
|
||||||
|
#SigLevel = Optional TrustAll
|
||||||
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
[kde-unstable]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-staging]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
@@ -31,13 +31,9 @@ Architecture = auto
|
|||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
#Color
|
#Color
|
||||||
NoProgressBar
|
#TotalDownload
|
||||||
# We cannot check disk space from within a chroot environment
|
CheckSpace
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
@@ -47,7 +43,7 @@ LocalFileSigLevel = Optional
|
|||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
# packagers with `pacman-key --populate artix`.
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
@@ -72,24 +68,27 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[system-goblins]
|
[goblins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system-gremlins]
|
[gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[world-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
[world]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-goblins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy-gremlins]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[galaxy]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the lib32 repositories as required here.
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
@@ -107,3 +106,34 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
[staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib-staging]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
@@ -30,13 +30,10 @@ Architecture = auto
|
|||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
#Color
|
||||||
#NoProgressBar
|
#TotalDownload
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 10
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
@@ -46,7 +43,7 @@ LocalFileSigLevel = Optional
|
|||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
# packagers with `pacman-key --populate artix`.
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
@@ -71,27 +68,15 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[system-goblins]
|
[gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[system-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[world-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world-gremlins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[world]
|
[world]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[galaxy-goblins]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[galaxy-gremlins]
|
[galaxy-gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
@@ -101,17 +86,36 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the lib32 repositories as required here.
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
# [lib32-goblins]
|
[lib32-gremlins]
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
#
|
|
||||||
# [lib32-gremlins]
|
[lib32]
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
#
|
|
||||||
# [lib32]
|
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
[testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
@@ -31,13 +31,9 @@ Architecture = auto
|
|||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
#Color
|
#Color
|
||||||
NoProgressBar
|
#TotalDownload
|
||||||
# We cannot check disk space from within a chroot environment
|
CheckSpace
|
||||||
#CheckSpace
|
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 5
|
|
||||||
DownloadUser = alpm
|
|
||||||
#DisableSandbox
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
@@ -47,7 +43,7 @@ LocalFileSigLevel = Optional
|
|||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Artix Linux
|
# keyring can then be populated with the keys of all official Artix Linux
|
||||||
# packagers with `pacman-key --populate artix`.
|
# packagers with `pacman-key --populate archlinux artix`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
@@ -72,16 +68,19 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
#[system-gremlins]
|
#[gremlins]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[world-gremlins]
|
[world]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
#[galaxy-gremlins]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[world]
|
[galaxy]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
@@ -98,3 +97,25 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARCHLINUX
|
||||||
|
#
|
||||||
|
|
||||||
|
#[testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[community-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
87
data/patches/artix-bash.patch
Normal file
87
data/patches/artix-bash.patch
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
--- /dev/null
|
||||||
|
+++ b/artix.bashrc
|
||||||
|
@@ -0,0 +1,46 @@
|
||||||
|
+use_color=true
|
||||||
|
+
|
||||||
|
+# Set colorful PS1 only on colorful terminals.
|
||||||
|
+# dircolors --print-database uses its own built-in database
|
||||||
|
+# instead of using /etc/DIR_COLORS. Try to use the external file
|
||||||
|
+# first to take advantage of user additions. Use internal bash
|
||||||
|
+# globbing instead of external grep binary.
|
||||||
|
+safe_term=${TERM//[^[:alnum:]]/?} # sanitize TERM
|
||||||
|
+match_lhs=""
|
||||||
|
+[[ -f ~/.dir_colors ]] && match_lhs="${match_lhs}$(<~/.dir_colors)"
|
||||||
|
+[[ -f /etc/DIR_COLORS ]] && match_lhs="${match_lhs}$(</etc/DIR_COLORS)"
|
||||||
|
+[[ -z ${match_lhs} ]] \
|
||||||
|
+ && type -P dircolors >/dev/null \
|
||||||
|
+ && match_lhs=$(dircolors --print-database)
|
||||||
|
+[[ $'\n'${match_lhs} == *$'\n'"TERM "${safe_term}* ]] && use_color=true
|
||||||
|
+
|
||||||
|
+if ${use_color} ; then
|
||||||
|
+ # Enable colors for ls, etc. Prefer ~/.dir_colors #64489
|
||||||
|
+ if type -P dircolors >/dev/null ; then
|
||||||
|
+ if [[ -f ~/.dir_colors ]] ; then
|
||||||
|
+ eval $(dircolors -b ~/.dir_colors)
|
||||||
|
+ elif [[ -f /etc/DIR_COLORS ]] ; then
|
||||||
|
+ eval $(dircolors -b /etc/DIR_COLORS)
|
||||||
|
+ fi
|
||||||
|
+ fi
|
||||||
|
+
|
||||||
|
+ if [[ ${EUID} == 0 ]] ; then
|
||||||
|
+ PS1='\[\033[01;31m\][\h\[\033[01;36m\] \W\[\033[01;31m\]]\$\[\033[00m\] '
|
||||||
|
+ else
|
||||||
|
+ PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\[\033[00m\] '
|
||||||
|
+ fi
|
||||||
|
+
|
||||||
|
+ alias ls='ls --color=auto'
|
||||||
|
+ alias grep='grep --colour=auto'
|
||||||
|
+ alias egrep='egrep --colour=auto'
|
||||||
|
+ alias fgrep='fgrep --colour=auto'
|
||||||
|
+else
|
||||||
|
+ if [[ ${EUID} == 0 ]] ; then
|
||||||
|
+ # show root@ when we don't have colors
|
||||||
|
+ PS1='\u@\h \W \$ '
|
||||||
|
+ else
|
||||||
|
+ PS1='\u@\h \w \$ '
|
||||||
|
+ fi
|
||||||
|
+fi
|
||||||
|
+
|
||||||
|
+unset use_color safe_term match_lhs sh
|
||||||
|
--- a/dot.bashrc
|
||||||
|
+++ b/dot.bashrc
|
||||||
|
@@ -5,5 +5,5 @@
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
-alias ls='ls --color=auto'
|
||||||
|
-PS1='[\u@\h \W]\$ '
|
||||||
|
+# alias ls='ls --color=auto'
|
||||||
|
+# PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
--- a/system.bashrc
|
||||||
|
+++ a/system.bashrc
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
#
|
||||||
|
-# /etc/bash.bashrc
|
||||||
|
+# /etc/bash/bashrc
|
||||||
|
#
|
||||||
|
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
@@ -19,4 +19,8 @@
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
+for sh in /etc/bash/bashrc.d/*.bashrc ; do
|
||||||
|
+ [[ -r ${sh} ]] && source "${sh}"
|
||||||
|
+done
|
||||||
|
+
|
||||||
|
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
|
||||||
|
|
||||||
|
--- a/system.bash_logout
|
||||||
|
+++ a/system.bash_logout
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
#
|
||||||
|
-# /etc/bash.bash_logout
|
||||||
|
+# /etc/bash/bash_logout
|
||||||
|
#
|
||||||
|
|
23
initcpio/Makefile
Normal file
23
initcpio/Makefile
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
DIRMODE = -dm0755
|
||||||
|
MODE = -m0755
|
||||||
|
|
||||||
|
CPIOHOOKS = \
|
||||||
|
$(wildcard hooks/*)
|
||||||
|
|
||||||
|
CPIOINST = \
|
||||||
|
$(wildcard install/*)
|
||||||
|
|
||||||
|
SCRIPT = \
|
||||||
|
$(wildcard script/*)
|
||||||
|
|
||||||
|
install_initcpio:
|
||||||
|
install $(DIRMODE) $(DESTDIR)$(CPIODIR)/hooks
|
||||||
|
install $(MODE) $(CPIOHOOKS) $(DESTDIR)$(CPIODIR)/hooks
|
||||||
|
|
||||||
|
install $(DIRMODE) $(DESTDIR)$(CPIODIR)/install
|
||||||
|
install $(MODE) $(CPIOINST) $(DESTDIR)$(CPIODIR)/install
|
||||||
|
install $(MODE) $(SCRIPT) $(DESTDIR)$(CPIODIR)
|
||||||
|
|
||||||
|
install: install_initcpio
|
||||||
|
|
||||||
|
.PHONY: install
|
275
initcpio/hooks/artix
Normal file
275
initcpio/hooks/artix
Normal file
@@ -0,0 +1,275 @@
|
|||||||
|
# args: source, newroot, mountpoint
|
||||||
|
_mnt_dmsnapshot() {
|
||||||
|
local img="${1}"
|
||||||
|
local mnt="${2}"
|
||||||
|
local img_fullname="${img##*/}";
|
||||||
|
local img_name="${img_fullname%%.*}"
|
||||||
|
local dm_snap_name="${dm_snap_prefix}_${img_name}"
|
||||||
|
local ro_dev ro_dev_size rw_dev
|
||||||
|
|
||||||
|
ro_dev=$(losetup --find --show --read-only "${img}")
|
||||||
|
echo ${ro_dev} >> ${live_root}/used_block_devices
|
||||||
|
ro_dev_size=$(blockdev --getsz ${ro_dev})
|
||||||
|
|
||||||
|
if [[ "${cow_persistent}" == "P" ]]; then
|
||||||
|
if [[ -f "${cow}/${cow_directory}/${img_name}.cow" ]]; then
|
||||||
|
msg ":: Found '${cow}/${cow_directory}/${img_name}.cow', using as persistent."
|
||||||
|
else
|
||||||
|
msg ":: Creating '${cow}/${cow_directory}/${img_name}.cow' as persistent."
|
||||||
|
truncate -s "${cow_spacesize}" "${cow}/${cow_directory}/${img_name}.cow"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
if [[ -f "${cow}/${cow_directory}/${img_name}.cow" ]]; then
|
||||||
|
msg ":: Found '${cow}/${cow_directory}/${img_name}.cow' but non-persistent requested, removing."
|
||||||
|
rm -f "${cow}/${cow_directory}/${img_name}.cow"
|
||||||
|
fi
|
||||||
|
msg ":: Creating '${cow}/${cow_directory}/${img_name}.cow' as non-persistent."
|
||||||
|
truncate -s "${cow_spacesize}" "${cow}/${cow_directory}/${img_name}.cow"
|
||||||
|
fi
|
||||||
|
|
||||||
|
rw_dev=$(losetup --find --show "${cow}/${cow_directory}/${img_name}.cow")
|
||||||
|
echo ${rw_dev} >> ${live_root}/used_block_devices
|
||||||
|
|
||||||
|
dmsetup create ${dm_snap_name} --table "0 ${ro_dev_size} snapshot ${ro_dev} ${rw_dev} ${cow_persistent} ${cow_chunksize}"
|
||||||
|
|
||||||
|
if [[ "${cow_persistent}" != "P" ]]; then
|
||||||
|
rm -f "${cow}/${cow_directory}/${img_name}.cow"
|
||||||
|
fi
|
||||||
|
|
||||||
|
_mnt_dev "/dev/mapper/${dm_snap_name}" "${mnt}" "-w" "defaults"
|
||||||
|
echo $(readlink -f /dev/mapper/${dm_snap_name}) >> ${live_root}/used_block_devices
|
||||||
|
}
|
||||||
|
|
||||||
|
# args: source, newroot, mountpoint
|
||||||
|
_mnt_overlayfs() {
|
||||||
|
local src="${1}"
|
||||||
|
local newroot="${2}"
|
||||||
|
local mnt="${3}"
|
||||||
|
local work_dir="${overlay_root}/work"
|
||||||
|
local upper_dir="${overlay_root}/upper"
|
||||||
|
|
||||||
|
mkdir -p "${upper_dir}" "${work_dir}"
|
||||||
|
|
||||||
|
mount -t overlay overlay -o lowerdir="${src}",upperdir="${upper_dir}",workdir="${work_dir}" "${newroot}${mnt}"
|
||||||
|
}
|
||||||
|
|
||||||
|
# args: /path/to/image_file, mountpoint
|
||||||
|
_mnt_sfs() {
|
||||||
|
local img="${1}"
|
||||||
|
local mnt="${2}"
|
||||||
|
local img_fullname="${img##*/}"
|
||||||
|
local sfs_dev
|
||||||
|
local oper=$( [[ -n "${ip}" && -n "${miso_http_srv}" ]] && echo "mv" || echo "cp" )
|
||||||
|
|
||||||
|
if [[ "${copytoram}" == "y" ]]; then
|
||||||
|
msg -n ":: Copying squashfs image to RAM..."
|
||||||
|
if ! "${oper}" "${img}" "${cp2ram}/${img_fullname}" ; then
|
||||||
|
echo "ERROR: while copy '${img}' to '${cp2ram}/${img_fullname}'"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
img="${cp2ram}/${img_fullname}"
|
||||||
|
msg "done."
|
||||||
|
fi
|
||||||
|
sfs_dev=$(losetup --find --show --read-only "${img}")
|
||||||
|
echo ${sfs_dev} >> ${live_root}/used_block_devices
|
||||||
|
_mnt_dev "${sfs_dev}" "${mnt}" "-r" "defaults"
|
||||||
|
}
|
||||||
|
|
||||||
|
# args: device, mountpoint, flags, opts
|
||||||
|
_mnt_dev() {
|
||||||
|
local dev="${1}"
|
||||||
|
local mnt="${2}"
|
||||||
|
local flg="${3}"
|
||||||
|
local opts="${4}"
|
||||||
|
|
||||||
|
mkdir -p "${mnt}"
|
||||||
|
|
||||||
|
msg ":: Mounting '${dev}' to '${mnt}'"
|
||||||
|
|
||||||
|
while ! poll_device "${dev}" 30; do
|
||||||
|
echo "ERROR: '${dev}' device did not show up after 30 seconds..."
|
||||||
|
echo " Falling back to interactive prompt"
|
||||||
|
echo " You can try to fix the problem manually, log out when you are finished"
|
||||||
|
launch_interactive_shell
|
||||||
|
done
|
||||||
|
|
||||||
|
if mount -o "${opts}" "${flg}" "${dev}" "${mnt}"; then
|
||||||
|
msg ":: Device '${dev}' mounted successfully."
|
||||||
|
else
|
||||||
|
echo "ERROR; Failed to mount '${dev}'"
|
||||||
|
echo " Falling back to interactive prompt"
|
||||||
|
echo " You can try to fix the problem manually, log out when you are finished"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
_verify_checksum() {
|
||||||
|
local _status
|
||||||
|
cd "${bootmnt}/${root}"
|
||||||
|
sha512sum -c $1.img.sha512 > /tmp/checksum.log 2>&1
|
||||||
|
_status=$?
|
||||||
|
cd "${OLDPWD}"
|
||||||
|
return ${_status}
|
||||||
|
}
|
||||||
|
|
||||||
|
_verify_signature() {
|
||||||
|
local _status
|
||||||
|
cd "${bootmnt}/${root}"
|
||||||
|
gpg --homedir /gpg --status-fd 1 --verify $1.img.sig 2>/dev/null | grep -qE '^\[GNUPG:\] GOODSIG'
|
||||||
|
_status=$?
|
||||||
|
cd "${OLDPWD}"
|
||||||
|
return ${_status}
|
||||||
|
}
|
||||||
|
|
||||||
|
run_hook() {
|
||||||
|
[[ -z "${copytoram_size}" ]] && copytoram_size="75%"
|
||||||
|
[[ -z "${root}" ]] && root="LiveOS"
|
||||||
|
|
||||||
|
[[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="artix"
|
||||||
|
[[ -z "${artixdevice}" ]] && artixdevice="/dev/disk/by-label/${label}"
|
||||||
|
[[ -z "${cow_spacesize}" ]] && cow_spacesize="256M"
|
||||||
|
[[ -z "${overlay_root_size}" ]] && overlay_root_size="75%"
|
||||||
|
|
||||||
|
if [[ -n "${cow_label}" ]]; then
|
||||||
|
cow_device="/dev/disk/by-label/${cow_label}"
|
||||||
|
[[ -z "${cow_persistent}" ]] && cow_persistent="P"
|
||||||
|
elif [[ -n "${cow_device}" ]]; then
|
||||||
|
[[ -z "${cow_persistent}" ]] && cow_persistent="P"
|
||||||
|
else
|
||||||
|
cow_persistent="N"
|
||||||
|
fi
|
||||||
|
|
||||||
|
[[ -z "${cow_flags}" ]] && cow_flags="defaults"
|
||||||
|
[[ -z "${cow_directory}" ]] && cow_directory="persistent_${label}"
|
||||||
|
[[ -z "${cow_chunksize}" ]] && cow_chunksize="8"
|
||||||
|
[[ -z "${overlay}" ]] && overlay=""
|
||||||
|
|
||||||
|
lower_dir=''
|
||||||
|
live_root="/run/artix"
|
||||||
|
bootmnt="${live_root}/bootmnt"
|
||||||
|
overlay_root="${live_root}/overlay_root"
|
||||||
|
cow="${live_root}/cowspace"
|
||||||
|
cp2ram="${live_root}/copytoram"
|
||||||
|
|
||||||
|
# set mount handler for artix
|
||||||
|
mount_handler="artix_mount_handler"
|
||||||
|
}
|
||||||
|
|
||||||
|
_check_sum() {
|
||||||
|
local fs="${1}"
|
||||||
|
if [[ -f "${bootmnt}/${root}/${fs}.img" ]]; then
|
||||||
|
if [[ -f "${bootmnt}/${root}/${fs}.img.md5" ]]; then
|
||||||
|
msg -n ":: Self-test requested, please wait..."
|
||||||
|
if _verify_checksum "${fs}"; then
|
||||||
|
msg "done. Checksum is OK, continue booting."
|
||||||
|
else
|
||||||
|
echo "ERROR: one or more files are corrupted"
|
||||||
|
echo "see /tmp/checksum.log for details"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
echo "ERROR: checksum=y option specified but ${root}/${fs}.img.md5 not found"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
_check_sig() {
|
||||||
|
local fs="${1}"
|
||||||
|
if [[ -f "${bootmnt}/${root}/${fs}.img" ]]; then
|
||||||
|
if [[ -f "${bootmnt}/${root}/${fs}.img.sig" ]]; then
|
||||||
|
msg -n ":: Signature verification requested, please wait..."
|
||||||
|
if _verify_signature "${fs}"; then
|
||||||
|
msg "done. Signature is OK, continue booting."
|
||||||
|
else
|
||||||
|
echo "ERROR: one or more files are corrupted"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
echo "ERROR: verify=y option specified but ${root}/${fs}.img.sig not found"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
_gen_arg() {
|
||||||
|
local arg="${1}"
|
||||||
|
echo "${lower_dir:-}${lower_dir:+:}${arg}"
|
||||||
|
}
|
||||||
|
|
||||||
|
_mount_root_overlayfs() {
|
||||||
|
local sfs="${1}"
|
||||||
|
local src="${bootmnt}/${root}"
|
||||||
|
local dest_sfs="${live_root}/sfs"
|
||||||
|
local dest_img="${live_root}/img"
|
||||||
|
|
||||||
|
if [[ -f "${src}/${sfs}.img" ]]; then
|
||||||
|
_mnt_sfs "${src}/${sfs}.img" "${dest_sfs}/${sfs}"
|
||||||
|
local find_img="${dest_sfs}/${sfs}/LiveOS/${sfs}.img"
|
||||||
|
if [[ -f "${find_img}" ]]; then
|
||||||
|
mkdir -p ${dest_img}
|
||||||
|
lower_dir=$(_gen_arg "${dest_img}/${sfs}")
|
||||||
|
_mnt_dmsnapshot "${find_img}" "${dest_img}/${sfs}"
|
||||||
|
else
|
||||||
|
lower_dir=$(_gen_arg "${dest_sfs}/${sfs}")
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# This function is called normally from init script, but it can be called
|
||||||
|
# as chain from other mount handlers.
|
||||||
|
# args: /path/to/newroot
|
||||||
|
artix_mount_handler() {
|
||||||
|
local newroot="${1}"
|
||||||
|
|
||||||
|
if ! mountpoint -q "${bootmnt}"; then
|
||||||
|
_mnt_dev "${artixdevice}" "${bootmnt}" "-r" "defaults"
|
||||||
|
if [[ "${copytoram}" != "y" ]]; then
|
||||||
|
echo $(readlink -f ${artixdevice}) >> ${live_root}/used_block_devices
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ "${checksum}" == "y" ]]; then
|
||||||
|
_check_sum "rootfs"
|
||||||
|
[[ -n "${overlay}" ]] && _check_sum "${overlay}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ "${verify}" == "y" ]]; then
|
||||||
|
_check_sig "rootfs"
|
||||||
|
[[ -n "${overlay}" ]] && _check_sig "${overlay}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ "${copytoram}" == "y" ]]; then
|
||||||
|
msg ":: Mounting ${cp2ram} (tmpfs) filesystem, size=${copytoram_size}"
|
||||||
|
mkdir -p ${cp2ram}
|
||||||
|
mount -t tmpfs -o "size=${copytoram_size}",mode=0755 copytoram ${cp2ram}
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ -n "${cow_device}" ]]; then
|
||||||
|
_mnt_dev "${cow_device}" "${cow}" "-r" "${cow_flags}"
|
||||||
|
echo $(readlink -f ${cow_device}) >> ${live_root}/used_block_devices
|
||||||
|
mount -o remount,rw "${cow}"
|
||||||
|
else
|
||||||
|
msg ":: Mounting ${cow} (tmpfs) filesystem, size=${cow_spacesize}..."
|
||||||
|
mkdir -p ${cow}
|
||||||
|
mount -t tmpfs -o "size=${cow_spacesize}",mode=0755 cowspace ${cow}
|
||||||
|
fi
|
||||||
|
mkdir -p -m 0700 "${cow}/${cow_directory}"
|
||||||
|
|
||||||
|
msg -n ":: Mounting overlay root (tmpfs) filesystem, size=${overlay_root_size}..."
|
||||||
|
mkdir -p ${overlay_root}
|
||||||
|
mount -t tmpfs -o "size=${overlay_root_size}",mode=0755 overlay_root ${overlay_root}
|
||||||
|
|
||||||
|
[[ -n "${overlay}" ]] && _mount_root_overlayfs "${overlay}"
|
||||||
|
_mount_root_overlayfs "rootfs"
|
||||||
|
|
||||||
|
_mnt_overlayfs "${lower_dir}" "${newroot}" "/"
|
||||||
|
|
||||||
|
if [[ "${copytoram}" == "y" ]]; then
|
||||||
|
umount -d ${bootmnt}
|
||||||
|
mkdir -p ${bootmnt}/${root}
|
||||||
|
mount -o bind ${cp2ram} ${bootmnt}/${root}
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:ft=sh:ts=4:sw=4:et:
|
35
initcpio/hooks/artix_loop_mnt
Normal file
35
initcpio/hooks/artix_loop_mnt
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
run_hook () {
|
||||||
|
[[ -n "${img_label}" ]] && img_dev="/dev/disk/by-label/${img_label}"
|
||||||
|
[[ -z "${img_flags}" ]] && img_flags="defaults"
|
||||||
|
if [[ -n "${img_dev}" && -n "${img_loop}" ]]; then
|
||||||
|
mount_handler="artix_loop_mount_handler"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
artix_loop_mount_handler () {
|
||||||
|
newroot="${1}"
|
||||||
|
|
||||||
|
local _dev_loop
|
||||||
|
|
||||||
|
msg ":: Setup a loop device from ${img_loop} located at device ${img_dev}"
|
||||||
|
_mnt_dev "${img_dev}" "${live_root}/img_dev" "-r" "${img_flags}"
|
||||||
|
if [[ "${copytoram}" != "y" ]]; then
|
||||||
|
echo $(readlink -f ${img_dev}) >> ${live_root}/used_block_devices
|
||||||
|
fi
|
||||||
|
|
||||||
|
if _dev_loop=$(losetup --find --show --read-only "${live_root}/img_dev/${img_loop}"); then
|
||||||
|
artixdevice="${_dev_loop}"
|
||||||
|
else
|
||||||
|
echo "ERROR: Setting loopback device for file '${live_root}/img_dev/${img_loop}'"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
|
||||||
|
artix_mount_handler ${newroot}
|
||||||
|
|
||||||
|
if [[ "${copytoram}" == "y" ]]; then
|
||||||
|
losetup -d ${_dev_loop} 2>/dev/null
|
||||||
|
umount ${live_root}/img_dev
|
||||||
|
fi
|
||||||
|
}
|
72
initcpio/hooks/artix_pxe_common
Normal file
72
initcpio/hooks/artix_pxe_common
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
run_hook () {
|
||||||
|
# Do *not* declare 'bootif_dev' local! We need it in run_latehook().
|
||||||
|
local i net_mac bootif_mac
|
||||||
|
# These variables will be parsed from /tmp/net-*.conf generated by ipconfig
|
||||||
|
local DEVICE
|
||||||
|
local IPV4ADDR IPV4BROADCAST IPV4NETMASK IPV4GATEWAY IPV4DNS0 IPV4DNS1
|
||||||
|
local HOSTNAME DNSDOMAIN NISDOMAIN ROOTSERVER ROOTPATH
|
||||||
|
local filename
|
||||||
|
# /tmp/net-*.conf
|
||||||
|
|
||||||
|
if [[ -n "${ip}" ]]; then
|
||||||
|
if [[ -n "${BOOTIF}" ]]; then
|
||||||
|
bootif_mac=${BOOTIF#01-}
|
||||||
|
bootif_mac=${bootif_mac//-/:}
|
||||||
|
for i in /sys/class/net/*/address; do
|
||||||
|
read net_mac < ${i}
|
||||||
|
if [[ "${bootif_mac}" == "${net_mac}" ]]; then
|
||||||
|
bootif_dev=${i#/sys/class/net/}
|
||||||
|
bootif_dev=${bootif_dev%/address}
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
if [[ "${ip}" == "dhcp" ]]; then
|
||||||
|
ip=":::::${bootif_dev}:dhcp"
|
||||||
|
else
|
||||||
|
ip="${ip}::${bootif_dev}"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# setup network and save some values
|
||||||
|
if ! ipconfig -t 20 "ip=${ip}"; then
|
||||||
|
echo "ERROR; Failed to configure network"
|
||||||
|
echo " Falling back to interactive prompt"
|
||||||
|
echo " You can try to fix the problem manually, log out when you are finished"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
|
||||||
|
. /tmp/net-*.conf
|
||||||
|
|
||||||
|
pxeserver=${ROOTSERVER}
|
||||||
|
|
||||||
|
# setup DNS resolver
|
||||||
|
if [[ "${IPV4DNS0}" != "0.0.0.0" ]]; then
|
||||||
|
echo "# added by artix_pxe_common hook" > /etc/resolv.conf
|
||||||
|
echo "nameserver ${IPV4DNS0}" >> /etc/resolv.conf
|
||||||
|
fi
|
||||||
|
if [[ "${IPV4DNS1}" != "0.0.0.0" ]]; then
|
||||||
|
echo "nameserver ${IPV4DNS1}" >> /etc/resolv.conf
|
||||||
|
fi
|
||||||
|
if [[ -n "${DNSDOMAIN}" ]]; then
|
||||||
|
echo "search ${DNSDOMAIN}" >> /etc/resolv.conf
|
||||||
|
echo "domain ${DNSDOMAIN}" >> /etc/resolv.conf
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
run_latehook () {
|
||||||
|
if [[ -n "${ip}" ]]; then
|
||||||
|
[[ -z "${copy_resolvconf}" ]] && copy_resolvconf="y"
|
||||||
|
|
||||||
|
if [[ "${copytoram}" == "y" ]]; then
|
||||||
|
if [[ -n "${bootif_dev}" ]]; then
|
||||||
|
ip addr flush dev "${bootif_dev}"
|
||||||
|
ip link set "${bootif_dev}" down
|
||||||
|
fi
|
||||||
|
elif [[ "${copy_resolvconf}" != "n" && -f /etc/resolv.conf ]]; then
|
||||||
|
cp /etc/resolv.conf /new_root/etc/resolv.conf
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
63
initcpio/hooks/artix_pxe_http
Normal file
63
initcpio/hooks/artix_pxe_http
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
run_hook() {
|
||||||
|
if [[ -n "${ip}" && -n "${artix_http_srv}" ]]; then
|
||||||
|
|
||||||
|
# booting with http is always copy-to-ram, so set here to make sure
|
||||||
|
# addresses are flushed and interface is set down
|
||||||
|
copytoram="y"
|
||||||
|
|
||||||
|
artix_http_srv=$(eval echo ${artix_http_srv})
|
||||||
|
[[ -z "${artix_http_spc}" ]] && artix_http_spc="75%"
|
||||||
|
|
||||||
|
mount_handler="artix_pxe_http_mount_handler"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# Fetch a file with CURL
|
||||||
|
#
|
||||||
|
# $1 URL
|
||||||
|
# $2 Destination directory inside httpspace/${root}
|
||||||
|
_curl_get() {
|
||||||
|
local _url="${1}"
|
||||||
|
local _dst="${2}"
|
||||||
|
|
||||||
|
msg ":: Downloading '${_url}'"
|
||||||
|
if ! curl -L -f -o "${live_root}/httpspace/${root}${_dst}/${_url##*/}" --create-dirs "${_url}"; then
|
||||||
|
echo "ERROR: Downloading '${_url}'"
|
||||||
|
echo " Falling back to interactive prompt"
|
||||||
|
echo " You can try to fix the problem manually, log out when you are finished"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
_get_sfs() {
|
||||||
|
local _sfs="${2}"
|
||||||
|
local _src=${artix_http_srv}${root}
|
||||||
|
if [[ ! -z "$( curl -s --head "${_src}/${_sfs}.img" | grep "OK" )" ]]; then
|
||||||
|
_curl_get "${_src}/${_sfs}.img" "/"
|
||||||
|
|
||||||
|
if [[ "${checksum}" == "y" ]]; then
|
||||||
|
_curl_get "${_src}/${_sfs}.md5" "/"
|
||||||
|
fi
|
||||||
|
if [[ "${verify}" == "y" ]]; then
|
||||||
|
_curl_get "${_src}/${_sfs}.img.sig" "/"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
artix_pxe_http_mount_handler () {
|
||||||
|
newroot="${1}"
|
||||||
|
|
||||||
|
msg ":: Mounting ${live_root}/httpspace (tmpfs) filesystem, size='${artix_http_spc}'"
|
||||||
|
mkdir -p "${live_root}/httpspace"
|
||||||
|
mount -t tmpfs -o size="${artix_http_spc}",mode=0755 httpspace "${live_root}/httpspace"
|
||||||
|
|
||||||
|
_get_sfs "rootfs"
|
||||||
|
[[ -n "${overlay}" ]] && _mount_root_overlayfs "${overlay}"
|
||||||
|
|
||||||
|
mkdir -p "${bootmnt}"
|
||||||
|
mount -o bind ${live_root}/httpspace ${bootmnt}
|
||||||
|
|
||||||
|
artix_mount_handler ${newroot}
|
||||||
|
}
|
47
initcpio/hooks/artix_pxe_nbd
Normal file
47
initcpio/hooks/artix_pxe_nbd
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
run_earlyhook() {
|
||||||
|
if [[ -n "${ip}" && -n "${artix_nbd_srv}" ]]; then
|
||||||
|
# Module autoloading like with loop devices does not work, doing manually...
|
||||||
|
modprobe nbd 2> /dev/null
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
run_hook() {
|
||||||
|
if [[ -n "${ip}" && -n "${artix_nbd_srv}" ]]; then
|
||||||
|
|
||||||
|
artix_nbd_srv=$(eval echo ${artix_nbd_srv})
|
||||||
|
[[ -z "${artix_nbd_name}" ]] && artix_nbd_name="artix"
|
||||||
|
|
||||||
|
mount_handler="artix_pxe_nbd_mount_handler"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
artix_pxe_nbd_mount_handler () {
|
||||||
|
newroot="${1}"
|
||||||
|
|
||||||
|
msg ":: Waiting for boot device..."
|
||||||
|
while ! poll_device /dev/nbd0 30; do
|
||||||
|
echo "ERROR: boot device didn't show up after 30 seconds..."
|
||||||
|
echo " Falling back to interactive prompt"
|
||||||
|
echo " You can try to fix the problem manually, log out when you are finished"
|
||||||
|
launch_interactive_shell
|
||||||
|
done
|
||||||
|
|
||||||
|
msg ":: Setup NBD from ${artix_nbd_srv} at /dev/nbd0"
|
||||||
|
if [[ "${copytoram}" != "n" ]]; then
|
||||||
|
nbd-client ${artix_nbd_srv} -N ${artix_nbd_name} /dev/nbd0
|
||||||
|
copytoram="y"
|
||||||
|
else
|
||||||
|
nbd-client ${artix_nbd_srv} -N ${artix_nbd_name} -persist /dev/nbd0
|
||||||
|
fi
|
||||||
|
|
||||||
|
artixdevice=/dev/nbd0
|
||||||
|
|
||||||
|
artix_mount_handler ${newroot}
|
||||||
|
|
||||||
|
if [[ "${copytoram}" == "y" ]]; then
|
||||||
|
msg ":: Disconnect NBD from ${artix_nbd_srv} at /dev/nbd0"
|
||||||
|
nbd-client -d /dev/nbd0
|
||||||
|
fi
|
||||||
|
}
|
30
initcpio/hooks/artix_pxe_nfs
Normal file
30
initcpio/hooks/artix_pxe_nfs
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
run_hook() {
|
||||||
|
if [[ -n "${ip}" && -n "${artix_nfs_srv}" ]]; then
|
||||||
|
|
||||||
|
artix_nfs_srv=$(eval echo ${artix_nfs_srv})
|
||||||
|
[[ -n "${artix_nfs_opt}" ]] && artix_nfs_opt="-o ${artix_nfs_opt}"
|
||||||
|
|
||||||
|
mount_handler="artix_nfs_mount_handler"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
artix_nfs_mount_handler() {
|
||||||
|
newroot="${1}"
|
||||||
|
mkdir -p "${bootmnt}"
|
||||||
|
msg ":: Mounting '${artix_nfs_srv}'"
|
||||||
|
# Do not put "${artix_nfs_opt}" nfsmount fails!
|
||||||
|
if ! nfsmount ${artix_nfs_opt} "${artix_nfs_srv}" "${bootmnt}"; then
|
||||||
|
echo "ERROR: Mounting '${artix_nfs_srv}'"
|
||||||
|
echo " Falling back to interactive prompt"
|
||||||
|
echo " You can try to fix the problem manually, log out when you are finished"
|
||||||
|
launch_interactive_shell
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ "${copytoram}" != "n" ]]; then
|
||||||
|
copytoram="y"
|
||||||
|
fi
|
||||||
|
|
||||||
|
artix_mount_handler ${newroot}
|
||||||
|
}
|
6
initcpio/hooks/artix_shutdown
Normal file
6
initcpio/hooks/artix_shutdown
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
run_cleanuphook() {
|
||||||
|
rm -rf /usr/lib/modules
|
||||||
|
cp -ax / /run/initramfs
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
30
initcpio/install/artix
Normal file
30
initcpio/install/artix
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_module "cdrom"
|
||||||
|
add_module "loop"
|
||||||
|
add_module "dm-snapshot"
|
||||||
|
add_module "overlay"
|
||||||
|
|
||||||
|
add_runscript
|
||||||
|
|
||||||
|
add_binary /usr/lib/udev/cdrom_id
|
||||||
|
add_binary blockdev
|
||||||
|
add_binary dmsetup
|
||||||
|
add_binary losetup
|
||||||
|
add_binary mountpoint
|
||||||
|
add_binary truncate
|
||||||
|
add_binary gpg
|
||||||
|
add_binary grep
|
||||||
|
|
||||||
|
add_file /usr/lib/udev/rules.d/60-cdrom_id.rules
|
||||||
|
add_file /usr/lib/udev/rules.d/10-dm.rules
|
||||||
|
add_file /usr/lib/udev/rules.d/95-dm-notify.rules
|
||||||
|
add_file /usr/lib/initcpio/udev/11-dm-initramfs.rules /usr/lib/udev/rules.d/11-dm-initramfs.rules
|
||||||
|
if [[ $ARTIX_GNUPG_FD ]]; then
|
||||||
|
mkdir -p "$BUILDROOT$dest"/gpg
|
||||||
|
gpg --homedir "$BUILDROOT$dest"/gpg --import <&$ARTIX_GNUPG_FD
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
16
initcpio/install/artix_kms
Normal file
16
initcpio/install/artix_kms
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_module "radeon"
|
||||||
|
add_module "nouveau"
|
||||||
|
add_module "i915"
|
||||||
|
add_module "via-agp"
|
||||||
|
add_module "sis-agp"
|
||||||
|
add_module "intel-agp"
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat << HELPEOF
|
||||||
|
Adds all common KMS drivers to the initramfs image.
|
||||||
|
HELPEOF
|
||||||
|
}
|
13
initcpio/install/artix_loop_mnt
Normal file
13
initcpio/install/artix_loop_mnt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_runscript
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat<<HELPEOF
|
||||||
|
This hook loads the necessary modules for boot via loop device.
|
||||||
|
HELPEOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
26
initcpio/install/artix_pxe_common
Normal file
26
initcpio/install/artix_pxe_common
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_checked_modules -f "(irda|phy|wimax|wireless|ppp_|plip|pppoe)" "/drivers/net/"
|
||||||
|
|
||||||
|
add_runscript
|
||||||
|
|
||||||
|
add_binary /usr/lib/initcpio/ipconfig /bin/ipconfig
|
||||||
|
|
||||||
|
# Add hosts support files+dns
|
||||||
|
add_symlink /usr/lib/libnss_files.so.2 $(readlink /usr/lib/libnss_files.so.2)
|
||||||
|
add_binary $(readlink -f /usr/lib/libnss_files.so.2)
|
||||||
|
add_symlink /usr/lib/libnss_dns.so.2 $(readlink /usr/lib/libnss_dns.so.2)
|
||||||
|
add_binary $(readlink -f /usr/lib/libnss_dns.so.2)
|
||||||
|
|
||||||
|
add_dir /etc
|
||||||
|
echo "hosts: files dns" > $BUILDROOT/etc/nsswitch.conf
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat<<HELPEOF
|
||||||
|
This hook loads the necessary modules for boot via PXE.
|
||||||
|
HELPEOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
17
initcpio/install/artix_pxe_http
Normal file
17
initcpio/install/artix_pxe_http
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_runscript
|
||||||
|
|
||||||
|
add_binary curl
|
||||||
|
|
||||||
|
add_file $(readlink -f /etc/ssl/certs/ca-certificates.crt) /etc/ssl/certs/ca-certificates.crt
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat<<HELPEOF
|
||||||
|
This hook loads the necessary modules for boot via PXE and HTTP.
|
||||||
|
HELPEOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
17
initcpio/install/artix_pxe_nbd
Normal file
17
initcpio/install/artix_pxe_nbd
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_module "nbd"
|
||||||
|
|
||||||
|
add_runscript
|
||||||
|
|
||||||
|
add_binary nbd-client
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat<<HELPEOF
|
||||||
|
This hook loads the necessary modules for boot via PXE and NBD.
|
||||||
|
HELPEOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
17
initcpio/install/artix_pxe_nfs
Normal file
17
initcpio/install/artix_pxe_nfs
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_module "nfs"
|
||||||
|
|
||||||
|
add_runscript
|
||||||
|
|
||||||
|
add_binary /usr/lib/initcpio/nfsmount /bin/nfsmount
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat <<HELPEOF
|
||||||
|
This hook loads the necessary modules for boot via PXE and NFS.
|
||||||
|
HELPEOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
20
initcpio/install/artix_shutdown
Normal file
20
initcpio/install/artix_shutdown
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
build() {
|
||||||
|
add_binary cp
|
||||||
|
|
||||||
|
add_runscript
|
||||||
|
|
||||||
|
add_file /etc/initcpio/artix_shutdown /shutdown
|
||||||
|
}
|
||||||
|
|
||||||
|
help() {
|
||||||
|
cat <<HELPEOF
|
||||||
|
This hook will create a shutdown initramfs in /run/initramfs
|
||||||
|
that we can pivot to on shutdown in order to unmount / and
|
||||||
|
and others mount points, dm-snapshot devices and loopback devices.
|
||||||
|
Mostly usefull for dm-snapshot persistent.
|
||||||
|
HELPEOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ft=sh ts=4 sw=4 et:
|
37
initcpio/script/artix_shutdown
Normal file
37
initcpio/script/artix_shutdown
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
#!/bin/ash
|
||||||
|
|
||||||
|
# /oldroot depends on things inside /oldroot/run/artix...
|
||||||
|
mkdir /oldrun
|
||||||
|
mount -n --move /oldroot/run /oldrun
|
||||||
|
|
||||||
|
# Unmount all mounts now.
|
||||||
|
umount $(mount | awk '$3 ~/^\/oldroot/ {print $3}' | sort -r)
|
||||||
|
|
||||||
|
# Remove all dm-snapshot devices.
|
||||||
|
dmsetup remove_all
|
||||||
|
|
||||||
|
# Remove all loopback devices.
|
||||||
|
for _lup in $(grep ^/dev/loop /oldrun/artix/used_block_devices | tac); do
|
||||||
|
if ! losetup -d ${_lup} 2> /dev/null; then
|
||||||
|
umount -d ${_lup}
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
# Unmount the space used to store *.cow.
|
||||||
|
umount /oldrun/artix/cowspace
|
||||||
|
|
||||||
|
# Unmount boot device if needed (no copytoram=y used)
|
||||||
|
if [[ ! -d /oldrun/artix/copytoram ]]; then
|
||||||
|
if [[ -d /oldrun/artix/img_dev ]]; then
|
||||||
|
umount /oldrun/artix/img_dev
|
||||||
|
else
|
||||||
|
umount /oldrun/bootmnt
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# reboot / poweroff / halt, depending on the argument passed by init
|
||||||
|
# if something invalid is passed, we halt
|
||||||
|
case "$1" in
|
||||||
|
reboot|poweroff|halt) "$1" -f ;;
|
||||||
|
*) halt -f;;
|
||||||
|
esac
|
60
lib/base/chroot.sh
Normal file
60
lib/base/chroot.sh
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
is_btrfs() {
|
||||||
|
[[ -e "$1" && "$(stat -f -c %T "$1")" == btrfs ]]
|
||||||
|
}
|
||||||
|
|
||||||
|
is_subvolume() {
|
||||||
|
[[ -e "$1" && "$(stat -f -c %T "$1")" == btrfs && "$(stat -c %i "$1")" == 256 ]]
|
||||||
|
}
|
||||||
|
|
||||||
|
is_same_fs() {
|
||||||
|
[[ "$(stat -c %d "$1")" == "$(stat -c %d "$2")" ]]
|
||||||
|
}
|
||||||
|
|
||||||
|
subvolume_delete_recursive() {
|
||||||
|
local subvol
|
||||||
|
|
||||||
|
is_subvolume "$1" || return 0
|
||||||
|
|
||||||
|
while IFS= read -d $'\0' -r subvol; do
|
||||||
|
if ! subvolume_delete_recursive "$subvol"; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
done < <(find "$1" -mindepth 1 -xdev -depth -inum 256 -print0)
|
||||||
|
if ! btrfs subvolume delete "$1" &>/dev/null; then
|
||||||
|
error "Unable to delete subvolume %s" "$subvol"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
# $1: chroot
|
||||||
|
kill_chroot_process(){
|
||||||
|
local prefix="$1" flink pid name
|
||||||
|
for root_dir in /proc/*/root; do
|
||||||
|
flink=$(readlink $root_dir)
|
||||||
|
if [ "x$flink" != "x" ]; then
|
||||||
|
if [ "x${flink:0:${#prefix}}" = "x$prefix" ]; then
|
||||||
|
# this process is in the chroot...
|
||||||
|
pid=$(basename $(dirname "$root_dir"))
|
||||||
|
name=$(ps -p $pid -o comm=)
|
||||||
|
info "Killing chroot process: %s (%s)" "$name" "$pid"
|
||||||
|
kill -9 "$pid"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
213
lib/base/fstab.sh
Normal file
213
lib/base/fstab.sh
Normal file
@@ -0,0 +1,213 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
declare -A pseudofs_types=([anon_inodefs]=1
|
||||||
|
[autofs]=1
|
||||||
|
[bdev]=1
|
||||||
|
[bpf]=1
|
||||||
|
[binfmt_misc]=1
|
||||||
|
[cgroup]=1
|
||||||
|
[cgroup2]=1
|
||||||
|
[configfs]=1
|
||||||
|
[cpuset]=1
|
||||||
|
[debugfs]=1
|
||||||
|
[devfs]=1
|
||||||
|
[devpts]=1
|
||||||
|
[devtmpfs]=1
|
||||||
|
[dlmfs]=1
|
||||||
|
[efivarfs]=1
|
||||||
|
[fuse.gvfs-fuse-daemon]=1
|
||||||
|
[fusectl]=1
|
||||||
|
[hugetlbfs]=1
|
||||||
|
[mqueue]=1
|
||||||
|
[nfsd]=1
|
||||||
|
[none]=1
|
||||||
|
[pipefs]=1
|
||||||
|
[proc]=1
|
||||||
|
[pstore]=1
|
||||||
|
[ramfs]=1
|
||||||
|
[rootfs]=1
|
||||||
|
[rpc_pipefs]=1
|
||||||
|
[securityfs]=1
|
||||||
|
[sockfs]=1
|
||||||
|
[spufs]=1
|
||||||
|
[sysfs]=1
|
||||||
|
[tmpfs]=1)
|
||||||
|
|
||||||
|
declare -A fsck_types=([cramfs]=1
|
||||||
|
[exfat]=1
|
||||||
|
[ext2]=1
|
||||||
|
[ext3]=1
|
||||||
|
[ext4]=1
|
||||||
|
[ext4dev]=1
|
||||||
|
[jfs]=1
|
||||||
|
[minix]=1
|
||||||
|
[msdos]=1
|
||||||
|
[reiserfs]=1
|
||||||
|
[vfat]=1
|
||||||
|
[xfs]=1)
|
||||||
|
|
||||||
|
fstype_is_pseudofs() {
|
||||||
|
(( pseudofs_types["$1"] ))
|
||||||
|
}
|
||||||
|
|
||||||
|
fstype_has_fsck() {
|
||||||
|
(( fsck_types["$1"] ))
|
||||||
|
}
|
||||||
|
|
||||||
|
valid_number_of_base() {
|
||||||
|
local base=$1 len=${#2} i=
|
||||||
|
|
||||||
|
for (( i = 0; i < len; i++ )); do
|
||||||
|
{ _=$(( $base#${2:i:1} )) || return 1; } 2>/dev/null
|
||||||
|
done
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
mangle() {
|
||||||
|
local i= chr= out=
|
||||||
|
|
||||||
|
local {a..f}= {A..F}=
|
||||||
|
|
||||||
|
for (( i = 0; i < ${#1}; i++ )); do
|
||||||
|
chr=${1:i:1}
|
||||||
|
case $chr in
|
||||||
|
[[:space:]\\])
|
||||||
|
printf -v chr '%03o' "'$chr"
|
||||||
|
out+=\\
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
out+=$chr
|
||||||
|
done
|
||||||
|
|
||||||
|
printf '%s' "$out"
|
||||||
|
}
|
||||||
|
|
||||||
|
unmangle() {
|
||||||
|
local i= chr= out= len=$(( ${#1} - 4 ))
|
||||||
|
|
||||||
|
local {a..f}= {A..F}=
|
||||||
|
|
||||||
|
for (( i = 0; i < len; i++ )); do
|
||||||
|
chr=${1:i:1}
|
||||||
|
case $chr in
|
||||||
|
\\)
|
||||||
|
if valid_number_of_base 8 "${1:i+1:3}" ||
|
||||||
|
valid_number_of_base 16 "${1:i+1:3}"; then
|
||||||
|
printf -v chr '%b' "${1:i:4}"
|
||||||
|
(( i += 3 ))
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
out+=$chr
|
||||||
|
done
|
||||||
|
|
||||||
|
printf '%s' "$out${1:i}"
|
||||||
|
}
|
||||||
|
|
||||||
|
dm_name_for_devnode() {
|
||||||
|
read dm_name <"/sys/class/block/${1#/dev/}/dm/name"
|
||||||
|
if [[ $dm_name ]]; then
|
||||||
|
printf '/dev/mapper/%s' "$dm_name"
|
||||||
|
else
|
||||||
|
# don't leave the caller hanging, just print the original name
|
||||||
|
# along with the failure.
|
||||||
|
print '%s' "$1"
|
||||||
|
error 'Failed to resolve device mapper name for: %s' "$1"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_match_option() {
|
||||||
|
local candidate pat patterns
|
||||||
|
|
||||||
|
IFS=, read -ra patterns <<<"$1"
|
||||||
|
for pat in "${patterns[@]}"; do
|
||||||
|
if [[ $pat = *=* ]]; then
|
||||||
|
# "key=val" will only ever match "key=val"
|
||||||
|
candidate=$2
|
||||||
|
else
|
||||||
|
# "key" will match "key", but also "key=anyval"
|
||||||
|
candidate=${2%%=*}
|
||||||
|
fi
|
||||||
|
|
||||||
|
[[ $pat = "$candidate" ]] && return 0
|
||||||
|
done
|
||||||
|
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_remove_option() {
|
||||||
|
local o options_ remove=$2 IFS=,
|
||||||
|
|
||||||
|
read -ra options_ <<<"${!1}"
|
||||||
|
|
||||||
|
for o in "${!options_[@]}"; do
|
||||||
|
optstring_match_option "$remove" "${options_[o]}" && unset 'options_[o]'
|
||||||
|
done
|
||||||
|
|
||||||
|
declare -g "$1=${options_[*]}"
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_normalize() {
|
||||||
|
local o options_ norm IFS=,
|
||||||
|
|
||||||
|
read -ra options_ <<<"${!1}"
|
||||||
|
|
||||||
|
# remove empty fields
|
||||||
|
for o in "${options_[@]}"; do
|
||||||
|
[[ $o ]] && norm+=("$o")
|
||||||
|
done
|
||||||
|
|
||||||
|
# avoid empty strings, reset to "defaults"
|
||||||
|
declare -g "$1=${norm[*]:-defaults}"
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_append_option() {
|
||||||
|
if ! optstring_has_option "$1" "$2"; then
|
||||||
|
declare -g "$1=${!1},$2"
|
||||||
|
fi
|
||||||
|
|
||||||
|
optstring_normalize "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_prepend_option() {
|
||||||
|
local options_=$1
|
||||||
|
|
||||||
|
if ! optstring_has_option "$1" "$2"; then
|
||||||
|
declare -g "$1=$2,${!1}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
optstring_normalize "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_get_option() {
|
||||||
|
local opts o
|
||||||
|
|
||||||
|
IFS=, read -ra opts <<<"${!1}"
|
||||||
|
for o in "${opts[@]}"; do
|
||||||
|
if optstring_match_option "$2" "$o"; then
|
||||||
|
declare -g "$o"
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
optstring_has_option() {
|
||||||
|
local "${2%%=*}"
|
||||||
|
|
||||||
|
optstring_get_option "$1" "$2"
|
||||||
|
}
|
127
lib/base/message.sh
Normal file
127
lib/base/message.sh
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
# export LC_MESSAGES=C
|
||||||
|
export LANG=C
|
||||||
|
|
||||||
|
if [[ -t 2 && "$TERM" != dumb ]]; then
|
||||||
|
colorize
|
||||||
|
else
|
||||||
|
declare -gr ALL_OFF='' BOLD='' BLUE='' GREEN='' RED='' YELLOW=''
|
||||||
|
fi
|
||||||
|
|
||||||
|
info() {
|
||||||
|
local mesg=$1; shift
|
||||||
|
printf "${YELLOW} -->${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
stat_busy() {
|
||||||
|
local mesg=$1; shift
|
||||||
|
printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}...${ALL_OFF}" "$@" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
stat_done() {
|
||||||
|
printf "${BOLD}done${ALL_OFF}\n" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
lock_close() {
|
||||||
|
local fd=$1
|
||||||
|
exec {fd}>&-
|
||||||
|
}
|
||||||
|
|
||||||
|
lock() {
|
||||||
|
if ! [[ "/dev/fd/$1" -ef "$2" ]]; then
|
||||||
|
mkdir -p -- "$(dirname -- "$2")"
|
||||||
|
eval "exec $1>"'"$2"'
|
||||||
|
fi
|
||||||
|
if ! flock -n $1; then
|
||||||
|
stat_busy "$3"
|
||||||
|
flock $1
|
||||||
|
stat_done
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
slock() {
|
||||||
|
if ! [[ "/dev/fd/$1" -ef "$2" ]]; then
|
||||||
|
mkdir -p -- "$(dirname -- "$2")"
|
||||||
|
eval "exec $1>"'"$2"'
|
||||||
|
fi
|
||||||
|
if ! flock -sn $1; then
|
||||||
|
stat_busy "$3"
|
||||||
|
flock -s $1
|
||||||
|
stat_done
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
_setup_workdir=false
|
||||||
|
setup_workdir() {
|
||||||
|
[[ -z ${WORKDIR:-} ]] && WORKDIR=$(mktemp -d --tmpdir "${0##*/}.XXXXXXXXXX")
|
||||||
|
_setup_workdir=true
|
||||||
|
trap 'trap_abort' INT QUIT TERM HUP
|
||||||
|
trap 'trap_exit' EXIT
|
||||||
|
}
|
||||||
|
|
||||||
|
trap_abort() {
|
||||||
|
trap - EXIT INT QUIT TERM HUP
|
||||||
|
abort
|
||||||
|
}
|
||||||
|
|
||||||
|
trap_exit() {
|
||||||
|
local r=$?
|
||||||
|
trap - EXIT INT QUIT TERM HUP
|
||||||
|
cleanup $r
|
||||||
|
}
|
||||||
|
|
||||||
|
cleanup() {
|
||||||
|
if [[ -n ${WORKDIR:-} ]] && $_setup_workdir; then
|
||||||
|
rm -rf "$WORKDIR"
|
||||||
|
fi
|
||||||
|
exit "${1:-0}"
|
||||||
|
}
|
||||||
|
|
||||||
|
abort() {
|
||||||
|
error 'Aborting...'
|
||||||
|
cleanup 255
|
||||||
|
}
|
||||||
|
|
||||||
|
die() {
|
||||||
|
(( $# )) && error "$@"
|
||||||
|
cleanup 255
|
||||||
|
}
|
||||||
|
|
||||||
|
msg_table_header(){
|
||||||
|
local mesg=$1; shift
|
||||||
|
printf "${BLUE} ${mesg} ${ALL_OFF}\n" "$@" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
msg_row_downgrade(){
|
||||||
|
local mesg=$1; shift
|
||||||
|
printf "${YELLOW} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
msg_row_notify(){
|
||||||
|
local mesg=$1; shift
|
||||||
|
printf "${GREEN} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
msg_row(){
|
||||||
|
local mesg=$1; shift
|
||||||
|
# printf "${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||||
|
printf "${WHITE} ${mesg}${ALL_OFF}\n" "$@" >&2
|
||||||
|
}
|
||||||
|
|
||||||
|
msg_row_upgrade(){
|
||||||
|
local mesg=$1; shift
|
||||||
|
printf "${RED} ${mesg} ${ALL_OFF}\n" "$@" >&2
|
||||||
|
}
|
148
lib/base/mount.sh
Normal file
148
lib/base/mount.sh
Normal file
@@ -0,0 +1,148 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
ignore_error() {
|
||||||
|
"$@" 2>/dev/null
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
parse_fstab(){
|
||||||
|
echo $(perl -ane 'printf("%s:%s\n", @F[0,1]) if $F[0] =~ m#^UUID=#;' $1/etc/fstab)
|
||||||
|
# perl -ane 'printf("%s:%s\n", @F[0,1]) if $F[0] =~ m#^/dev#;' $1/etc/fstab
|
||||||
|
# perl -ane 'printf("%s:%s\n", @F[0,1]) if $F[0] =~ m#^LABEL=#;' $1/etc/fstab
|
||||||
|
}
|
||||||
|
|
||||||
|
detect(){
|
||||||
|
local detected="$(os-prober | tr ' ' '_' | paste -s -d ' ')"
|
||||||
|
echo ${detected}
|
||||||
|
}
|
||||||
|
|
||||||
|
# $1: os-prober array
|
||||||
|
get_os_name(){
|
||||||
|
local str=$1
|
||||||
|
str="${str#*:}"
|
||||||
|
str="${str#*:}"
|
||||||
|
str="${str%:*}"
|
||||||
|
echo "$str"
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_part_mount() {
|
||||||
|
info "mount: [%s]" "$2"
|
||||||
|
mount "$@" && CHROOT_ACTIVE_PART_MOUNTS=("$2" "${CHROOT_ACTIVE_PART_MOUNTS[@]}")
|
||||||
|
}
|
||||||
|
|
||||||
|
trap_setup(){
|
||||||
|
[[ $(trap -p EXIT) ]] && die 'Error! Attempting to overwrite existing EXIT trap'
|
||||||
|
trap "$1" EXIT
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_mount() {
|
||||||
|
# info "mount: [%s]" "$2"
|
||||||
|
mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}")
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_add_resolv_conf() {
|
||||||
|
local chrootdir=$1 resolv_conf=$1/etc/resolv.conf
|
||||||
|
|
||||||
|
[[ -e /etc/resolv.conf ]] || return 0
|
||||||
|
|
||||||
|
# Handle resolv.conf as a symlink to somewhere else.
|
||||||
|
if [[ -L $chrootdir/etc/resolv.conf ]]; then
|
||||||
|
# readlink(1) should always give us *something* since we know at this point
|
||||||
|
# it's a symlink. For simplicity, ignore the case of nested symlinks.
|
||||||
|
resolv_conf=$(readlink "$chrootdir/etc/resolv.conf")
|
||||||
|
if [[ $resolv_conf = /* ]]; then
|
||||||
|
resolv_conf=$chrootdir$resolv_conf
|
||||||
|
else
|
||||||
|
resolv_conf=$chrootdir/etc/$resolv_conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
# ensure file exists to bind mount over
|
||||||
|
if [[ ! -f $resolv_conf ]]; then
|
||||||
|
install -Dm644 /dev/null "$resolv_conf" || return 1
|
||||||
|
fi
|
||||||
|
elif [[ ! -e $chrootdir/etc/resolv.conf ]]; then
|
||||||
|
# The chroot might not have a resolv.conf.
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
chroot_mount /etc/resolv.conf "$resolv_conf" --bind
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_mount_conditional() {
|
||||||
|
local cond=$1; shift
|
||||||
|
if eval "$cond"; then
|
||||||
|
chroot_mount "$@"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_setup(){
|
||||||
|
local mnt="$1" os="$2" run_args='-t tmpfs -o nosuid,nodev,mode=0755'
|
||||||
|
$os && run_args='--bind'
|
||||||
|
chroot_mount_conditional "! mountpoint -q '$mnt'" "$mnt" "$mnt" --bind &&
|
||||||
|
chroot_mount proc "$mnt/proc" -t proc -o nosuid,noexec,nodev &&
|
||||||
|
chroot_mount sys "$mnt/sys" -t sysfs -o nosuid,noexec,nodev,ro &&
|
||||||
|
ignore_error chroot_mount_conditional "[[ -d '$mnt/sys/firmware/efi/efivars' ]]" \
|
||||||
|
efivarfs "$mnt/sys/firmware/efi/efivars" -t efivarfs -o nosuid,noexec,nodev &&
|
||||||
|
chroot_mount udev "$mnt/dev" -t devtmpfs -o mode=0755,nosuid &&
|
||||||
|
chroot_mount devpts "$mnt/dev/pts" -t devpts -o mode=0620,gid=5,nosuid,noexec &&
|
||||||
|
chroot_mount shm "$mnt/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev &&
|
||||||
|
chroot_mount /run "$mnt/run" ${run_args} &&
|
||||||
|
chroot_mount tmp "$mnt/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid
|
||||||
|
}
|
||||||
|
|
||||||
|
mount_os(){
|
||||||
|
CHROOT_ACTIVE_PART_MOUNTS=()
|
||||||
|
CHROOT_ACTIVE_MOUNTS=()
|
||||||
|
|
||||||
|
trap_setup chroot_part_umount
|
||||||
|
|
||||||
|
chroot_part_mount "$2" "$1"
|
||||||
|
|
||||||
|
local mounts=$(parse_fstab "$1")
|
||||||
|
|
||||||
|
for entry in ${mounts[@]}; do
|
||||||
|
entry=${entry//UUID=}
|
||||||
|
local dev=${entry%:*} mp=${entry#*:}
|
||||||
|
case "${entry#*:}" in
|
||||||
|
'/'|'swap'|'none') continue ;;
|
||||||
|
*) chroot_part_mount "/dev/disk/by-uuid/${dev}" "$1${mp}" ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
chroot_setup "$1" true
|
||||||
|
chroot_add_resolv_conf "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_api_mount() {
|
||||||
|
CHROOT_ACTIVE_MOUNTS=()
|
||||||
|
trap_setup chroot_api_umount
|
||||||
|
chroot_setup "$1" false
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_api_umount() {
|
||||||
|
if (( ${#CHROOT_ACTIVE_MOUNTS[@]} )); then
|
||||||
|
# info "umount: [%s]" "${CHROOT_ACTIVE_MOUNTS[@]}"
|
||||||
|
umount "${CHROOT_ACTIVE_MOUNTS[@]}"
|
||||||
|
fi
|
||||||
|
unset CHROOT_ACTIVE_MOUNTS
|
||||||
|
}
|
||||||
|
|
||||||
|
chroot_part_umount() {
|
||||||
|
chroot_api_umount
|
||||||
|
info "umount: [%s]" "${CHROOT_ACTIVE_PART_MOUNTS[@]}"
|
||||||
|
umount "${CHROOT_ACTIVE_PART_MOUNTS[@]}"
|
||||||
|
unset CHROOT_ACTIVE_PART_MOUNTS
|
||||||
|
}
|
||||||
|
|
47
lib/base/util.sh
Normal file
47
lib/base/util.sh
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
get_timer(){
|
||||||
|
echo $(date +%s)
|
||||||
|
}
|
||||||
|
|
||||||
|
# $1: start timer
|
||||||
|
elapsed_time(){
|
||||||
|
echo $(echo $1 $(get_timer) | awk '{ printf "%0.2f",($2-$1)/60 }')
|
||||||
|
}
|
||||||
|
|
||||||
|
show_elapsed_time(){
|
||||||
|
info "Time %s: %s minutes" "$1" "$(elapsed_time $2)"
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_dir(){
|
||||||
|
[[ ! -d $1 ]] && mkdir -p $1
|
||||||
|
}
|
||||||
|
|
||||||
|
get_osname(){
|
||||||
|
. /usr/lib/os-release
|
||||||
|
echo "${NAME}"
|
||||||
|
}
|
||||||
|
|
||||||
|
# orig_argv=("$0" "$@")
|
||||||
|
check_root() {
|
||||||
|
local keepenv=$1
|
||||||
|
|
||||||
|
(( EUID == 0 )) && return
|
||||||
|
if type -P sudo >/dev/null; then
|
||||||
|
exec sudo --preserve-env=$keepenv -- "${orig_argv[@]}"
|
||||||
|
else
|
||||||
|
exec su root -c "$(printf ' %q' "${orig_argv[@]}")"
|
||||||
|
fi
|
||||||
|
}
|
36
lib/base/yaml.sh
Normal file
36
lib/base/yaml.sh
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
write_yaml_header(){
|
||||||
|
printf '%s' '---'
|
||||||
|
}
|
||||||
|
|
||||||
|
write_empty_line(){
|
||||||
|
printf '\n%s\n' ' '
|
||||||
|
}
|
||||||
|
|
||||||
|
write_yaml_map(){
|
||||||
|
local ident="$1" key="$2" val="$3"
|
||||||
|
printf "\n%${ident}s%s: %s\n" '' "$key" "$val"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_yaml_seq(){
|
||||||
|
local ident="$1" val="$2"
|
||||||
|
printf "\n%${ident}s- %s\n" '' "$val"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_yaml_seq_map(){
|
||||||
|
local ident="$1" key="$2" val="$3"
|
||||||
|
printf "\n%${ident}s- %s: %s\n" '' "$key" "$val"
|
||||||
|
}
|
226
lib/iso/chrootcfg.sh
Normal file
226
lib/iso/chrootcfg.sh
Normal file
@@ -0,0 +1,226 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
add_svc_openrc(){
|
||||||
|
local mnt="$1" names="$2" rlvl="${3:-default}"
|
||||||
|
for svc in $names; do
|
||||||
|
if [[ -f $mnt/etc/init.d/$svc ]];then
|
||||||
|
msg2 "Setting %s ..." "$svc"
|
||||||
|
[[ $svc == "xdm" ]] && set_xdm "$mnt"
|
||||||
|
chroot $mnt rc-update add $svc $rlvl &>/dev/null
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
add_svc_runit(){
|
||||||
|
local mnt="$1" names="$2" rlvl="${3:-default}"
|
||||||
|
for svc in $names; do
|
||||||
|
if [[ -d $mnt/etc/runit/sv/$svc ]]; then
|
||||||
|
msg2 "Setting %s ..." "$svc"
|
||||||
|
chroot $mnt ln -s /etc/runit/sv/$svc /etc/runit/runsvdir/$rlvl &>/dev/null
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
add_svc_s6(){
|
||||||
|
local mnt="$1" names="$2" valid="" rlvl="${3:-default}"
|
||||||
|
for svc in $names; do
|
||||||
|
error=false
|
||||||
|
chroot $mnt s6-rc-db -c /etc/s6/rc/compiled type $svc &> /dev/null || error=true
|
||||||
|
if [ $? == 0 ] && [[ $error == false ]]; then
|
||||||
|
msg2 "Setting %s ..." "$svc"
|
||||||
|
valid=${valid:-}${valid:+' '}${svc}
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
chroot $mnt s6-rc-bundle -c /etc/s6/rc/compiled add $rlvl $valid
|
||||||
|
|
||||||
|
# rebuild s6-linux-init binaries
|
||||||
|
chroot $mnt rm -r /etc/s6/current
|
||||||
|
chroot $mnt s6-linux-init-maker -1 -N -f /etc/s6/skel -G "/usr/bin/agetty -L -8 tty1 115200" -c /etc/s6/current /etc/s6/current
|
||||||
|
chroot $mnt mv /etc/s6/current/bin/init /etc/s6/current/bin/s6-init
|
||||||
|
chroot $mnt cp -a /etc/s6/current/bin /usr
|
||||||
|
}
|
||||||
|
|
||||||
|
set_xdm(){
|
||||||
|
if [[ -f $1/etc/conf.d/xdm ]];then
|
||||||
|
local conf='DISPLAYMANAGER="'${DISPLAYMANAGER}'"'
|
||||||
|
sed -i -e "s|^.*DISPLAYMANAGER=.*|${conf}|" $1/etc/conf.d/xdm
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_hosts(){
|
||||||
|
sed -e "s|localhost.localdomain|localhost.localdomain ${HOST_NAME}|" -i $1/etc/hosts
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_logind(){
|
||||||
|
local conf=$1/etc/$2/logind.conf
|
||||||
|
if [[ -e $conf ]];then
|
||||||
|
msg2 "Configuring logind ..."
|
||||||
|
sed -i 's/#\(HandleSuspendKey=\)suspend/\1ignore/' "$conf"
|
||||||
|
sed -i 's/#\(HandleLidSwitch=\)suspend/\1ignore/' "$conf"
|
||||||
|
sed -i 's/#\(HandleHibernateKey=\)hibernate/\1ignore/' "$conf"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_services(){
|
||||||
|
local mnt="$1"
|
||||||
|
info "Configuring [%s] services" "${INITSYS}"
|
||||||
|
add_svc_${INITSYS} "$mnt" "${SERVICES[*]} ${SERVICES_LIVE[*]}"
|
||||||
|
info "Done configuring [%s] services" "${INITSYS}"
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_system(){
|
||||||
|
local mnt="$1"
|
||||||
|
configure_logind "$mnt" "elogind"
|
||||||
|
echo ${HOST_NAME} > $mnt/etc/hostname
|
||||||
|
}
|
||||||
|
|
||||||
|
write_users_conf(){
|
||||||
|
local yaml=$(write_yaml_header)
|
||||||
|
yaml+=$(write_yaml_map 0 'defaultGroups')
|
||||||
|
local IFS=','
|
||||||
|
for g in ${ADDGROUPS[@]};do
|
||||||
|
yaml+=$(write_yaml_seq 2 "$g")
|
||||||
|
done
|
||||||
|
unset IFS
|
||||||
|
yaml+=$(write_yaml_map 0 'autologinGroup' 'autologin')
|
||||||
|
yaml+=$(write_yaml_map 0 'doAutologin' 'false')
|
||||||
|
yaml+=$(write_yaml_map 0 'sudoersGroup' 'wheel')
|
||||||
|
yaml+=$(write_yaml_map 0 'setRootPassword' 'true')
|
||||||
|
yaml+=$(write_yaml_map 0 'availableShells' '/bin/bash, /bin/zsh')
|
||||||
|
# yaml+=$(write_yaml_map 0 'passwordRequirements')
|
||||||
|
# yaml+=$(write_yaml_map 2 'minLength' '-1')
|
||||||
|
# yaml+=$(write_yaml_map 2 'maxLength' '-1')
|
||||||
|
# yaml+=$(write_yaml_map 2 'libpwquality')
|
||||||
|
# yaml+=$(write_yaml_seq 4 "minlen=8")
|
||||||
|
# yaml+=$(write_yaml_seq 4 "minclass=80")
|
||||||
|
yaml+=$(write_empty_line)
|
||||||
|
printf '%s' "${yaml}"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_services_conf(){
|
||||||
|
local key1="$1" val1="$2" key2="$3" val2="$4"
|
||||||
|
local yaml=$(write_yaml_header)
|
||||||
|
yaml+=$(write_yaml_map 0 "$key1" "$val1")
|
||||||
|
yaml+=$(write_yaml_map 0 "$key2" "$val2")
|
||||||
|
yaml+=$(write_yaml_map 0 'services')
|
||||||
|
for svc in ${SERVICES[@]};do
|
||||||
|
yaml+=$(write_yaml_seq 2 "$svc")
|
||||||
|
done
|
||||||
|
yaml+=$(write_empty_line)
|
||||||
|
printf '%s' "${yaml}"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_services_openrc_conf(){
|
||||||
|
local conf="$1"/services-openrc.conf
|
||||||
|
write_services_conf 'initdDir' '/etc/init.d' 'runlevelsDir' '/etc/runlevels' > "$conf"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_services_runit_conf(){
|
||||||
|
local conf="$1"/services-runit.conf
|
||||||
|
write_services_conf 'svDir' '/etc/runit/sv' 'runsvDir' '/etc/runit/runsvdir' > "$conf"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_services_s6_conf(){
|
||||||
|
local conf="$1"/services-s6.conf
|
||||||
|
write_services_conf 'svDir' '/etc/s6/sv' 'dbDir' '/etc/s6/rc/compiled' > "$conf"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_postcfg(){
|
||||||
|
local yaml=$(write_yaml_header)
|
||||||
|
yaml+=$(write_yaml_map 0 'keyrings')
|
||||||
|
for k in archlinux artix;do
|
||||||
|
yaml+=$(write_yaml_seq 2 "$k")
|
||||||
|
done
|
||||||
|
yaml+=$(write_empty_line)
|
||||||
|
printf '%s' "${yaml}"
|
||||||
|
}
|
||||||
|
|
||||||
|
write_unpackfs() {
|
||||||
|
local yaml=$(write_yaml_header)
|
||||||
|
yaml+=$(write_yaml_map 0 'unpack')
|
||||||
|
# if ${persist}; then
|
||||||
|
# yaml+=$(write_yaml_seq_map 2 'source' '"/run/artix/bootmnt/LiveOS/rootfs.img"')
|
||||||
|
# yaml+=$(write_yaml_map 4 'sourcefs' '"ext4"')
|
||||||
|
# else
|
||||||
|
yaml+=$(write_yaml_seq_map 2 'source' '"/run/artix/bootmnt/LiveOS/rootfs.img"')
|
||||||
|
yaml+=$(write_yaml_map 4 'sourcefs' '"squashfs"')
|
||||||
|
# fi
|
||||||
|
yaml+=$(write_yaml_map 4 'destination' '""')
|
||||||
|
yaml+=$(write_empty_line)
|
||||||
|
printf '%s' "${yaml}"
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_calamares(){
|
||||||
|
local mods="$1/etc/calamares/modules"
|
||||||
|
if [[ -d "$mods" ]];then
|
||||||
|
msg2 "Configuring Calamares"
|
||||||
|
write_users_conf > "$mods"/users.conf
|
||||||
|
write_services_"${INITSYS}"_conf "$mods"
|
||||||
|
write_postcfg > "$mods"/postcfg.conf
|
||||||
|
write_unpackfs > "$mods"/unpackfs.conf
|
||||||
|
sed -e "s|services-openrc|services-${INITSYS}|" \
|
||||||
|
-i "$1"/etc/calamares/settings.conf
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_chroot(){
|
||||||
|
local fs="$1"
|
||||||
|
msg "Configuring [%s]" "${fs##*/}"
|
||||||
|
configure_hosts "$fs"
|
||||||
|
configure_system "$fs"
|
||||||
|
configure_services "$fs"
|
||||||
|
configure_calamares "$fs"
|
||||||
|
[[ ! -d "$fs/etc/artools" ]] && mkdir -p "$fs/etc/artools"
|
||||||
|
msg2 "Writing live.conf"
|
||||||
|
write_live_session_conf > "$fs/etc/artools/live.conf"
|
||||||
|
msg "Done configuring [%s]" "${fs##*/}"
|
||||||
|
}
|
||||||
|
|
||||||
|
clean_up_chroot(){
|
||||||
|
local path mnt="$1"
|
||||||
|
msg2 "Cleaning [%s]" "${mnt##*/}"
|
||||||
|
|
||||||
|
path=$mnt/boot
|
||||||
|
if [[ -d "$path" ]]; then
|
||||||
|
find "$path" -name 'initramfs*.img' -delete &> /dev/null
|
||||||
|
fi
|
||||||
|
path=$mnt/var/lib/pacman/sync
|
||||||
|
if [[ -d $path ]];then
|
||||||
|
find "$path" -type f -delete &> /dev/null
|
||||||
|
fi
|
||||||
|
path=$mnt/var/cache/pacman/pkg
|
||||||
|
if [[ -d $path ]]; then
|
||||||
|
find "$path" -type f -delete &> /dev/null
|
||||||
|
fi
|
||||||
|
path=$mnt/var/log
|
||||||
|
if [[ -d $path ]]; then
|
||||||
|
find "$path" -type f -delete &> /dev/null
|
||||||
|
fi
|
||||||
|
path=$mnt/var/tmp
|
||||||
|
if [[ -d $path ]];then
|
||||||
|
find "$path" -mindepth 1 -delete &> /dev/null
|
||||||
|
fi
|
||||||
|
path=$mnt/tmp
|
||||||
|
if [[ -d $path ]];then
|
||||||
|
find "$path" -mindepth 1 -delete &> /dev/null
|
||||||
|
fi
|
||||||
|
find "$mnt" -name *.pacnew -name *.pacsave -name *.pacorig -delete
|
||||||
|
if [[ -f "$mnt/boot/grub/grub.cfg" ]]; then
|
||||||
|
rm $mnt/boot/grub/grub.cfg
|
||||||
|
fi
|
||||||
|
if [[ -f "$mnt/etc/machine-id" ]]; then
|
||||||
|
rm $mnt/etc/machine-id
|
||||||
|
fi
|
||||||
|
}
|
186
lib/iso/grub.sh
Normal file
186
lib/iso/grub.sh
Normal file
@@ -0,0 +1,186 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
prepare_boot_extras(){
|
||||||
|
local src="$1" dest=${iso_root}/boot
|
||||||
|
|
||||||
|
for u in intel amd;do
|
||||||
|
cp $src/boot/$u-ucode.img $dest/$u-ucode.img
|
||||||
|
cp $src/usr/share/licenses/$u-ucode/LICENSE $dest/$u-ucode.LICENSE
|
||||||
|
done
|
||||||
|
|
||||||
|
cp $src/boot/memtest86+/memtest.bin $dest/memtest
|
||||||
|
cp $src/usr/share/licenses/common/GPL2/license.txt $dest/memtest.COPYING
|
||||||
|
}
|
||||||
|
|
||||||
|
##################dracut##################
|
||||||
|
|
||||||
|
prepare_initramfs_dracut(){
|
||||||
|
local mnt="$1"
|
||||||
|
local kver=$(<"$mnt"/usr/src/linux/version)
|
||||||
|
|
||||||
|
printf "%s\n" 'add_dracutmodules+=" dmsquash-live"' > "$mnt"/etc/dracut.conf.d/50-live.conf
|
||||||
|
|
||||||
|
msg "Starting build: %s" "${kver}"
|
||||||
|
artools-chroot "$mnt" dracut -fqM /boot/initramfs.img "$kver"
|
||||||
|
msg "Image generation successful"
|
||||||
|
|
||||||
|
cp "$mnt"/boot/initramfs.img "${iso_root}"/boot/initramfs-"${ARCH}".img
|
||||||
|
|
||||||
|
prepare_boot_extras "$mnt"
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_grub_dracut(){
|
||||||
|
msg "Configuring grub kernel options ..."
|
||||||
|
local kopts=(
|
||||||
|
"root=live:LABEL=${iso_label}"
|
||||||
|
'rd.live.squashimg=rootfs.img'
|
||||||
|
'rd.live.image'
|
||||||
|
'rootflags=auto'
|
||||||
|
)
|
||||||
|
[[ "${PROFILE}" != 'base' ]] && kopts+=("rd.live.join=livefs.img")
|
||||||
|
|
||||||
|
local ro_opts=()
|
||||||
|
local rw_opts=()
|
||||||
|
# 'rd.writable.fsimg=1'
|
||||||
|
|
||||||
|
sed -e "s|@kopts@|${kopts[*]}|" \
|
||||||
|
-e "s|@ro_opts@|${ro_opts[*]}|" \
|
||||||
|
-e "s|@rw_opts@|${rw_opts[*]}|" \
|
||||||
|
-i ${iso_root}/boot/grub/kernels.cfg
|
||||||
|
}
|
||||||
|
|
||||||
|
#############################################
|
||||||
|
|
||||||
|
write_mkinitcpio_conf() {
|
||||||
|
msg2 "Writing mkinitcpio.conf ..."
|
||||||
|
local conf="$1/etc/mkinitcpio-artix.conf"
|
||||||
|
printf "%s\n" 'MODULES=(loop dm-snapshot)' > $conf
|
||||||
|
printf "%s\n" 'COMPRESSION="xz"' >> $conf
|
||||||
|
if [[ "${PROFILE}" == 'base' ]];then
|
||||||
|
printf "%s\n" 'HOOKS=(base udev artix_shutdown artix artix_loop_mnt
|
||||||
|
artix_pxe_common artix_pxe_http artix_pxe_nbd artix_pxe_nfs
|
||||||
|
artix_kms modconf block filesystems keyboard keymap)' >> $conf
|
||||||
|
else
|
||||||
|
printf "%s\n" 'HOOKS=(base udev artix_shutdown artix artix_loop_mnt
|
||||||
|
artix_kms modconf block filesystems keyboard keymap)' >> $conf
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_initcpio(){
|
||||||
|
msg2 "Copying initcpio ..."
|
||||||
|
local dest="$1"
|
||||||
|
cp /etc/initcpio/hooks/artix* $dest/etc/initcpio/hooks
|
||||||
|
cp /etc/initcpio/install/artix* $dest/etc/initcpio/install
|
||||||
|
cp /etc/initcpio/artix_shutdown $dest/etc/initcpio
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_initramfs(){
|
||||||
|
local mnt="$1"
|
||||||
|
|
||||||
|
prepare_initcpio "$mnt"
|
||||||
|
|
||||||
|
write_mkinitcpio_conf "$mnt"
|
||||||
|
|
||||||
|
if [[ -n ${GPG_KEY} ]]; then
|
||||||
|
su ${OWNER} -c "gpg --export ${GPG_KEY} >/tmp/GPG_KEY"
|
||||||
|
exec 17<>/tmp/GPG_KEY
|
||||||
|
fi
|
||||||
|
local _kernel=$(<"$mnt"/usr/src/linux/version)
|
||||||
|
ARTIX_GNUPG_FD=${GPG_KEY:+17} artools-chroot "$mnt" \
|
||||||
|
/usr/bin/mkinitcpio -k ${_kernel} \
|
||||||
|
-c /etc/mkinitcpio-artix.conf \
|
||||||
|
-g /boot/initramfs.img
|
||||||
|
|
||||||
|
if [[ -n ${GPG_KEY} ]]; then
|
||||||
|
exec 17<&-
|
||||||
|
fi
|
||||||
|
if [[ -f /tmp/GPG_KEY ]]; then
|
||||||
|
rm /tmp/GPG_KEY
|
||||||
|
fi
|
||||||
|
|
||||||
|
cp $mnt/boot/initramfs.img ${iso_root}/boot/initramfs-${ARCH}.img
|
||||||
|
prepare_boot_extras "$mnt"
|
||||||
|
}
|
||||||
|
|
||||||
|
configure_grub(){
|
||||||
|
msg "Configuring grub kernel options ..."
|
||||||
|
local ro_opts=()
|
||||||
|
local rw_opts=()
|
||||||
|
local kopts=("label=${iso_label}")
|
||||||
|
|
||||||
|
[[ "${PROFILE}" != 'base' ]] && kopts+=('overlay=livefs')
|
||||||
|
|
||||||
|
sed -e "s|@kopts@|${kopts[*]}|" \
|
||||||
|
-e "s|@ro_opts@|${ro_opts[*]}|" \
|
||||||
|
-e "s|@rw_opts@|${rw_opts[*]}|" \
|
||||||
|
-i ${iso_root}/boot/grub/kernels.cfg
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_grub(){
|
||||||
|
local platform=i386-pc img='core.img' prefix=/boot/grub
|
||||||
|
local lib="$1"/usr/lib/grub
|
||||||
|
local theme="$1"/usr/share/grub
|
||||||
|
local livecfg="$2"/usr/share/grub
|
||||||
|
local grub=${iso_root}/boot/grub efi=${iso_root}/efi/boot
|
||||||
|
|
||||||
|
|
||||||
|
prepare_dir ${grub}/${platform}
|
||||||
|
|
||||||
|
cp ${livecfg}/cfg/*.cfg ${grub}
|
||||||
|
|
||||||
|
cp ${lib}/${platform}/* ${grub}/${platform}
|
||||||
|
|
||||||
|
msg2 "Building %s ..." "${img}"
|
||||||
|
|
||||||
|
grub-mkimage -d ${grub}/${platform} -o ${grub}/${platform}/${img} -O ${platform} -p ${prefix} biosdisk iso9660
|
||||||
|
|
||||||
|
cat ${grub}/${platform}/cdboot.img ${grub}/${platform}/${img} > ${grub}/${platform}/eltorito.img
|
||||||
|
|
||||||
|
platform=x86_64-efi
|
||||||
|
img=bootx64.efi
|
||||||
|
|
||||||
|
prepare_dir ${efi}
|
||||||
|
prepare_dir ${grub}/${platform}
|
||||||
|
|
||||||
|
cp ${lib}/${platform}/* ${grub}/${platform}
|
||||||
|
|
||||||
|
msg2 "Building %s ..." "${img}"
|
||||||
|
|
||||||
|
grub-mkimage -d ${grub}/${platform} -o ${efi}/${img} -O ${platform} -p ${prefix} iso9660
|
||||||
|
|
||||||
|
prepare_dir ${grub}/themes
|
||||||
|
|
||||||
|
cp -r ${theme}/themes/artix ${grub}/themes
|
||||||
|
cp -r ${livecfg}/{locales,tz} ${grub}
|
||||||
|
|
||||||
|
if [[ -f /usr/share/grub/unicode.pf2 ]];then
|
||||||
|
msg2 "Copying %s ..." "unicode.pf2"
|
||||||
|
cp /usr/share/grub/unicode.pf2 ${grub}/unicode.pf2
|
||||||
|
else
|
||||||
|
msg2 "Creating %s ..." "unicode.pf2"
|
||||||
|
grub-mkfont -o ${grub}/unicode.pf2 /usr/share/fonts/misc/unifont.bdf
|
||||||
|
fi
|
||||||
|
|
||||||
|
local size=4M mnt="${mnt_dir}/efiboot" efi_img="${iso_root}/boot/efi.img"
|
||||||
|
msg2 "Creating fat image of %s ..." "${size}"
|
||||||
|
truncate -s ${size} "${efi_img}"
|
||||||
|
mkfs.fat -n ARTIX_EFI "${efi_img}" &>/dev/null
|
||||||
|
prepare_dir "${mnt}"
|
||||||
|
mount_img "${efi_img}" "${mnt}"
|
||||||
|
prepare_dir ${mnt}/efi/boot
|
||||||
|
msg2 "Building %s ..." "${img}"
|
||||||
|
grub-mkimage -d ${grub}/${platform} -o ${mnt}/efi/boot/${img} -O ${platform} -p ${prefix} iso9660
|
||||||
|
umount_img "${mnt}"
|
||||||
|
}
|
146
lib/iso/iso.sh
Normal file
146
lib/iso/iso.sh
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
make_sig () {
|
||||||
|
local file="$1"
|
||||||
|
msg2 "Creating signature file..."
|
||||||
|
cd ${iso_root}${live_dir}
|
||||||
|
chown "${OWNER}:$(id --group ${OWNER})" "${iso_root}${live_dir}"
|
||||||
|
su ${OWNER} -c "gpg --detach-sign --default-key ${GPG_KEY} $file"
|
||||||
|
chown -R root "${iso_root}${live_dir}"
|
||||||
|
cd ${OLDPWD}
|
||||||
|
}
|
||||||
|
|
||||||
|
make_checksum(){
|
||||||
|
local file="$1"
|
||||||
|
msg2 "Creating md5sum ..."
|
||||||
|
cd ${iso_root}${live_dir}
|
||||||
|
md5sum $file > $file.md5
|
||||||
|
cd ${OLDPWD}
|
||||||
|
}
|
||||||
|
|
||||||
|
make_ext_img(){
|
||||||
|
local src="$1"
|
||||||
|
local size=32G
|
||||||
|
local mnt="${mnt_dir}/${src##*/}"
|
||||||
|
mkdir -p ${work_dir}/embed${live_dir}
|
||||||
|
local extimg=${work_dir}/embed${live_dir}/${src##*/}.img
|
||||||
|
|
||||||
|
msg2 "Creating ext4 image of %s ..." "${size}"
|
||||||
|
truncate -s ${size} "${extimg}"
|
||||||
|
local ext4_args=()
|
||||||
|
ext4_args+=(-O ^has_journal,^resize_inode -E lazy_itable_init=0 -m 0)
|
||||||
|
mkfs.ext4 ${ext4_args[@]} -F "${extimg}" &>/dev/null
|
||||||
|
tune2fs -c 0 -i 0 "${extimg}" &> /dev/null
|
||||||
|
mount_img "${extimg}" "${mnt}"
|
||||||
|
msg2 "Copying %s ..." "${src}/"
|
||||||
|
cp -aT "${src}/" "${mnt}/"
|
||||||
|
umount_img "${mnt}"
|
||||||
|
}
|
||||||
|
|
||||||
|
has_changed(){
|
||||||
|
local src="$1" dest="$2"
|
||||||
|
if [[ -f "${dest}" ]]; then
|
||||||
|
local has_changes=$(find ${src} -newer ${dest})
|
||||||
|
if [[ -n "${has_changes}" ]]; then
|
||||||
|
msg2 "Possible changes for %s ..." "${src}"
|
||||||
|
msg2 "%s" "${has_changes}"
|
||||||
|
msg2 "SquashFS image %s is not up to date, rebuilding..." "${dest}"
|
||||||
|
rm "${dest}"
|
||||||
|
else
|
||||||
|
msg2 "SquashFS image %s is up to date, skipping." "${dest}"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
# $1: image path
|
||||||
|
make_sfs() {
|
||||||
|
local sfs_in="$1"
|
||||||
|
if [[ ! -e "${sfs_in}" ]]; then
|
||||||
|
error "The path %s does not exist" "${sfs_in}"
|
||||||
|
retrun 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
mkdir -p ${iso_root}${live_dir}
|
||||||
|
|
||||||
|
local img_name=${sfs_in##*/}.img
|
||||||
|
local img_file=${sfs_in}.img
|
||||||
|
|
||||||
|
local sfs_out="${iso_root}${live_dir}/${img_name}"
|
||||||
|
|
||||||
|
if has_changed "${sfs_in}" "${sfs_out}"; then
|
||||||
|
|
||||||
|
msg "Generating SquashFS image for %s" "${sfs_in}"
|
||||||
|
|
||||||
|
local mksfs_args=()
|
||||||
|
|
||||||
|
if ${persist};then
|
||||||
|
make_ext_img "${sfs_in}"
|
||||||
|
mksfs_args+=("${work_dir}/embed")
|
||||||
|
else
|
||||||
|
mksfs_args+=("${sfs_in}")
|
||||||
|
fi
|
||||||
|
|
||||||
|
mksfs_args+=("${sfs_out}")
|
||||||
|
|
||||||
|
mksfs_args+=(-comp xz -b 256K -Xbcj x86 -noappend)
|
||||||
|
|
||||||
|
mksquashfs "${mksfs_args[@]}"
|
||||||
|
|
||||||
|
if ! ${use_dracut}; then
|
||||||
|
make_checksum "${img_name}"
|
||||||
|
if [[ -n ${GPG_KEY} ]];then
|
||||||
|
make_sig "${img_name}"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
${persist} && rm -r "${work_dir}/embed"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
get_disturl(){
|
||||||
|
. /usr/lib/os-release
|
||||||
|
echo "${HOME_URL}"
|
||||||
|
}
|
||||||
|
|
||||||
|
assemble_iso(){
|
||||||
|
msg "Creating ISO image..."
|
||||||
|
local mod_date=$(date -u +%Y-%m-%d-%H-%M-%S-00 | sed -e s/-//g)
|
||||||
|
local appid="$(get_osname) Live/Rescue CD"
|
||||||
|
local publisher="$(get_osname) <$(get_disturl)>"
|
||||||
|
|
||||||
|
xorriso -as mkisofs \
|
||||||
|
--modification-date=${mod_date} \
|
||||||
|
--protective-msdos-label \
|
||||||
|
-volid "${iso_label}" \
|
||||||
|
-appid "${appid}" \
|
||||||
|
-publisher "${publisher}" \
|
||||||
|
-preparer "Prepared by artools/${0##*/}" \
|
||||||
|
-r -graft-points -no-pad \
|
||||||
|
--sort-weight 0 / \
|
||||||
|
--sort-weight 1 /boot \
|
||||||
|
--grub2-mbr ${iso_root}/boot/grub/i386-pc/boot_hybrid.img \
|
||||||
|
-partition_offset 16 \
|
||||||
|
-b boot/grub/i386-pc/eltorito.img \
|
||||||
|
-c boot.catalog \
|
||||||
|
-no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info \
|
||||||
|
-eltorito-alt-boot \
|
||||||
|
-append_partition 2 0xef ${iso_root}/boot/efi.img \
|
||||||
|
-e --interval:appended_partition_2:all:: -iso_mbr_part_type 0x00 \
|
||||||
|
-no-emul-boot \
|
||||||
|
-iso-level 3 \
|
||||||
|
-o ${iso_dir}/${iso_file} \
|
||||||
|
${iso_root}/
|
||||||
|
}
|
||||||
|
|
62
lib/iso/mount.sh
Normal file
62
lib/iso/mount.sh
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
track_img() {
|
||||||
|
info "mount: [%s]" "$2"
|
||||||
|
mount "$@" && IMG_ACTIVE_MOUNTS=("$2" "${IMG_ACTIVE_MOUNTS[@]}")
|
||||||
|
}
|
||||||
|
|
||||||
|
mount_img() {
|
||||||
|
IMG_ACTIVE_MOUNTS=()
|
||||||
|
mkdir -p "$2"
|
||||||
|
track_img "$1" "$2"
|
||||||
|
}
|
||||||
|
|
||||||
|
umount_img() {
|
||||||
|
if [[ -n ${IMG_ACTIVE_MOUNTS[@]} ]];then
|
||||||
|
info "umount: [%s]" "${IMG_ACTIVE_MOUNTS[@]}"
|
||||||
|
umount "${IMG_ACTIVE_MOUNTS[@]}"
|
||||||
|
unset IMG_ACTIVE_MOUNTS
|
||||||
|
rm -r "$1"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
track_fs() {
|
||||||
|
info "overlayfs mount: [%s]" "$5"
|
||||||
|
mount "$@" && FS_ACTIVE_MOUNTS=("$5" "${FS_ACTIVE_MOUNTS[@]}")
|
||||||
|
}
|
||||||
|
|
||||||
|
mount_overlayfs(){
|
||||||
|
FS_ACTIVE_MOUNTS=()
|
||||||
|
local lower= upper="$1" work="$2"
|
||||||
|
mkdir -p "${mnt_dir}/work"
|
||||||
|
mkdir -p "$upper"
|
||||||
|
case $upper in
|
||||||
|
*/livefs) lower="$work/rootfs" ;;
|
||||||
|
*/bootfs)
|
||||||
|
lower="$work/rootfs"
|
||||||
|
[[ -d "$work/livefs" ]] && lower="$work/livefs":"$work/rootfs"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
track_fs -t overlay overlay -olowerdir="$lower",upperdir="$upper",workdir="${mnt_dir}/work" "$upper"
|
||||||
|
}
|
||||||
|
|
||||||
|
umount_overlayfs(){
|
||||||
|
if [[ -n ${FS_ACTIVE_MOUNTS[@]} ]];then
|
||||||
|
info "overlayfs umount: [%s]" "${FS_ACTIVE_MOUNTS[@]}"
|
||||||
|
umount "${FS_ACTIVE_MOUNTS[@]}"
|
||||||
|
unset FS_ACTIVE_MOUNTS
|
||||||
|
rm -rf "${mnt_dir}/work"
|
||||||
|
fi
|
||||||
|
}
|
101
lib/iso/profile.sh
Normal file
101
lib/iso/profile.sh
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
show_profile(){
|
||||||
|
msg2 "iso_file: %s" "${iso_file}"
|
||||||
|
msg2 "AUTOLOGIN: %s" "${AUTOLOGIN}"
|
||||||
|
msg2 "HOST_NAME: %s" "${HOST_NAME}"
|
||||||
|
msg2 "USER_NAME: %s" "${USER_NAME}"
|
||||||
|
msg2 "PASSWORD: %s" "${PASSWORD}"
|
||||||
|
msg2 "ADDGROUPS: %s" "${ADDGROUPS}"
|
||||||
|
msg2 "SERVICES_LIVE: %s" "${SERVICES_LIVE[*]}"
|
||||||
|
msg2 "SERVICES: %s" "${SERVICES[*]}"
|
||||||
|
}
|
||||||
|
|
||||||
|
load_profile(){
|
||||||
|
local profile_dir="${DATADIR}/iso-profiles"
|
||||||
|
[[ -d ${WORKSPACE_DIR}/iso-profiles ]] && profile_dir=${WORKSPACE_DIR}/iso-profiles
|
||||||
|
|
||||||
|
ROOT_LIST="$profile_dir/${PROFILE}/Packages-Root"
|
||||||
|
ROOT_OVERLAY="$profile_dir/${PROFILE}/root-overlay"
|
||||||
|
|
||||||
|
[[ -f "$profile_dir/${PROFILE}/Packages-Live" ]] && LIVE_LIST="$profile_dir/${PROFILE}/Packages-Live"
|
||||||
|
[[ -d "$profile_dir/${PROFILE}/live-overlay" ]] && LIVE_OVERLAY="$profile_dir/${PROFILE}/live-overlay"
|
||||||
|
|
||||||
|
[[ -f $profile_dir/${PROFILE}/profile.conf ]] || return 1
|
||||||
|
|
||||||
|
[[ -r $profile_dir/${PROFILE}/profile.conf ]] && . $profile_dir/${PROFILE}/profile.conf
|
||||||
|
|
||||||
|
DISPLAYMANAGER=${DISPLAYMANAGER:-'none'}
|
||||||
|
|
||||||
|
AUTOLOGIN=${AUTOLOGIN:-"true"}
|
||||||
|
[[ ${DISPLAYMANAGER} == 'none' ]] && AUTOLOGIN="false"
|
||||||
|
|
||||||
|
HOST_NAME=${HOST_NAME:-'artix'}
|
||||||
|
|
||||||
|
USER_NAME=${USER_NAME:-'artix'}
|
||||||
|
|
||||||
|
PASSWORD=${PASSWORD:-'artix'}
|
||||||
|
|
||||||
|
ADDGROUPS=${ADDGROUPS:-"video,power,optical,network,lp,scanner,wheel,users,log"}
|
||||||
|
|
||||||
|
if [[ -z ${SERVICES[@]} ]];then
|
||||||
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ ${DISPLAYMANAGER} != "none" ]];then
|
||||||
|
case "${INITSYS}" in
|
||||||
|
'openrc') SERVICES+=('xdm') ;;
|
||||||
|
'runit'|'s6') SERVICES+=("${DISPLAYMANAGER}") ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
|
SERVICES_LIVE=('artix-live' 'pacman-init')
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
write_live_session_conf(){
|
||||||
|
local conf=''
|
||||||
|
conf+=$(printf '%s\n' '# live session configuration')
|
||||||
|
conf+=$(printf "\nAUTOLOGIN=%s\n" "${AUTOLOGIN}")
|
||||||
|
conf+=$(printf "\nUSER_NAME=%s\n" "${USER_NAME}")
|
||||||
|
conf+=$(printf "\nPASSWORD=%s\n" "${PASSWORD}")
|
||||||
|
conf+=$(printf "\nADDGROUPS='%s'\n" "${ADDGROUPS}")
|
||||||
|
printf '%s' "$conf"
|
||||||
|
}
|
||||||
|
|
||||||
|
load_pkgs(){
|
||||||
|
local pkglist="$1" init="$2"
|
||||||
|
info "Loading Packages: [%s] ..." "${pkglist##*/}"
|
||||||
|
|
||||||
|
local _init="s|@$init||g"
|
||||||
|
case "$init" in
|
||||||
|
'openrc') _init_rm1="s|@runit.*||g"; _init_rm2="s|@s6.*||g" ;;
|
||||||
|
's6') _init_rm1="s|@runit.*||g"; _init_rm2="s|@openrc.*||g" ;;
|
||||||
|
'runit') _init_rm1="s|@s6.*||g"; _init_rm2="s|@openrc.*||g" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
local _space="s| ||g" \
|
||||||
|
_clean=':a;N;$!ba;s/\n/ /g' \
|
||||||
|
_com_rm="s|#.*||g"
|
||||||
|
|
||||||
|
packages=($(sed "$_com_rm" "$pkglist" \
|
||||||
|
| sed "$_space" \
|
||||||
|
| sed "$_purge" \
|
||||||
|
| sed "$_init" \
|
||||||
|
| sed "$_init_rm1" \
|
||||||
|
| sed "$_init_rm2" \
|
||||||
|
| sed "$_clean"))
|
||||||
|
}
|
155
lib/iso/util.sh
Normal file
155
lib/iso/util.sh
Normal file
@@ -0,0 +1,155 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
error_function() {
|
||||||
|
local func="$1"
|
||||||
|
# first exit all subshells, then print the error
|
||||||
|
if (( ! BASH_SUBSHELL )); then
|
||||||
|
error "A failure occurred in %s()." "$func"
|
||||||
|
plain "Aborting..."
|
||||||
|
fi
|
||||||
|
umount_overlayfs
|
||||||
|
umount_img
|
||||||
|
exit 2
|
||||||
|
}
|
||||||
|
|
||||||
|
run_safe() {
|
||||||
|
local restoretrap func="$1"
|
||||||
|
set -e
|
||||||
|
set -E
|
||||||
|
restoretrap=$(trap -p ERR)
|
||||||
|
trap 'error_function $func' ERR
|
||||||
|
|
||||||
|
"$func"
|
||||||
|
|
||||||
|
eval $restoretrap
|
||||||
|
set +E
|
||||||
|
set +e
|
||||||
|
}
|
||||||
|
|
||||||
|
trap_exit() {
|
||||||
|
local sig=$1; shift
|
||||||
|
error "$@"
|
||||||
|
umount_overlayfs
|
||||||
|
trap -- "$sig"
|
||||||
|
kill "-$sig" "$$"
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare_traps(){
|
||||||
|
for sig in TERM HUP QUIT; do
|
||||||
|
trap "trap_exit $sig \"$(gettext "%s signal caught. Exiting...")\" \"$sig\"" "$sig"
|
||||||
|
done
|
||||||
|
trap 'trap_exit INT "$(gettext "Aborted by user! Exiting...")"' INT
|
||||||
|
# trap 'trap_exit USR1 "$(gettext "An unknown error has occurred. Exiting...")"' ERR
|
||||||
|
}
|
||||||
|
|
||||||
|
copy_overlay(){
|
||||||
|
local src="$1" dest="$2"
|
||||||
|
if [[ -e "$src" ]];then
|
||||||
|
msg2 "Copying [%s] ..." "${src##*/}"
|
||||||
|
cp -LR "$src"/* "$dest"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
make_rootfs() {
|
||||||
|
if [[ ! -e ${work_dir}/rootfs.lock ]]; then
|
||||||
|
msg "Prepare [Base installation] (rootfs)"
|
||||||
|
local rootfs="${work_dir}/rootfs"
|
||||||
|
|
||||||
|
prepare_dir "${rootfs}"
|
||||||
|
|
||||||
|
basestrap "${basestrap_args[@]}" "${rootfs}" "${packages[@]}"
|
||||||
|
|
||||||
|
copy_overlay "${ROOT_OVERLAY}" "${rootfs}"
|
||||||
|
|
||||||
|
[[ -z ${LIVE_LIST} ]] && configure_chroot "${rootfs}"
|
||||||
|
|
||||||
|
clean_up_chroot "${rootfs}"
|
||||||
|
|
||||||
|
: > ${work_dir}/rootfs.lock
|
||||||
|
|
||||||
|
msg "Done [Base installation] (rootfs)"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
make_livefs() {
|
||||||
|
if [[ ! -e ${work_dir}/livefs.lock ]]; then
|
||||||
|
msg "Prepare [Live installation] (livefs)"
|
||||||
|
local livefs="${work_dir}/livefs"
|
||||||
|
|
||||||
|
prepare_dir "${livefs}"
|
||||||
|
|
||||||
|
mount_overlayfs "${livefs}" "${work_dir}"
|
||||||
|
|
||||||
|
basestrap "${basestrap_args[@]}" "${livefs}" "${packages[@]}"
|
||||||
|
|
||||||
|
copy_overlay "${LIVE_OVERLAY}" "${livefs}"
|
||||||
|
|
||||||
|
configure_chroot "${livefs}"
|
||||||
|
|
||||||
|
umount_overlayfs
|
||||||
|
|
||||||
|
clean_up_chroot "${livefs}"
|
||||||
|
|
||||||
|
: > ${work_dir}/livefs.lock
|
||||||
|
|
||||||
|
msg "Done [Live installation] (livefs)"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
make_bootfs() {
|
||||||
|
if [[ ! -e ${work_dir}/bootfs.lock ]]; then
|
||||||
|
msg "Prepare [/iso/boot]"
|
||||||
|
|
||||||
|
prepare_dir "${iso_root}/boot"
|
||||||
|
|
||||||
|
cp ${work_dir}/rootfs/boot/vmlinuz* ${iso_root}/boot/vmlinuz-${ARCH}
|
||||||
|
|
||||||
|
local bootfs="${work_dir}/bootfs"
|
||||||
|
|
||||||
|
mount_overlayfs "${bootfs}" "${work_dir}"
|
||||||
|
|
||||||
|
if ${use_dracut}; then
|
||||||
|
prepare_initramfs_dracut "${bootfs}"
|
||||||
|
else
|
||||||
|
prepare_initramfs "${bootfs}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
umount_overlayfs
|
||||||
|
|
||||||
|
rm -R ${bootfs}
|
||||||
|
: > ${work_dir}/bootfs.lock
|
||||||
|
msg "Done [/iso/boot]"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
make_grub(){
|
||||||
|
if [[ ! -e ${work_dir}/grub.lock ]]; then
|
||||||
|
msg "Prepare [/iso/boot/grub]"
|
||||||
|
|
||||||
|
local layer=${work_dir}/rootfs
|
||||||
|
[[ -n ${LIVE_LIST} ]] && layer=${work_dir}/livefs
|
||||||
|
|
||||||
|
prepare_grub "${work_dir}/rootfs" "$layer"
|
||||||
|
|
||||||
|
if ${use_dracut}; then
|
||||||
|
configure_grub_dracut
|
||||||
|
else
|
||||||
|
configure_grub
|
||||||
|
fi
|
||||||
|
|
||||||
|
: > ${work_dir}/grub.lock
|
||||||
|
msg "Done [/iso/boot/grub]"
|
||||||
|
fi
|
||||||
|
}
|
185
lib/pkg/git.sh
Normal file
185
lib/pkg/git.sh
Normal file
@@ -0,0 +1,185 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
get_local_head(){
|
||||||
|
echo $(git log --pretty=%H ...refs/heads/master^ | head -n 1)
|
||||||
|
}
|
||||||
|
|
||||||
|
get_remote_head(){
|
||||||
|
echo $(git ls-remote origin -h refs/heads/master | cut -f1)
|
||||||
|
}
|
||||||
|
|
||||||
|
clone_tree(){
|
||||||
|
local timer=$(get_timer) url="$1" tree="$2" os="${3:-$(get_osname)}"
|
||||||
|
|
||||||
|
msg "Cloning %s (%s) ..." "$tree" "$os"
|
||||||
|
|
||||||
|
git clone $url/$tree.git
|
||||||
|
show_elapsed_time "${FUNCNAME}" "${timer}"
|
||||||
|
}
|
||||||
|
|
||||||
|
has_changes(){
|
||||||
|
local head_l="$1" head_r="$2"
|
||||||
|
if [[ "$head_l" == "$head_r" ]]; then
|
||||||
|
msg2 "remote changes: no"
|
||||||
|
return 1
|
||||||
|
else
|
||||||
|
msg2 "remote changes: yes"
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
pull_tree(){
|
||||||
|
local tree="$1" local_head="$2" os="${3:-$(get_osname)}"
|
||||||
|
local remote_head=$(get_remote_head)
|
||||||
|
|
||||||
|
msg "Checking (%s) (%s)" "${tree}" "$os"
|
||||||
|
if has_changes "${local_head}" "${remote_head}";then
|
||||||
|
git pull origin master
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
push_tree(){
|
||||||
|
local tree="$1"
|
||||||
|
msg "Update (%s)" "${tree}"
|
||||||
|
git push origin master
|
||||||
|
}
|
||||||
|
|
||||||
|
write_jenkinsfile(){
|
||||||
|
local pkg="$1"
|
||||||
|
local jenkins=$pkg/Jenkinsfile
|
||||||
|
|
||||||
|
echo "@Library('artix-ci') import org.artixlinux.RepoPackage" > $jenkins
|
||||||
|
echo '' >> $jenkins
|
||||||
|
echo 'PackagePipeline(new RepoPackage(this))' >> $jenkins
|
||||||
|
echo '' >> $jenkins
|
||||||
|
|
||||||
|
git add $jenkins
|
||||||
|
}
|
||||||
|
|
||||||
|
write_agentyaml(){
|
||||||
|
local pkg="$1"
|
||||||
|
local agent=$pkg/.artixlinux/agent.yaml label='master'
|
||||||
|
[[ -d $pkg/.artixlinux ]] || mkdir $pkg/.artixlinux
|
||||||
|
|
||||||
|
echo '%YAML 1.2' > $agent
|
||||||
|
echo '---' >> $agent
|
||||||
|
echo '' >> $agent
|
||||||
|
echo "label: $label" >> $agent
|
||||||
|
echo '' >> $agent
|
||||||
|
|
||||||
|
git add $agent
|
||||||
|
}
|
||||||
|
|
||||||
|
commit_jenkins_files(){
|
||||||
|
local pkg="$1"
|
||||||
|
|
||||||
|
write_jenkinsfile "$pkg"
|
||||||
|
write_agentyaml "$pkg"
|
||||||
|
|
||||||
|
git commit -m "initial commit"
|
||||||
|
}
|
||||||
|
|
||||||
|
config_tree(){
|
||||||
|
local tree="$1"
|
||||||
|
cd $tree
|
||||||
|
git config --bool pull.rebase true
|
||||||
|
git config commit.gpgsign true
|
||||||
|
if [[ -n "${GPGKEY}" ]];then
|
||||||
|
git config user.signingkey "${GPGKEY}"
|
||||||
|
else
|
||||||
|
warning "No GPGKEY configured in makepkg.conf!"
|
||||||
|
fi
|
||||||
|
cd ..
|
||||||
|
}
|
||||||
|
|
||||||
|
# write_gitignore() {
|
||||||
|
# local pkg="$1"
|
||||||
|
# local gitignore=$pkg/.gitignore
|
||||||
|
# echo '# ---> ArchLinuxPackages' > $gitignore
|
||||||
|
# echo '*.tar' >> $gitignore
|
||||||
|
# echo '*.tar.*' >> $gitignore
|
||||||
|
# echo '*.jar' >> $gitignore
|
||||||
|
# echo '*.exe' >> $gitignore
|
||||||
|
# echo '*.msi' >> $gitignore
|
||||||
|
# echo '*.zip' >> $gitignore
|
||||||
|
# echo '*.tgz' >> $gitignore
|
||||||
|
# echo '*.log' >> $gitignore
|
||||||
|
# echo '*.log.*' >> $gitignore
|
||||||
|
# echo '*.sig' >> $gitignore
|
||||||
|
# echo '' >> $gitignore
|
||||||
|
# echo 'pkg/' >> $gitignore
|
||||||
|
# echo 'src/' >> $gitignore
|
||||||
|
# echo '' >> $gitignore
|
||||||
|
# echo '# ---> Archives' >> $gitignore
|
||||||
|
# echo '*.7z' >> $gitignore
|
||||||
|
# echo '*.rar' >> $gitignore
|
||||||
|
# echo '*.gz' >> $gitignore
|
||||||
|
# echo '*.bzip' >> $gitignore
|
||||||
|
# echo '*.bz2' >> $gitignore
|
||||||
|
# echo '*.xz' >> $gitignore
|
||||||
|
# echo '*.lzma' >> $gitignore
|
||||||
|
# echo '*.cab' >> $gitignore
|
||||||
|
# echo '' >> $gitignore
|
||||||
|
# echo '# ---> systemd' >> $gitignore
|
||||||
|
# echo '*.service' >> $gitignore
|
||||||
|
# echo '*.socket' >> $gitignore
|
||||||
|
# echo '*.timer' >> $gitignore
|
||||||
|
# echo '' >> $gitignore
|
||||||
|
# echo '# ---> snap' >> $gitignore
|
||||||
|
# echo '*.snap' >> $gitignore
|
||||||
|
# echo '' >> $gitignore
|
||||||
|
#
|
||||||
|
# git add $gitignore
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# write_readme(){
|
||||||
|
# local pkg="$1"
|
||||||
|
# local readme=$pkg/README.md
|
||||||
|
#
|
||||||
|
# echo "# $pkg" > $readme
|
||||||
|
# echo '' >> $readme
|
||||||
|
#
|
||||||
|
# git add $readme
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# subrepo_new2(){
|
||||||
|
# local group="${1:-$GROUP}" team="${2:-$TEAM}"
|
||||||
|
# local dest=${TREE_DIR_ARTIX}/$group/${PACKAGE}/trunk
|
||||||
|
#
|
||||||
|
# cd ${TREE_DIR_ARTIX}/$group
|
||||||
|
#
|
||||||
|
# local org=$(get_pkg_org "${PACKAGE}")
|
||||||
|
#
|
||||||
|
# prepare_dir "$dest"
|
||||||
|
#
|
||||||
|
# subrepo_init "${PACKAGE}" "$org"
|
||||||
|
#
|
||||||
|
# commit_jenkins_files2 "${PACKAGE}"
|
||||||
|
#
|
||||||
|
# subrepo_push "${PACKAGE}"
|
||||||
|
#
|
||||||
|
# add_repo_to_team "${PACKAGE}" "$org" "$team"
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# commit_jenkins_files2(){
|
||||||
|
# local pkg="$1"
|
||||||
|
#
|
||||||
|
# write_jenkinsfile "$pkg"
|
||||||
|
# write_agentyaml "$pkg"
|
||||||
|
# write_readme "$pkg"
|
||||||
|
# write_gitignore "$pkg"
|
||||||
|
#
|
||||||
|
# git commit -m "initial commit"
|
||||||
|
# }
|
57
lib/pkg/gitea.sh
Normal file
57
lib/pkg/gitea.sh
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
create_repo() {
|
||||||
|
local pkg="$1" org="$2"
|
||||||
|
local gitname=$(get_compliant_name "$pkg")
|
||||||
|
local json="{ \"auto_init\": true, \"name\":\"$gitname\", \"gitignores\":\"ArchLinuxPackages\", \"readme\": \"Default\" }"
|
||||||
|
|
||||||
|
msg2 "Create package repo [%s] in org (%s)" "${pkg}" "${org}"
|
||||||
|
|
||||||
|
curl -s -X POST "${GIT_URL}/api/v1/org/$org/repos?access_token=${GIT_TOKEN}" \
|
||||||
|
-H "accept: application/json" \
|
||||||
|
-H "content-type: application/json" \
|
||||||
|
-d "$json"
|
||||||
|
|
||||||
|
echo
|
||||||
|
}
|
||||||
|
|
||||||
|
get_team_id() {
|
||||||
|
local org="$1" team="$2"
|
||||||
|
local id=$(curl -s -X GET "${GIT_URL}/api/v1/orgs/$org/teams/search?q=$team&access_token=${GIT_TOKEN}" \
|
||||||
|
-H "accept: application/json" | jq '.data[] .id')
|
||||||
|
echo $id
|
||||||
|
}
|
||||||
|
|
||||||
|
add_repo_to_team() {
|
||||||
|
local pkg="$1" org="$2" team="$3"
|
||||||
|
local id=$(get_team_id "$org" "$team")
|
||||||
|
local gitname=$(get_compliant_name "$pkg")
|
||||||
|
|
||||||
|
msg2 "Adding package repo [%s] to team (%s)" "$gitname" "$team"
|
||||||
|
|
||||||
|
curl -s -X PUT "${GIT_URL}/api/v1/teams/$id/repos/$org/$gitname?access_token=${GIT_TOKEN}" \
|
||||||
|
-H "accept: application/json"
|
||||||
|
}
|
||||||
|
|
||||||
|
remove_repo_from_team() {
|
||||||
|
local pkg="$1" org="$2" team="$3"
|
||||||
|
local id=$(get_team_id "$org" "$team")
|
||||||
|
local gitname=$(get_compliant_name "$pkg")
|
||||||
|
|
||||||
|
msg2 "Removing package repo [%s] from team (%s)" "$gitname" "$team"
|
||||||
|
|
||||||
|
curl -s -X DELETE "${GIT_URL}/api/v1/teams/$id/repos/$org/$gitname?access_token=${GIT_TOKEN}" \
|
||||||
|
-H "accept: application/json"
|
||||||
|
}
|
56
lib/pkg/subrepo.sh
Normal file
56
lib/pkg/subrepo.sh
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
get_pkg_org(){
|
||||||
|
local pkg="$1" org= sub=
|
||||||
|
case ${pkg} in
|
||||||
|
ruby-*) org="packagesRuby" ;;
|
||||||
|
perl-*) org="packagesPerl" ;;
|
||||||
|
python-*|python2-*) org="packagesPython" ;;
|
||||||
|
*) sub=${pkg:0:1}; org="packages${sub^^}" ;;
|
||||||
|
esac
|
||||||
|
echo $org
|
||||||
|
}
|
||||||
|
|
||||||
|
subrepo_init() {
|
||||||
|
local pkg="$1" org="$2"
|
||||||
|
local gitname=$(get_compliant_name "$pkg")
|
||||||
|
msg2 "Subrepo init (%s)" "$pkg"
|
||||||
|
git subrepo init "$pkg" -r gitea@"${GIT_DOMAIN}":"$org"/"$gitname".git
|
||||||
|
}
|
||||||
|
|
||||||
|
subrepo_push(){
|
||||||
|
local pkg="$1"
|
||||||
|
msg2 "Subrepo push (%s)" "$pkg"
|
||||||
|
git subrepo push "$pkg" || die "%s push failed" "$pkg"
|
||||||
|
}
|
||||||
|
|
||||||
|
subrepo_clean(){
|
||||||
|
local pkg="$1"
|
||||||
|
msg2 "Subrepo clean (%s)" "$pkg"
|
||||||
|
git subrepo clean "$pkg"
|
||||||
|
}
|
||||||
|
|
||||||
|
subrepo_pull(){
|
||||||
|
local pkg="$1"
|
||||||
|
msg2 "Subrepo pull (%s)" "$pkg"
|
||||||
|
git subrepo pull "$pkg"
|
||||||
|
}
|
||||||
|
|
||||||
|
subrepo_clone(){
|
||||||
|
local pkg="$1" org="$2"
|
||||||
|
local gitname=$(get_compliant_name "$pkg")
|
||||||
|
msg2 "Subrepo clone [%s] from (%s)" "$pkg" "$org/$gitname"
|
||||||
|
git subrepo clone gitea@"${GIT_DOMAIN}":"$org"/"$gitname".git "$pkg"
|
||||||
|
}
|
70
lib/pkg/util.sh
Normal file
70
lib/pkg/util.sh
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
get_compliant_name(){
|
||||||
|
local gitname="$1"
|
||||||
|
case "$gitname" in
|
||||||
|
*+) gitname=${gitname//+/plus}
|
||||||
|
esac
|
||||||
|
echo "$gitname"
|
||||||
|
}
|
||||||
|
|
||||||
|
set_arch_repos(){
|
||||||
|
local x="$1" y="$2" z="$3"
|
||||||
|
ARCH_REPOS=(core extra community multilib)
|
||||||
|
|
||||||
|
$x && ARCH_REPOS+=(testing community-testing multilib-testing)
|
||||||
|
$y && ARCH_REPOS+=(staging community-staging multilib-staging)
|
||||||
|
$z && ARCH_REPOS+=(gnome-unstable kde-unstable)
|
||||||
|
}
|
||||||
|
|
||||||
|
find_repo(){
|
||||||
|
local pkg="$1" repo=
|
||||||
|
for r in ${ARCH_REPOS[@]};do
|
||||||
|
[[ -f $pkg/repos/$r-${ARCH}/PKGBUILD ]] && repo=$r-${ARCH}
|
||||||
|
[[ -f $pkg/repos/$r-any/PKGBUILD ]] && repo=$r-any
|
||||||
|
done
|
||||||
|
echo $repo
|
||||||
|
}
|
||||||
|
|
||||||
|
find_pkg(){
|
||||||
|
local searchdir="$1" pkg="$2"
|
||||||
|
local result=$(find "$searchdir" -mindepth 2 -maxdepth 2 -type d -name "$pkg")
|
||||||
|
echo "$result"
|
||||||
|
}
|
||||||
|
|
||||||
|
find_cached_pkgfile() {
|
||||||
|
local searchdirs=("$PKGDEST" "$PWD") results=()
|
||||||
|
local pkg="$1"
|
||||||
|
for dir in "${searchdirs[@]}"; do
|
||||||
|
[[ -d "$dir" ]] || continue
|
||||||
|
[[ -e "$dir/$pkg" ]] && results+=("$dir/$pkg")
|
||||||
|
done
|
||||||
|
case ${#results[*]} in
|
||||||
|
0)
|
||||||
|
return 1
|
||||||
|
;;
|
||||||
|
1)
|
||||||
|
printf '%s\n' "${results[0]}"
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
error 'Multiple packages found:'
|
||||||
|
printf '\t%s\n' "${results[@]}" >&2
|
||||||
|
return 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
59
lib/util-base.sh.in
Normal file
59
lib/util-base.sh.in
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
CHROOTVERSION=@chroot_version@
|
||||||
|
|
||||||
|
. @datadir@/makepkg/util.sh
|
||||||
|
|
||||||
|
DATADIR=${DATADIR:-'@datadir@/artools'}
|
||||||
|
LIBDIR=${LIBDIR:-'@libdir@/artools'}
|
||||||
|
SYSCONFDIR=${SYSCONFDIR:-'@sysconfdir@/artools'}
|
||||||
|
|
||||||
|
OWNER=${SUDO_USER:-$USER}
|
||||||
|
|
||||||
|
if [[ -n $SUDO_USER ]]; then
|
||||||
|
eval "USER_HOME=~$SUDO_USER"
|
||||||
|
else
|
||||||
|
USER_HOME=$HOME
|
||||||
|
fi
|
||||||
|
|
||||||
|
USER_CONF_DIR="${XDG_CONFIG_HOME:-$USER_HOME/.config}/artools"
|
||||||
|
|
||||||
|
for baselib in ${LIBDIR}/base/*.sh; do
|
||||||
|
. $baselib
|
||||||
|
done
|
||||||
|
|
||||||
|
prepare_artools(){
|
||||||
|
prepare_dir "${WORKSPACE_DIR}"
|
||||||
|
prepare_dir "${USER_CONF_DIR}"
|
||||||
|
}
|
||||||
|
|
||||||
|
load_base_config(){
|
||||||
|
|
||||||
|
local conf="$1/artools-base.conf"
|
||||||
|
|
||||||
|
[[ -f "$conf" ]] || return 1
|
||||||
|
|
||||||
|
[[ -r "$conf" ]] && . "$conf"
|
||||||
|
|
||||||
|
ARCH=$(uname -m)
|
||||||
|
|
||||||
|
CHROOTS_DIR=${CHROOTS_DIR:-'/var/lib/artools'}
|
||||||
|
|
||||||
|
WORKSPACE_DIR=${WORKSPACE_DIR:-"/home/${OWNER}/artools-workspace"}
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
load_base_config "${USER_CONF_DIR}" || load_base_config "${SYSCONFDIR}"
|
54
lib/util-iso.sh.in
Normal file
54
lib/util-iso.sh.in
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
for isolib in ${LIBDIR}/iso/*.sh; do
|
||||||
|
. $isolib
|
||||||
|
done
|
||||||
|
|
||||||
|
load_iso_config(){
|
||||||
|
|
||||||
|
local conf="$1/artools-iso.conf"
|
||||||
|
|
||||||
|
[[ -f "$conf" ]] || return 1
|
||||||
|
|
||||||
|
[[ -r "$conf" ]] && . "$conf"
|
||||||
|
|
||||||
|
CHROOTS_ISO="${CHROOTS_DIR}/buildiso"
|
||||||
|
|
||||||
|
ISO_POOL=${ISO_POOL:-"${WORKSPACE_DIR}/iso"}
|
||||||
|
|
||||||
|
PROFILE='base'
|
||||||
|
|
||||||
|
ISO_VERSION=${ISO_VERSION:-"$(date +%Y%m%d)"}
|
||||||
|
|
||||||
|
INITSYS=${INITSYS:-'openrc'}
|
||||||
|
|
||||||
|
GPG_KEY=${GPG_KEY:-''}
|
||||||
|
|
||||||
|
UPLIMIT=${UPLIMIT:-1000}
|
||||||
|
|
||||||
|
FILE_HOST="download.${DOMAIN}"
|
||||||
|
|
||||||
|
FILE_HOME=${FILE_HOME:-'/srv/iso'}
|
||||||
|
|
||||||
|
FILE_PORT=${FILE_PORT:-65432}
|
||||||
|
|
||||||
|
ACCOUNT=${ACCOUNT:-'naughtyISOuploader'}
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
load_iso_config "${USER_CONF_DIR}" || load_iso_config "${SYSCONFDIR}"
|
90
lib/util-pkg.sh.in
Normal file
90
lib/util-pkg.sh.in
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-19 artoo@artixlinux.org
|
||||||
|
# Copyright (C) 2018 Artix Linux Developers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; version 2 of the License.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
. @libdir@/artools/util-base.sh
|
||||||
|
|
||||||
|
for pkglib in ${LIBDIR}/pkg/*.sh; do
|
||||||
|
. $pkglib
|
||||||
|
done
|
||||||
|
|
||||||
|
load_pkg_config(){
|
||||||
|
|
||||||
|
local conf="$1/artools-pkg.conf"
|
||||||
|
|
||||||
|
[[ -f "$conf" ]] || return 1
|
||||||
|
|
||||||
|
[[ -r "$conf" ]] && . "$conf"
|
||||||
|
|
||||||
|
DOMAIN='artixlinux.org'
|
||||||
|
|
||||||
|
GIT_DOMAIN="gitea.${DOMAIN}"
|
||||||
|
|
||||||
|
GIT_URL="https://${GIT_DOMAIN}"
|
||||||
|
|
||||||
|
GIT_TOKEN=${GIT_TOKEN:-''}
|
||||||
|
|
||||||
|
TREE_DIR_ARTIX=${TREE_DIR_ARTIX:-"${WORKSPACE_DIR}/artixlinux"}
|
||||||
|
|
||||||
|
[[ -z ${TREE_NAMES_ARTIX[@]} ]] && \
|
||||||
|
TREE_NAMES_ARTIX=(
|
||||||
|
packages
|
||||||
|
community
|
||||||
|
packages-kernel
|
||||||
|
packages-net
|
||||||
|
packages-gfx
|
||||||
|
packages-openrc
|
||||||
|
packages-runit
|
||||||
|
packages-s6
|
||||||
|
packages-xorg
|
||||||
|
packages-python
|
||||||
|
packages-perl
|
||||||
|
packages-java
|
||||||
|
packages-qt5
|
||||||
|
packages-devel
|
||||||
|
packages-ruby
|
||||||
|
packages-gtk
|
||||||
|
packages-gnome
|
||||||
|
packages-cinnamon
|
||||||
|
packages-lxqt
|
||||||
|
packages-mate
|
||||||
|
packages-kde
|
||||||
|
packages-xfce
|
||||||
|
packages-wm
|
||||||
|
# packages-haskell
|
||||||
|
)
|
||||||
|
|
||||||
|
HOST_TREE_ARTIX=${HOST_TREE_ARTIX:-"gitea@${GIT_DOMAIN}:artixlinux"}
|
||||||
|
|
||||||
|
TREE_DIR_ARCH=${TREE_DIR_ARCH:-"${WORKSPACE_DIR}/archlinux"}
|
||||||
|
|
||||||
|
TREE_NAMES_ARCH=(packages community)
|
||||||
|
|
||||||
|
HOST_TREE_ARCH=${HOST_TREE_ARCH:-'git://git.archlinux.org/svntogit'}
|
||||||
|
|
||||||
|
CHROOTS_PKG="${CHROOTS_DIR}/buildpkg"
|
||||||
|
|
||||||
|
REPOS_ROOT=${REPOS_ROOT:-"${WORKSPACE_DIR}/repos"}
|
||||||
|
|
||||||
|
REPOS_MIRROR=${REPOS_MIRROR:-'http://mirror1.artixlinux.org/repos'}
|
||||||
|
|
||||||
|
DBEXT=${DBEXT:-'xz'}
|
||||||
|
|
||||||
|
LINKSDBEXT=${LINKSDBEXT:-"links.tar.${DBEXT}"}
|
||||||
|
|
||||||
|
PKGDBEXT=${PKGDBEXT:-"db.tar.${DBEXT}"}
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
load_pkg_config "${USER_CONF_DIR}" || load_pkg_config "${SYSCONFDIR}"
|
@@ -1,88 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
shopt -s extglob
|
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
# shellcheck source=src/lib/base/mount.sh
|
|
||||||
source "${LIBDIR}"/base/mount.sh
|
|
||||||
# shellcheck source=src/lib/base/unshare-mount.sh
|
|
||||||
source "${LIBDIR}"/base/unshare-mount.sh
|
|
||||||
# shellcheck source=src/lib/base/chroot.sh
|
|
||||||
source "${LIBDIR}"/base/chroot.sh
|
|
||||||
|
|
||||||
|
|
||||||
artix-chroot() {
|
|
||||||
check_root "" "${BASH_SOURCE[0]}" "${orig_args[@]}"
|
|
||||||
# (( EUID == 0 )) || die 'This script must be run with root privileges'
|
|
||||||
|
|
||||||
[[ -d $chrootdir ]] || die "Can't create chroot on non-directory %s" "$chrootdir"
|
|
||||||
|
|
||||||
"$setup" "$chrootdir" || die "failed to setup chroot %s" "$chrootdir"
|
|
||||||
if (( ! keepresolvconf )); then
|
|
||||||
chroot_add_resolv_conf "$chrootdir" || die "failed to setup resolv.conf"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! mountpoint -q "$chrootdir"; then
|
|
||||||
warning "$chrootdir is not a mountpoint. This may have undesirable side effects."
|
|
||||||
fi
|
|
||||||
|
|
||||||
chroot_args=()
|
|
||||||
[[ $userspec ]] && chroot_args+=(--userspec "$userspec")
|
|
||||||
|
|
||||||
SHELL=/bin/bash $pid_unshare chroot "${chroot_args[@]}" -- "$chrootdir" "${args[@]}"
|
|
||||||
}
|
|
||||||
|
|
||||||
usage() {
|
|
||||||
cat <<EOF
|
|
||||||
usage: ${0##*/} chroot-dir [command] [arguments...]
|
|
||||||
|
|
||||||
-h Print this help message
|
|
||||||
-N Run in unshare mode as a regular user
|
|
||||||
-u <user>[:group] Specify non-root user and optional group to use
|
|
||||||
-r Do not change the resolv.conf within the chroot
|
|
||||||
|
|
||||||
If 'command' is unspecified, ${0##*/} will launch /bin/bash.
|
|
||||||
|
|
||||||
Note that when using artix-chroot, the target chroot directory *should* be a
|
|
||||||
mountpoint. This ensures that tools such as pacman(8) or findmnt(8) have an
|
|
||||||
accurate hierarchy of the mounted filesystems within the chroot.
|
|
||||||
|
|
||||||
If your chroot target is not a mountpoint, you can bind mount the directory on
|
|
||||||
itself to make it a mountpoint, i.e. 'mount --bind /your/chroot /your/chroot'.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
|
|
||||||
orig_args=("$@")
|
|
||||||
|
|
||||||
opts=':hNu:r'
|
|
||||||
|
|
||||||
while getopts ${opts} arg; do
|
|
||||||
case "${arg}" in
|
|
||||||
h) usage; exit 0 ;;
|
|
||||||
N) unshare=1 ;;
|
|
||||||
u) userspec=$OPTARG ;;
|
|
||||||
r) keepresolvconf=1 ;;
|
|
||||||
:) die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
|
||||||
?) die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
(( $# )) || die 'No chroot directory specified'
|
|
||||||
|
|
||||||
chrootdir="$1"
|
|
||||||
shift
|
|
||||||
|
|
||||||
args=("$@")
|
|
||||||
if (( unshare )); then
|
|
||||||
setup=unshare_setup
|
|
||||||
"$mount_unshare" bash -c "$(declare_all); artix-chroot"
|
|
||||||
else
|
|
||||||
setup=chroot_setup
|
|
||||||
artix-chroot
|
|
||||||
fi
|
|
@@ -1,149 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
#
|
|
||||||
# Assumptions:
|
|
||||||
# 1) User has partitioned, formatted, and mounted partitions on /mnt
|
|
||||||
# 2) Network is functional
|
|
||||||
# 3) Arguments passed to the script are valid pacman targets
|
|
||||||
# 4) A valid mirror appears in /etc/pacman.d/mirrorlist
|
|
||||||
#
|
|
||||||
|
|
||||||
shopt -s extglob
|
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
# shellcheck source=src/lib/base/mount.sh
|
|
||||||
source "${LIBDIR}"/base/mount.sh
|
|
||||||
# shellcheck source=src/lib/base/unshare-mount.sh
|
|
||||||
source "${LIBDIR}"/base/unshare-mount.sh
|
|
||||||
# shellcheck source=src/lib/base/chroot.sh
|
|
||||||
source "${LIBDIR}"/base/chroot.sh
|
|
||||||
|
|
||||||
|
|
||||||
#{{{ functions
|
|
||||||
|
|
||||||
basestrap() {
|
|
||||||
check_root "" "${BASH_SOURCE[0]}" "${orig_args[@]}"
|
|
||||||
# (( EUID == 0 )) || die 'This script must be run with root privileges'
|
|
||||||
|
|
||||||
# create obligatory directories
|
|
||||||
msg "Creating install root at %s" "$newroot"
|
|
||||||
install -d -m755 "$newroot"/var/{cache/pacman/pkg,lib/pacman,log}
|
|
||||||
install -d -m755 "$newroot"/{dev,run,etc/pacman.d}
|
|
||||||
install -d -m1777 "$newroot"/tmp
|
|
||||||
install -d -m555 "$newroot"/{sys,proc}
|
|
||||||
|
|
||||||
# mount API filesystems
|
|
||||||
"$setup" "$newroot" || die "failed to setup chroot %s" "$newroot"
|
|
||||||
|
|
||||||
if [[ ! -d $newroot/etc/pacman.d/gnupg ]]; then
|
|
||||||
if (( initkeyring )); then
|
|
||||||
pacman-key --gpgdir "$newroot"/etc/pacman.d/gnupg --init
|
|
||||||
elif (( copykeyring )) && [[ -d /etc/pacman.d/gnupg ]]; then
|
|
||||||
# if there's a keyring on the host, copy it into the new root
|
|
||||||
cp -a --no-preserve=ownership /etc/pacman.d/gnupg "$newroot/etc/pacman.d/"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
msg 'Installing packages to %s' "$newroot"
|
|
||||||
if ! $pid_unshare pacman -r "$newroot" "${pacman_args[@]}"; then
|
|
||||||
die 'Failed to install packages to new root'
|
|
||||||
fi
|
|
||||||
|
|
||||||
if (( copymirrorlist )); then
|
|
||||||
# install the host's mirrorlist onto the new root
|
|
||||||
cp -a /etc/pacman.d/mirrorlist "$newroot/etc/pacman.d/"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if (( copyconf )); then
|
|
||||||
cp -a "$pacman_config" "$newroot/etc/pacman.conf"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
#}}}
|
|
||||||
|
|
||||||
newroot=/mnt
|
|
||||||
|
|
||||||
hostcache=0
|
|
||||||
copykeyring=1
|
|
||||||
initkeyring=0
|
|
||||||
copymirrorlist=1
|
|
||||||
pacmode=-Sy
|
|
||||||
pacman_args=()
|
|
||||||
unshare=0
|
|
||||||
copyconf=0
|
|
||||||
pacman_config=/etc/pacman.conf
|
|
||||||
|
|
||||||
usage() {
|
|
||||||
cat <<EOF
|
|
||||||
usage: ${0##*/} [options] root [packages...]
|
|
||||||
|
|
||||||
Options:
|
|
||||||
-C <config> Use an alternate config file for pacman
|
|
||||||
-c Use the package cache on the host, rather than the target
|
|
||||||
-D Skip pacman dependency checks
|
|
||||||
-G Avoid copying the host's pacman keyring to the target
|
|
||||||
-i Prompt for package confirmation when needed (run interactively)
|
|
||||||
-K Initialize an empty pacman keyring in the target (implies '-G')
|
|
||||||
-M Avoid copying the host's mirrorlist to the target
|
|
||||||
-N Run in unshare mode as a regular user
|
|
||||||
-P Copy the host's pacman config to the target
|
|
||||||
-U Use pacman -U to install packages
|
|
||||||
|
|
||||||
-h Print this help message
|
|
||||||
|
|
||||||
basestrap installs packages to the specified new root directory. If no packages
|
|
||||||
are given, basestrap defaults to the "base" group.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
|
|
||||||
orig_args=("$@")
|
|
||||||
|
|
||||||
opts=':C:cDGiKMNPU'
|
|
||||||
|
|
||||||
while getopts ${opts} arg; do
|
|
||||||
case "${arg}" in
|
|
||||||
C) pacman_config=$OPTARG ;;
|
|
||||||
D) pacman_args+=(-dd) ;;
|
|
||||||
c) hostcache=1 ;;
|
|
||||||
i) interactive=1 ;;
|
|
||||||
G) copykeyring=0 ;;
|
|
||||||
K) initkeyring=1 ;;
|
|
||||||
M) copymirrorlist=0 ;;
|
|
||||||
N) unshare=1 ;;
|
|
||||||
P) copyconf=1 ;;
|
|
||||||
U) pacmode=-U ;;
|
|
||||||
:) die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
|
||||||
?) die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
shift $(( OPTIND - 1 ))
|
|
||||||
|
|
||||||
|
|
||||||
(( $# )) || die "No root directory specified"
|
|
||||||
newroot=$1; shift
|
|
||||||
|
|
||||||
[[ -d $newroot ]] || die "%s is not a directory" "$newroot"
|
|
||||||
|
|
||||||
pacman_args+=("$pacmode" "${@:-base}" --config="$pacman_config")
|
|
||||||
|
|
||||||
if (( ! hostcache )); then
|
|
||||||
pacman_args+=(--cachedir="$newroot/var/cache/pacman/pkg")
|
|
||||||
fi
|
|
||||||
|
|
||||||
if (( ! interactive )); then
|
|
||||||
pacman_args+=(--noconfirm)
|
|
||||||
fi
|
|
||||||
|
|
||||||
if (( unshare )); then
|
|
||||||
setup=unshare_setup
|
|
||||||
"$mount_unshare" bash -c "$(declare_all); basestrap"
|
|
||||||
else
|
|
||||||
setup=chroot_setup
|
|
||||||
basestrap
|
|
||||||
fi
|
|
@@ -1,460 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
shopt -s extglob
|
|
||||||
|
|
||||||
LIBDIR=${LIBDIR:-'@libdir@'}
|
|
||||||
|
|
||||||
# shellcheck source=src/lib/base/message.sh
|
|
||||||
source "${LIBDIR}"/base/message.sh
|
|
||||||
|
|
||||||
#{{{ filesystems
|
|
||||||
|
|
||||||
declare -A pseudofs_types=([anon_inodefs]=1
|
|
||||||
[apparmorfs]=1
|
|
||||||
[autofs]=1
|
|
||||||
[bdev]=1
|
|
||||||
[binder]=1
|
|
||||||
[binfmt_misc]=1
|
|
||||||
[bpf]=1
|
|
||||||
[cgroup]=1
|
|
||||||
[cgroup2]=1
|
|
||||||
[configfs]=1
|
|
||||||
[cpuset]=1
|
|
||||||
[debugfs]=1
|
|
||||||
[devfs]=1
|
|
||||||
[devpts]=1
|
|
||||||
[devtmpfs]=1
|
|
||||||
[dlmfs]=1
|
|
||||||
[dmabuf]=1
|
|
||||||
[drm]=1
|
|
||||||
[efivarfs]=1
|
|
||||||
[fuse]=1
|
|
||||||
[fuse.archivemount]=1
|
|
||||||
[fuse.avfsd]=1
|
|
||||||
[fuse.dumpfs]=1
|
|
||||||
[fuse.encfs]=1
|
|
||||||
[fuse.gvfs-fuse-daemon]=1
|
|
||||||
[fuse.gvfsd-fuse]=1
|
|
||||||
[fuse.lxcfs]=1
|
|
||||||
[fuse.rofiles-fuse]=1
|
|
||||||
[fuse.vmware-vmblock]=1
|
|
||||||
[fuse.xwmfs]=1
|
|
||||||
[fusectl]=1
|
|
||||||
[hugetlbfs]=1
|
|
||||||
[ipathfs]=1
|
|
||||||
[mqueue]=1
|
|
||||||
[nfsd]=1
|
|
||||||
[none]=1
|
|
||||||
[nsfs]=1
|
|
||||||
[overlay]=1
|
|
||||||
[pipefs]=1
|
|
||||||
[proc]=1
|
|
||||||
[pstore]=1
|
|
||||||
[ramfs]=1
|
|
||||||
[resctrl]=1
|
|
||||||
[rootfs]=1
|
|
||||||
[rpc_pipefs]=1
|
|
||||||
[securityfs]=1
|
|
||||||
[selinuxfs]=1
|
|
||||||
[smackfs]=1
|
|
||||||
[sockfs]=1
|
|
||||||
[spufs]=1
|
|
||||||
[sysfs]=1
|
|
||||||
[tmpfs]=1
|
|
||||||
[tracefs]=1
|
|
||||||
[vboxsf]=1
|
|
||||||
[virtiofs]=1)
|
|
||||||
|
|
||||||
declare -A fsck_types=([btrfs]=0 # btrfs doesn't need a regular fsck utility
|
|
||||||
[cramfs]=1
|
|
||||||
[erofs]=1
|
|
||||||
[exfat]=1
|
|
||||||
[ext2]=1
|
|
||||||
[ext3]=1
|
|
||||||
[ext4]=1
|
|
||||||
[f2fs]=1
|
|
||||||
[fat]=1
|
|
||||||
[jfs]=1
|
|
||||||
[minix]=1
|
|
||||||
[msdos]=1
|
|
||||||
[reiserfs]=1
|
|
||||||
[vfat]=1
|
|
||||||
[xfs]=1)
|
|
||||||
|
|
||||||
#}}}
|
|
||||||
|
|
||||||
#{{{ functions
|
|
||||||
|
|
||||||
fstype_is_pseudofs() {
|
|
||||||
(( pseudofs_types["$1"] ))
|
|
||||||
}
|
|
||||||
|
|
||||||
fstype_has_fsck() {
|
|
||||||
(( fsck_types["$1"] ))
|
|
||||||
}
|
|
||||||
|
|
||||||
try_cast() (
|
|
||||||
_=$(( $1#$2 ))
|
|
||||||
) 2>/dev/null
|
|
||||||
|
|
||||||
valid_number_of_base() {
|
|
||||||
local base="$1" len=${#2} i
|
|
||||||
|
|
||||||
for (( i = 0; i < len; i++ )); do
|
|
||||||
try_cast "$base" "${2:i:1}" || return 1
|
|
||||||
done
|
|
||||||
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
mangle() {
|
|
||||||
local i chr out
|
|
||||||
local {a..f}= {A..F}=
|
|
||||||
|
|
||||||
for (( i = 0; i < ${#1}; i++ )); do
|
|
||||||
chr=${1:i:1}
|
|
||||||
case $chr in
|
|
||||||
[[:space:]\\])
|
|
||||||
printf -v chr '%03o' "'$chr"
|
|
||||||
out+=\\
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
out+=$chr
|
|
||||||
done
|
|
||||||
|
|
||||||
printf '%s' "$out"
|
|
||||||
}
|
|
||||||
|
|
||||||
unmangle() {
|
|
||||||
local i chr out len=$(( ${#1} - 4 ))
|
|
||||||
local {a..f}= {A..F}=
|
|
||||||
|
|
||||||
for (( i = 0; i < len; i++ )); do
|
|
||||||
chr=${1:i:1}
|
|
||||||
case $chr in
|
|
||||||
\\)
|
|
||||||
if valid_number_of_base 8 "${1:i+1:3}" ||
|
|
||||||
valid_number_of_base 16 "${1:i+1:3}"; then
|
|
||||||
printf -v chr '%b' "${1:i:4}"
|
|
||||||
(( i += 3 ))
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
out+=$chr
|
|
||||||
done
|
|
||||||
|
|
||||||
printf '%s' "$out${1:i}"
|
|
||||||
}
|
|
||||||
|
|
||||||
dm_name_for_devnode() {
|
|
||||||
read -r dm_name <"/sys/class/block/${1#/dev/}/dm/name"
|
|
||||||
if [[ $dm_name ]]; then
|
|
||||||
printf '/dev/mapper/%s' "$dm_name"
|
|
||||||
else
|
|
||||||
# don't leave the caller hanging, just print the original name
|
|
||||||
# along with the failure.
|
|
||||||
error 'Failed to resolve device mapper name for: %s' "$1"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_match_option() {
|
|
||||||
local candidate pat patterns
|
|
||||||
|
|
||||||
IFS=, read -ra patterns <<<"$1"
|
|
||||||
for pat in "${patterns[@]}"; do
|
|
||||||
if [[ $pat = *=* ]]; then
|
|
||||||
# "key=val" will only ever match "key=val"
|
|
||||||
candidate=$2
|
|
||||||
else
|
|
||||||
# "key" will match "key", but also "key=anyval"
|
|
||||||
candidate=${2%%=*}
|
|
||||||
fi
|
|
||||||
|
|
||||||
[[ $pat = "$candidate" ]] && return 0
|
|
||||||
done
|
|
||||||
|
|
||||||
return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_remove_option() {
|
|
||||||
local o options_ remove=$2 IFS=,
|
|
||||||
|
|
||||||
read -ra options_ <<<"${!1}"
|
|
||||||
|
|
||||||
for o in "${!options_[@]}"; do
|
|
||||||
optstring_match_option "$remove" "${options_[o]}" && unset 'options_[o]'
|
|
||||||
done
|
|
||||||
|
|
||||||
declare -g "$1=${options_[*]}"
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_normalize() {
|
|
||||||
local o options_ norm IFS=,
|
|
||||||
|
|
||||||
read -ra options_ <<<"${!1}"
|
|
||||||
|
|
||||||
# remove empty fields
|
|
||||||
for o in "${options_[@]}"; do
|
|
||||||
[[ $o ]] && norm+=("$o")
|
|
||||||
done
|
|
||||||
|
|
||||||
# avoid empty strings, reset to "defaults"
|
|
||||||
declare -g "$1=${norm[*]:-defaults}"
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_append_option() {
|
|
||||||
if ! optstring_has_option "$1" "$2"; then
|
|
||||||
declare -g "$1=${!1},$2"
|
|
||||||
fi
|
|
||||||
|
|
||||||
optstring_normalize "$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_get_option() {
|
|
||||||
local _opts o
|
|
||||||
|
|
||||||
IFS=, read -ra _opts <<<"${!1}"
|
|
||||||
for o in "${_opts[@]}"; do
|
|
||||||
if optstring_match_option "$2" "$o"; then
|
|
||||||
declare -g "$o"
|
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_has_option() {
|
|
||||||
local "${2%%=*}"
|
|
||||||
|
|
||||||
optstring_get_option "$1" "$2"
|
|
||||||
}
|
|
||||||
|
|
||||||
write_source() {
|
|
||||||
local src="$1" spec label uuid comment=()
|
|
||||||
|
|
||||||
label=$(lsblk -rno LABEL "$1" 2>/dev/null)
|
|
||||||
uuid=$(lsblk -rno UUID "$1" 2>/dev/null)
|
|
||||||
|
|
||||||
# bind mounts do not have a UUID!
|
|
||||||
|
|
||||||
case $bytag in
|
|
||||||
'')
|
|
||||||
[[ $uuid ]] && comment=("UUID=$uuid")
|
|
||||||
[[ $label ]] && comment+=("LABEL=$(mangle "$label")")
|
|
||||||
;;
|
|
||||||
LABEL)
|
|
||||||
spec=$label
|
|
||||||
[[ $uuid ]] && comment=("$src" "UUID=$uuid")
|
|
||||||
;;
|
|
||||||
UUID)
|
|
||||||
spec=$uuid
|
|
||||||
comment=("$src")
|
|
||||||
[[ $label ]] && comment+=("LABEL=$(mangle "$label")")
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
[[ $uuid ]] && comment=("$1" "UUID=$uuid")
|
|
||||||
[[ $label ]] && comment+=("LABEL=$(mangle "$label")")
|
|
||||||
[[ $bytag ]] && spec=$(lsblk -rno "$bytag" "$1" 2>/dev/null)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
[[ -n ${comment[*]} ]] && printf '# %s\n' "${comment[*]}"
|
|
||||||
|
|
||||||
if [[ $spec ]]; then
|
|
||||||
printf '%-20s' "$bytag=$(mangle "$spec")"
|
|
||||||
else
|
|
||||||
printf '%-20s' "$(mangle "$src")"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
optstring_apply_quirks() {
|
|
||||||
local varname="$1" fstype="$2"
|
|
||||||
|
|
||||||
# SELinux displays a 'seclabel' option in /proc/self/mountinfo. We can't know
|
|
||||||
# if the system we're generating the fstab for has any support for SELinux (as
|
|
||||||
# one might install Arch from a Fedora environment), so let's remove it.
|
|
||||||
optstring_remove_option "$varname" seclabel
|
|
||||||
|
|
||||||
# Prune 'relatime' option for any pseudofs. This seems to be a rampant
|
|
||||||
# default which the kernel often exports even if the underlying filesystem
|
|
||||||
# doesn't support it. Example: https://bugs.archlinux.org/task/54554.
|
|
||||||
if awk -v fstype="$fstype" '$1 == fstype { exit 1 }' /proc/filesystems; then
|
|
||||||
optstring_remove_option "$varname" relatime
|
|
||||||
fi
|
|
||||||
|
|
||||||
case $fstype in
|
|
||||||
btrfs)
|
|
||||||
# Having only one of subvol= and subvolid= is enough for mounting a btrfs subvolume
|
|
||||||
# And having subvolid= set prevents things like 'snapper rollback' to work, as it
|
|
||||||
# updates the subvolume in-place, leaving subvol= unchanged with a different subvolid.
|
|
||||||
if optstring_has_option "$varname" subvol; then
|
|
||||||
optstring_remove_option "$varname" subvolid
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
f2fs)
|
|
||||||
# These are build-time or runtime-unchangeable options for f2fs.
|
|
||||||
# The former means that kernels supporting the options will only
|
|
||||||
# provide the negative versions of these (e.g. noacl), and vice versa
|
|
||||||
# for kernels without support.
|
|
||||||
# The latter means that the options can only be specified/changed
|
|
||||||
# during the initial mount but not remount.
|
|
||||||
optstring_remove_option "$varname" noacl,acl,nouser_xattr,user_xattr,atgc
|
|
||||||
;;
|
|
||||||
vfat)
|
|
||||||
# Before Linux v3.8, "cp" is prepended to the value of the codepage.
|
|
||||||
# shellcheck disable=SC2154
|
|
||||||
if optstring_get_option "$varname" codepage && [[ $codepage = cp* ]]; then
|
|
||||||
optstring_remove_option "$varname" codepage
|
|
||||||
optstring_append_option "$varname" "codepage=${codepage#cp}"
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
#}}}
|
|
||||||
|
|
||||||
usage() {
|
|
||||||
cat <<EOF
|
|
||||||
usage: ${0##*/} [options] root
|
|
||||||
|
|
||||||
Options:
|
|
||||||
-f <filter> Restrict output to mountpoints matching the prefix FILTER
|
|
||||||
-L Use labels for source identifiers (shortcut for -t LABEL)
|
|
||||||
-p Exclude pseudofs mounts (default behavior)
|
|
||||||
-P Include pseudofs mounts
|
|
||||||
-t <tag> Use TAG for source identifiers (TAG should be one of: LABEL,
|
|
||||||
UUID, PARTLABEL, PARTUUID)
|
|
||||||
-U Use UUIDs for source identifiers (shortcut for -t UUID)
|
|
||||||
|
|
||||||
-h Print this help message
|
|
||||||
|
|
||||||
fstabgen generates output suitable for addition to an fstab file based on the
|
|
||||||
devices mounted under the mountpoint specified by the given root.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
|
|
||||||
if [[ -z $1 || $1 = @(-h|--help) ]]; then
|
|
||||||
usage
|
|
||||||
exit $(( $# ? 0 : 1 ))
|
|
||||||
fi
|
|
||||||
|
|
||||||
while getopts ':f:LPpt:U' flag; do
|
|
||||||
case $flag in
|
|
||||||
L) bytag=LABEL ;;
|
|
||||||
U) bytag=UUID ;;
|
|
||||||
f) prefixfilter=$OPTARG ;;
|
|
||||||
P) pseudofs=1 ;;
|
|
||||||
p) pseudofs=0 ;;
|
|
||||||
t) bytag=${OPTARG^^} ;;
|
|
||||||
:) die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
|
||||||
?) die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG" ;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
shift $(( OPTIND - 1 ))
|
|
||||||
|
|
||||||
(( $# )) || die "No root directory specified"
|
|
||||||
root=$(realpath -mL "$1"); shift
|
|
||||||
|
|
||||||
if ! mountpoint -q "$root"; then
|
|
||||||
die "$root is not a mountpoint"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# handle block devices
|
|
||||||
while read -r src target fstype opts fsroot; do
|
|
||||||
if (( !pseudofs )) && fstype_is_pseudofs "$fstype"; then
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
|
|
||||||
[[ $target = "$prefixfilter"* ]] || continue
|
|
||||||
|
|
||||||
# default 5th and 6th columns
|
|
||||||
dump=0 pass=2
|
|
||||||
|
|
||||||
src=$(unmangle "$src")
|
|
||||||
target=$(unmangle "$target")
|
|
||||||
target=${target#"$root"}
|
|
||||||
|
|
||||||
if (( !foundroot )) && findmnt "$src" "$root" >/dev/null; then
|
|
||||||
# this is root. we can't possibly have more than one...
|
|
||||||
pass=1 foundroot=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if there's no fsck tool available, then only pass=0 makes sense.
|
|
||||||
if ! fstype_has_fsck "$fstype"; then
|
|
||||||
pass=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $fsroot != / && $fstype != btrfs ]]; then
|
|
||||||
# it's a bind mount
|
|
||||||
src=$(findmnt -funcevo TARGET "$src")$fsroot
|
|
||||||
src="/${src#"$root"/}"
|
|
||||||
if [[ $src -ef $target ]]; then
|
|
||||||
# hrmm, this is weird. we're probably looking at a file or directory
|
|
||||||
# that was bound into a chroot from the host machine. Ignore it,
|
|
||||||
# because this won't actually be a valid mount. Worst case, the user
|
|
||||||
# just re-adds it.
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
fstype=none
|
|
||||||
opts+=,bind
|
|
||||||
pass=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# filesystem quirks
|
|
||||||
case $fstype in
|
|
||||||
fuseblk)
|
|
||||||
# well-behaved FUSE filesystems will report themselves as fuse.$fstype.
|
|
||||||
# this is probably NTFS-3g, but let's just make sure.
|
|
||||||
if ! newtype=$(lsblk -no FSTYPE "$src") || [[ -z $newtype ]]; then
|
|
||||||
# avoid blanking out fstype, leading to an invalid fstab
|
|
||||||
error 'Failed to derive real filesystem type for FUSE device on %s' "$target"
|
|
||||||
else
|
|
||||||
fstype=$newtype
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
optstring_apply_quirks "opts" "$fstype"
|
|
||||||
|
|
||||||
# write one line
|
|
||||||
write_source "$src"
|
|
||||||
printf '\t%-10s' "/$(mangle "${target#/}")" "$fstype" "$opts"
|
|
||||||
printf '\t%s %s' "$dump" "$pass"
|
|
||||||
printf '\n\n'
|
|
||||||
done < <(findmnt -Recvruno SOURCE,TARGET,FSTYPE,OPTIONS,FSROOT "$root")
|
|
||||||
|
|
||||||
# handle swaps devices
|
|
||||||
{
|
|
||||||
# ignore header
|
|
||||||
read -r
|
|
||||||
|
|
||||||
while read -r device type _ _ prio; do
|
|
||||||
options=defaults
|
|
||||||
if (( prio >= 0 )); then
|
|
||||||
options+=,pri=$prio
|
|
||||||
fi
|
|
||||||
|
|
||||||
# skip files marked deleted by the kernel
|
|
||||||
[[ $device = *'\040(deleted)' ]] && continue
|
|
||||||
|
|
||||||
# skip devices not part of the prefix
|
|
||||||
[[ $device = "$prefixfilter"* ]] || continue
|
|
||||||
|
|
||||||
if [[ $type = file ]]; then
|
|
||||||
printf '%-20s' "${device#"${root%/}"}"
|
|
||||||
elif [[ $device = /dev/dm-+([0-9]) ]]; then
|
|
||||||
# device mapper doesn't allow characters we need to worry
|
|
||||||
# about being mangled, and it does the escaping of dashes
|
|
||||||
# for us in sysfs.
|
|
||||||
write_source "$(dm_name_for_devnode "$device")"
|
|
||||||
else
|
|
||||||
write_source "$(unmangle "$device")"
|
|
||||||
fi
|
|
||||||
|
|
||||||
printf '\t%-10s\t%-10s\t%-10s\t0 0\n\n' 'none' 'swap' "$options"
|
|
||||||
done
|
|
||||||
} </proc/swaps
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user