aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add EditorConfig file0x5c2024-03-071-0/+1
|
* common/xbps-src/shutils/chroot.sh: support importing other keysclassabbyamp2023-11-251-0/+1
| | | | | | | | When packages in `hostdir/binpkgs` are signed, it causes `xbps-src` to annoyingly request to import the associated key (every time, in the case of automation tools like `xxbuild` or `ymir`). This allows the user to add their personal public key `.plist` to `etc/repo-keys/` so this prompting does not happen.
* .gitignore: track committed hidden filesPiotr Wójcik2023-01-041-0/+4
|
* .gitignore: explicitly allow pathsMichal Vasilek2023-01-021-6/+11
| | | | | | This prevents git from picking up masterdirs that don't happen to be named the usual way and more custom and temporary files that should not be tracked by git.
* .gitignore: fix directory patterns for ugrep.Érico Nogueira2021-07-081-0/+2
| | | | | | ugrep will only ignore directories listed in .gitignore if they are terminated with a slash. We want git to still match symlinks, so leave the non-terminated entries in.
* .gitignore: add custom configurationsPiotr Wójcik2020-02-221-0/+1
|
* .gitignore: ignore etc/xbps.d/customJuan RP2020-01-261-0/+1
|
* xbps-src: base-chroot-v2 (reduce artifacts/deps)Juan RP2020-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patchset contains multiple changes to xbps-src and its required package "base-chroot" for building packages via chroot. - moved xbps.d(5) conf files to `etc/xbps.d`. - renamed xbps.d(5) repository files to `etc/xbps.d/repos-{local,remote}*`. - do not set `--repository` to any xbps command that supports it, xbps-src now simply populates `rootdir/etc/xbps.d` with correct settings (taking care of CHROOT_READY/IN_CHROOT). - Unless `-C` is set (to preserve builddir/destdir/autodeps), when entering to the chroot (if CHROOT_READY is set), xbps-src will clean up the masterdir and then perform a system update to always use a constant set of packages for that exact date. - Improved some normal/error msgs. - Includes support for `xbps>=0.58`. - common/hooks: switch to bsdtar. - base-chroot: - base-chroot-musl is gone, now unified for glibc/musl. - deps removed: gettext, mpfr, readline, texinfo, which, xz. - deps changed: tar -> bsdtar. Effectively this reduces dependencies in `base-chroot`, makes it unified for musl and glibc, switches xbps-src to use `bsdtar` rather than GNU `tar` and `xz`, gets rid of useless host dependencies like GNU gettext, texinfo, etc. I've been testing these changes for 1 month or so already, I was able to build from scratch `base-system` for both native and multiple targets, i.e `./xbps-src -a target -Nt pkg base-system`
* xbps-src: multiple performance improvementsJuan RP2019-07-101-0/+1
| | | | | | | | | | | | | | | | | - use xbps-checkvers(1) to resolve dependencies. - all dependencies are installed at once for the host and target. - the show-build-deps target is now much faster. - the update-bulk/show-repo-updates targets are now much faster. - the update-sys/show-sys-updates targets are now much faster. - the bootstrap target now works on musl hosts. - simplified some loops. - use cut(1) rather than awk(1) where applicable. - multiple random changes to improve performance. Based on work started by @Duncaen on #12433 Close #12433 Close #11282
* Revert "xbps-src: multiple performance improvements."Jürgen Buchmüller2019-07-051-1/+0
| | | | This reverts commit 2a4e178e3536d800bc58f9001ecf3ec8e6d77011.
* xbps-src: multiple performance improvements.Juan RP2019-07-051-0/+1
| | | | | | | | | | | | | | | | | - use xbps-checkvers(1) to resolve dependencies. - all dependencies are installed at once for the host and target. - the `show-build-deps` target is now much faster. - the `update-bulk/show-repo-updates` targets are now much faster. - the `update-sys/show-sys-updates` targets are now much faster. - the `bootstrap` target now works on musl hosts. - simplified some loops. - use cut(1) rather than awk(1) where applicable. - multiple random changes to improve performance. Based on work started by @Duncaen on https://github.com/void-linux/void-packages/pull/12433 Close https://github.com/void-linux/void-packages/pull/12433 Close https://github.com/void-linux/void-packages/pull/11282
* .gitignore: add etc/virtualJuan RP2014-11-091-0/+1
|
* xbps-src: use default hostdir if unset; added support for x86 chroots ootb.Juan RP2014-04-221-0/+1
| | | | | | | | | - If -H (hostdir) is unset, it now defaults to xbps-packages/hostdir. This way a single hostdir can be shared by multiple masterdirs without any tweak. - If bootstrap pkg are installed via 'binary-bootstrap arch', add support to reexec xbps-src with linux32 to allow 32bit builds without any tweak or additional commands.
* .gitignore: ignore masterdir*Juan RP2014-04-071-1/+1
|
* .gitignore: sync with reality.Juan RP2014-04-011-2/+1
|
* .gitignore: ignore generated xbps-src.Juan RP2014-03-221-1/+1
|
* .gitignore: update.Juan RP2014-03-221-2/+3
|
* Added a simple Makefile in doc to convert manual.txt to xhtml with asciidoc.Juan RP2014-03-171-0/+2
|
* .gitignore: ignore masterdir.Juan RP2013-12-101-0/+1
|
* Add .gitignore for temporary vim/emacs filesojab2012-01-141-0/+4
|
* Removed xbps-src code. It's available on https://github.com/xtraeme/xbps-src.Juan RP2011-11-181-19/+0
|
* xbps-src: rename libexec helpers, they were too long.Juan RP2011-07-141-5/+6
|
* vanilla: .gitignore upstream.jsonstr1ngs2011-06-271-0/+2
|
* vanilla: reuse .hgignore for .gitignorestr1ngs2011-06-191-1/+16
|
* vanilla: git ignore masterdirstr1ngs2011-06-191-0/+1
|
* Moved .gitignore to .hgignore and make it work.Juan RP2010-05-021-7/+0
| | | | | --HG-- rename : .gitignore => .hgignore
* Fixup .gitignore.Juan RP2010-01-151-1/+0
| | | | | --HG-- extra : convert_revision : f58a81eddd749bda12afcee3c8aa8133eade4d46
* Sync .gitignore with reality.Juan RP2009-11-261-11/+2
| | | | | --HG-- extra : convert_revision : 012cd88da83808c1b7ab1b822e28add3666674d1
* Add masterdir to .gitignoreojab2009-11-151-0/+1
| | | | | --HG-- extra : convert_revision : 1df0d6928c07644aee4aae9484e686f85450bf5b
* .gitignore: ignore static lib.Juan RP2009-08-121-0/+1
| | | | | --HG-- extra : convert_revision : 14452260ceee9f23375522afc5656a96e713b406
* Split repo commands into the new xbps-repo bin.Juan RP2009-02-051-4/+6
| | | | | | | | | | | | - Remove lib/info.c that doesn't belong in the lib and add it into the bins. - Every binary now uses its own directory on bin/. This is in preparation for future changes for correct behaviour of the library and binaries. --HG-- extra : convert_revision : 880d16378bf940c4f5478de0362afe883cd5fd2c
* Reorganize the tree splitting stuff on its own dir.Juan RP2008-12-211-5/+5
| | | | | --HG-- extra : convert_revision : 87473fb499c42deaf0285f5559dc1cd8d67ab436
* Add libxbps.so* into .gitignore.Juan RP2008-12-211-1/+1
| | | | | --HG-- extra : convert_revision : 3dfc7f434bddffa06fc74f06b27cc9489aea0ada
* Add some more stuff to .gitignore.Juan RP2008-12-201-1/+4
| | | | | --HG-- extra : convert_revision : e18fb568b2bac5085c59a4538ba60d8da83bfd94
* Add WIP xbps-bin utility to handle binpkgs/repos.Juan RP2008-12-191-1/+2
| | | | | --HG-- extra : convert_revision : 8bfa759a11b09cfe1ebc45f9357e6e942552ed32
* Add the xbps bins.Juan RP2008-12-191-1/+4
| | | | | --HG-- extra : convert_revision : bbe02ca4cb277550c105b4bd3c693b1c5a003692
* Remove utils from .gitignore!Juan RP2008-12-191-1/+0
| | | | | --HG-- extra : convert_revision : 2a045a6632b6cd05d3e9b0481deafba648d4b1b4
* First check in progress for binary packages.Juan RP2008-12-111-0/+1
| | | | | | | | | It's explained in the BINPKG_INFO.txt file, and will be extended probably in a not so distant future. My next work will be working in the code to handle binary packages with a new utility in C. --HG-- extra : convert_revision : 1a1846e330fdb11f3dd79cf9d9f12c614098cfe8
* Ignore destdir created by default conf.Juan RP2008-11-261-1/+1
| | | | | --HG-- extra : convert_revision : 289910b79603e606a58911800e07756b1f13cde7
* Major changes to not depend on cksum and db from NetBSD.Juan RP2008-10-201-0/+1
| | | | | | | | | | | | | | | | Two new utilities in C have been created: - xbps-digest: shows the SHA256 hash for a file. - xbps-pkgdb: handles dependency stuff via proplib. Templates should use now $build_depends and change $checksum to be a SHA256 hash. That means that I'm currently using xbps on Linux and I lost interest on NetBSD, perhaps I'll add support for it in the future. Only git and its dependencies have been converted, as well as vim. --HG-- extra : convert_revision : 53a7e030ca6b6d02bb6cd3e51d42b7d5702c1b57
* Added default build directory to .gitignore.Juan RP2008-10-061-0/+1
| | | | | --HG-- extra : convert_revision : 5477683e469e0e901562ae4cf2efa1577580d576
* Added a .gitignore file to ignore default created dirs.Juan RP2008-10-061-0/+4
--HG-- extra : convert_revision : d473acec23244590a51d885df2c56c224a4cd6c4