This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
2
Actions
1
Activity
86690122d0
void-packages
/
.gitignore
11 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore for temporary vim/emacs files
2012-01-12 23:55:32 +01:00
*.swo
*.swp
*~
\#*#
.gitignore: update.
2014-03-22 12:35:55 +01:00
*.o
.gitignore: ignore masterdir*
2014-04-07 18:22:13 +02:00
masterdir*
xbps-src: use default hostdir if unset; added support for x86 chroots ootb. - 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.
2014-04-22 16:01:05 +02:00
hostdir*
.gitignore: sync with reality.
2014-04-01 14:31:42 +02:00
etc/conf
.gitignore: add etc/virtual
2014-11-09 09:03:11 +01:00
etc/virtual
xbps-src: multiple performance improvements - 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
2019-07-10 19:48:54 +02:00
.xbps-checkvers.plist