# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 16214 | perforce_software | Move the p15-1 line. | 9 years ago | |
#1 | 16213 | perforce_software | Move files to proper depot path to view files correctly from project page. | 9 years ago | |
//guest/perforce_software/p4ruby/p15.1/Rakefile | |||||
#1 | 14756 | tjuricek | p15.1 branch of p4ruby. | 10 years ago | |
//guest/perforce_software/p4ruby/main/Rakefile | |||||
#17 | 14754 | tjuricek | Fall back to hard-coded p4ruby version strings. While a little bit more work, our tools... don't really account for filenames with version numbers in them. Additionally, this avoids having lots of files hanging around just because we've tested p4ruby against updates to dependencies (the p4api). Releases should be *very* rare, and the general rule is just to update the version whenever you make a release to rubygems. « |
10 years ago | |
#16 | 14753 | tjuricek | Include the generated Version file if it exists. | 10 years ago | |
#15 | 14734 | tjuricek | Commenting out debugging message to use the 'version' task on systems that might not suppo...rt the extensions task. « | 10 years ago | |
#14 | 14733 | tjuricek | Capture exception when trying to load rake/extensiontask. Old versions of Ruby (like 1....9 installed via package managers) often have issues with this task. « |
10 years ago | |
#13 | 14719 | tjuricek | Mirroring the current state of the workshop. From this point, we will try to rebuild th...e history of p4-ruby in the workshop from this codeline. « |
10 years ago | |
#12 | 14710 | tjuricek | Only configure the extension task for cross-compiling if the P4RUBY_CROSS_PLATFORM environ...ment variable is set Imported from Git Author: Tristan Juricek <tjuricek@perforce.com> 1423002666 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1423002666 -0800 sha1: 9ce17f3ec56131a622187697d628bbb46263a30e push-state: incomplete parent-changes: 0ee1ad0df0afa24cced9c06798fe0bef2bcde3c2=[987673] « |
10 years ago | |
#11 | 14709 | tjuricek | Added p4api distribution to the gem to avoid problems with accessing ftp.perforce.com. ... Imported from Git Author: Tristan Juricek <mr.tristan@gmail.com> 1421449615 -0800 Committer: Tristan Juricek <mr.tristan@gmail.com> 1421449615 -0800 sha1: 0ee1ad0df0afa24cced9c06798fe0bef2bcde3c2 push-state: complete parent-changes: ff7dae2417a343af394a3cfdbcbfb1706b62df2c=[987544] « |
10 years ago | |
#10 | 14706 | tjuricek | Change name of archives to 'p4ruby' prefix. Imported from Git Author: Tristan J...uricek <tjuricek@perforce.com> 1421272531 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1421273320 -0800 sha1: 03d1b340c12bb010a6de54e3253073c04abfee3c push-state: complete parent-changes: c168443e61dd1085420551037a39c05fc3450d4f=[985882] « |
10 years ago | |
#9 | 14703 | tjuricek | Set up call to 'rake cross native gem' as the main build step now. This utilizes the 'c...ross compile' feature where we can build multiple versions of ruby under one gem package, though it's really going to be used for 'direct compilation'. The following variables need to be set to run the tools/build_p4ruby.sh now: * RUBY_USE_VERSION - Should be the rvm version with the gem for publishing to geminabox * RUBY_CC_VERSION - The colon (:) delimited string of ruby versions to build - each version should be installed via RVM and registered in ~/.rake_compiler/config.yml * P4RUBY_CROSS_PLATFORM - The platform ID we are building on, needs to be set, e.g., 'x86_64-linux', 'i686-linux', 'x86_64-darwin-11'. Note that OS X uses the darwin 'version'. P4RUBY-176 Imported from Git Author: Tristan Juricek <tjuricek@perforce.com> 1421184895 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1421184895 -0800 sha1: 1e9e81f882ba0584a7bc66a48637a6576aee7cb9 push-state: complete parent-changes: 50a9ca3b8ecb1e77ba823cbde20a7c89bd731d86=[984317] « |
10 years ago | |
#8 | 14697 | tjuricek | Revise bash 'build' script, and move dependency declarations for bundler. It should now... allow for setting the RUBY_VERSION environment variable, and should try to publish the precompiled gem to the internal gem server for testing. P4RUBY-176 Imported from Git Author: Tristan Juricek <tjuricek@perforce.com> 1421100863 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1421100863 -0800 sha1: 5d56ba62b673bd8c8ee78587dc6cc43365b6ac5d push-state: complete parent-changes: 80da9291ba8705d8e89946adbf3668173dd624a4=[984070] « |
10 years ago | |
#7 | 14696 | tjuricek | Allow the 'rake native gem' command to build the native gems for this platform. The gem... specification is now a part of the Rakefile for the rake-compiler tasks to figure out the native rules. P4RUBY-176 Imported from Git Author: Tristan Juricek <tjuricek@perforce.com> 1421094211 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1421094260 -0800 sha1: 80da9291ba8705d8e89946adbf3668173dd624a4 push-state: complete parent-changes: f3345a676c834c47ee2211637abf2e827872dff5=[982334] « |
10 years ago | |
#6 | 14693 | tjuricek | Add basic 'create the source gem' task and clean rules for the output of 'rake compile' an...d gems. Imported from Git Author: Tristan Juricek <tjuricek@perforce.com> 1418326971 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1418327031 -0800 sha1: 98f9b10c0c37b44bfc8659e7934440fe1252c4c2 push-state: complete parent-changes: e609513caf80a760161fc1e65c134a93915fbb7f=[974325] « |
10 years ago | |
#5 | 14688 | tjuricek | Add 'doc' directory to clean task. Imported from Git Author: Tristan Juricek &l...t;tjuricek@perforce.com> 1416505978 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1416505978 -0800 sha1: 6ce1d1757766a308d583b6d7a2b5b50574b9c1f1 push-state: incomplete parent-changes: eb0ad5b8d97623c172d21e1786c025ac98e65466=[964380] « |
10 years ago | |
#4 | 14686 | tjuricek | Merge commit '01caf9661acf4dc7ebf23d33113e4be4ad364ece' Imported from Git Autho...r: Tristan Juricek <tjuricek@perforce.com> 1415915946 -0800 Committer: Tristan Juricek <tjuricek@perforce.com> 1415915946 -0800 sha1: 1aaf024362a53435ed87c853fd577049a38eae87 push-state: complete parent-branch: WUpgNvsySG6cferVT-Hvuw==@961945 parent-changes: c9daabefe02bc3d038f9a3dd4a8c2f1488746a25=[961945]/01caf9661acf4dc7ebf23d33113e4be4ad364ece=[961192] « |
10 years ago | |
#3 | 14682 | Git Fusion | Git Fusion branch management Imported from Git ghost-of-change-num: 960958 &nb...sp;ghost-of-sha1: 005052ae424bd69f426f7209e741ca1c8c3253c7 ghost-precedes-sha1: ad052c71a568ef12165e143a6866ad9ceffbb4a1 parent-branch: None@960958 push-state: incomplete « |
10 years ago | |
#2 | 14679 | tony | Fix p4ruby test run so it also includes the current directory in the library search path.... This helps us pick up the P4.so we're testing. Also fixed some minor gripes and backed out a previous change that obviously didn't work under 1.8 « |
10 years ago | |
#1 | 14675 | tony | Add a 'make test' target that calls 'rake test' and a Rakefile that loads and runs all th...e unit tests. Reformatted p4conf.rb while I was there and added a vim modeline so righteous editors will get the correct settings immediately. « |
10 years ago |