Commit graph

103 commits

Author SHA1 Message Date
Đoàn Trần Công Danh ed2abbeaab Documentation: replace git protocol with https
git protocol will be retired by GitHub soon.
Replace it with supported https instead.
2021-11-04 06:48:08 +07:00
Piotr Wójcik 9b2b96e06c README.md: recommend native build for i686 2021-10-27 18:35:19 +02:00
Piotr Wójcik 4f03807529 xbps-src: overwrite packages in local repo 2021-09-13 23:04:48 +02:00
Piotr Wójcik 772b15704c README.md: put chroot style information together, extend 2021-08-11 23:28:39 +02:00
Piotr Wójcik 9154902b27 README.md: requirements for binary-bootstrap are modest 2021-02-23 18:34:37 +01:00
mobinmob 211bcc815b README.md: add -musl to the xbps-static-latest filename. 2021-01-23 16:36:37 -03:00
Duncaen 3eed75216c xbps-src: remove proot chroot-style
proot is broken and result in random hard to debug issues,
this is the best way to not have new users use it.
2020-12-29 23:02:16 -08:00
Érico Rolim d6c8f1b99e Disable Travis CI.
- Remove .travis.yml, common/travis/docker.sh.
- Change references to travis to be more generic.
- Manual.md: Orient against using CI logs in broken= or nocross=.
2020-11-21 00:11:30 +01:00
Piotr Wójcik a3b5624f6f README.md: update instructions of building for other libc 2020-09-26 21:58:15 +02:00
Érico Rolim 04424d8754 README, Manual: use local links for files in repo. 2020-07-13 18:21:02 +02:00
Érico Rolim 11ee971b92 README.md: use actual source mirror in example 2020-05-23 10:42:05 +02:00
q66 9ccbb85bcd README.md: clarify the bootstrap section
There is a lot of people who run source bootstrap without being
aware of the effort it needs to do it properly, so clarify this
to make sure everyone knows what's involved.
2020-05-11 05:51:09 +02:00
John 582046b927 xbps-src: allow loading xbp-src.conf from XDG compliant dirs 2020-05-08 15:16:50 -07:00
Piotr Wójcik c394aeedab README.md: fix title anchor 2020-04-30 22:21:11 +02:00
Alexis 043796242a README: Slightly expand 'Quick start' section. 2020-03-28 09:58:23 +01:00
Alexis b7931b437a README: Add table of contents. 2020-03-22 09:29:51 +01:00
Juan RP b1ecdb8bd0 xbps-src: forbid use with root.
There's no reason to use xbps-src as root, and looks like
there's a lot of reports of this abuse.

Unless XBPS_ALLOW_CHROOT_BREAKOUT is set (travis),
using xbps-src as root now returns an error.
2020-02-06 09:06:59 +01:00
Juan RP d53ffa1750 README.md: update requirements. 2020-01-05 10:44:56 +01:00
Alexis a24d80a723 Move paragraph about CONTRIBUTING to start of README. 2019-11-02 21:29:55 -07:00
Juan RP 2d1056ce87
README.md: tweak reqs; we depend on GNU install(1) for now.
would be nice to make a wrapper that also supports BSD install(1) :-)
2019-06-22 10:40:35 +02:00
Juan RP b149a1e064
README.md: more requirements... and not yet finished. 2019-06-17 15:33:36 +02:00
Juan RP 4b2311a94e
README.md: update requirements. 2019-06-17 14:50:28 +02:00
Juan RP e6f7fd1856
README.md: update directory hierarchy. 2019-06-17 14:37:16 +02:00
Juan RP 40974d13ba
README.md: mention bwrap and ethereal chroot styles.
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-15 15:33:33 +02:00
John 920e75905d readme: specify key format when using ssh-keygen 2018-10-22 19:48:04 -03:00
Praveen Kumar f1892cff16 Update README.md
Corrected some grammar and spelling mistakes.
2018-10-18 22:56:25 +02:00
Michael Aldridge b1fa5d8398 xbps-src: Update mirror addresses 2018-09-07 12:13:40 +02:00
lemmi 910c76ccf9 README.md: fix links 2018-06-18 21:02:25 +02:00
Daniel Lewan bbf6cad158 change URLs to new Github organization
closes #140
2018-06-16 19:37:30 +02:00
Jürgen Buchmüller 8c3e9c2e0f
README.md: remove obsolete section
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-06-16 05:40:39 +02:00
Jürgen Buchmüller 5172c06180 README.md: describe breaking dependency loop 2017-11-08 10:30:19 +01:00
Enno Boland e9ca17c687 README.md: fix second proot.me link too. 2017-11-06 14:58:54 +01:00
Enno Boland 7b42661d75 README.md: fix proot link 2017-11-06 14:51:41 +01:00
Juan RP d2bac19750 xbps-src: re-introduce etc/virtual.
The `etc/virtual` file declares the default package to be built for
virtual dependencies declared as "virtual?foo" in $depends.

Before this change, the run-time dependency was added as is to the final
binary package but no pkg providing this virtual pkg was built.

With this file we declare the *default* pkg to be built.

NOTE: "virtual?foo" is only applicable to *run* time dependencies, i.e
only those declared in $depends.
2016-04-27 20:16:59 +02:00
Juan RP d3bc0de1e7 xbps-src: get rid of etc/{defaults.,}virtual.
It wasn't too useful after all and this slowed down the dependency
process marginally.

We don't need this, we can live without this.
2016-03-22 10:39:45 +01:00
Juan RP ef05fc0f42 README.md: move "Distfiles mirror(s)" section a bit below. 2015-09-20 08:21:14 +02:00
Jürgen Buchmüller 496bfb8374 README.md: fix output for XBPS_DISTFILES_MIRROR 2015-08-31 15:55:06 +02:00
Jürgen Buchmüller 793a156a0f Implement XBPS_DISTFILES_MIRROR (second try)
The idea is to remove some burden from the original download
locations for distfiles by specifying one or more mirror locations.

+ Works with http:// or ftp:// mirrors for all $XBPS_CHROOT_CMD variants
+ Works with file:// mirrors together with uchroot and proot
2015-08-31 15:48:22 +02:00
jbu 154032e2fd README.md: Improve description of distcc usage 2015-07-31 10:50:49 +02:00
Juan RP d24e75514f xbps-src: document xbps-0.46 signing and require 0.46. 2015-07-12 10:05:39 +02:00
beefcurtains aa9178ef7c README.md: correkt engrish speling 😋 2015-06-28 09:01:36 +00:00
Juan RP 81e78c1691 README: update manpages section. 2015-06-04 11:38:49 +02:00
Juan RP c1a26730af README: sbin -> bin. 2015-06-03 18:43:01 +02:00
Juan RP ffad572577 README: requires xbps>=0.45. 2015-06-03 11:42:57 +02:00
Juan RP 46f93a7365 README: stop listing supported cross profiles, use ./xbps-src -h. 2015-05-02 05:57:40 +02:00
Juan RP 61c37e3677 README: describe a bit more ./xbps-src bootstrap. 2015-05-02 05:30:03 +02:00
Juan RP 73ecdf973d README: remove unshare(1), misc twerks. 2015-05-02 05:24:11 +02:00
Enno Boland 62e87f1d96 remove unshare chroot style
replaces #1421. fixes #1403.
2015-05-01 09:31:48 +02:00
Juan RP 2c24756bfc README: document how to build base-system from scratch. 2015-04-14 11:46:59 +02:00
Juan RP a0fd878f25 README: uchroot(8): user must be a member of the special group. 2015-04-14 08:40:19 +02:00