Commit Graph

24 Commits

Author SHA1 Message Date
Kazushi (Jam) Marukawa
d5252be86a Change crew and lib/package.rb to add postinstall process. 2017-08-19 11:18:17 +09:00
Kazushi (Jam) Marukawa
3bc0a01ab2 Change crew and lib/package.rb to support sha256. Currently crew check either sha256 or sha1. 2017-06-27 22:45:12 +09:00
Kazushi (Jam) Marukawa
6a3a93dcf8 Change lib/package.rb to remove @@debug_symbol 2017-06-26 00:31:04 +09:00
Kazushi (Jam) Marukawa
a1ddd9cbf0 Change crew to remove already installed packages and the target package from the dependencies.
Change crew to hide `buildessential` from dependencies list since it is a fake package.
Change crew to not check :build dependencies if a target is already installed.
Chagen crew to remove unnecessary push_dependency call.
Change package.rb to update comments
2017-06-08 21:58:48 +09:00
lyxell
157b6e0179 Merge pull request #713 from jam7/refactor/debug-symbol
DEBUG_SYMBOLS modification
2017-06-06 14:28:45 +02:00
Kazushi (Jam) Marukawa
8a34eb0f95 Change to read CREW_DEBUG_SYMBOL environment variable 2017-05-30 18:36:46 +09:00
lyxell
5aa6546dde Add package descriptions and homepages 2017-05-30 05:20:56 +02:00
lyxell
d2661c6657 Merge pull request #574 from jam7/refactor/dependency
Support "depends_on name => :build" style dependencies
2017-05-09 18:57:45 +02:00
Kazushi (Jam) Marukawa
fed915e097 Change to remove previous version just before install 2017-05-07 21:06:07 +09:00
Kazushi (Jam) Marukawa
5ff20407f2 Support "depends_on name => :build" style 2017-05-07 17:14:44 +09:00
Kazushi (Jam) Marukawa
6f8292f717 Changed working_on_source? function to is_source? and re-organized checking mechanism 2017-04-23 11:55:58 +09:00
Kazushi (Jam) Marukawa
4cef643072 Add crew build command to build binary archives
Set XZ_OPT environment varaible for archiving.
Support check method for aggressive test.
2017-04-13 19:42:39 +09:00
Kazushi (Jam) Marukawa
d326d3326c Change to add -j flag at only compile-time 2017-03-02 18:26:55 +09:00
Kazushi (Jam) Marukawa
0d0bc5bc0d Remove all SHORTARCH related stuff 2017-01-31 23:12:21 +09:00
Kazushi (Jam) Marukawa
a3fcaa3727 Change to use -j option in make to improve the speed.
Users can specify their own usage of multiple cores by
CREW_NPROC environment variable.  If you set it 2,
crew uses only 2 cores.
2017-01-28 13:00:08 +09:00
Kazushi (Jam) Marukawa
7338b9d4ae Remove debug message 2016-11-15 21:59:22 +09:00
Kazushi (Jam) Marukawa
0b897e85ec Add mechanism to strip "-m32" and substitute "lib32" into "lib"
for the case of ARM to avoid SHORTARCH flood.
2016-11-15 20:41:51 +09:00
Dan McAulay
b211e750d0 add some error checking around Kernel.system 2015-01-01 20:24:00 -08:00
Michał Siwek
184af33a07 Implement building from source, add vim scenario as a test package 2013-09-22 22:32:07 +02:00
Michał Siwek
70cae4eb2b Implement path constants and support for path prefix 2013-09-12 18:01:19 +02:00
Michał Siwek
cbc4ca951d Swallow the exception occured while removing pacakge files + bugfixes 2013-09-08 02:06:34 +02:00
Michał Siwek
f1eba9f76e Implement resolving dependencies 2013-09-07 19:01:54 +02:00
Michał Siwek
65e805143a Implement remove and dependencies setting in Ruby 2013-09-01 03:25:54 +02:00
Michał Siwek
3661071ce4 Beign rewriting everything in Ruby :p 2013-08-31 17:00:59 +02:00