Instructions on how to setup a secured Jenkins CI on a Mac.
All of these operations are done with your admin user.
Install the command line developer tools.
| iVBORw0KGgoAAAANSUhEUgAABQAAAAJBCAIAAACWJY/nAAAQAElEQVR4nOydD1yT173/T9ukSWZD | |
| CC0Pa6jJ7VIJrZFfrIGZtaGFFdaCSHvBC625V5xYxqy46kZXnW7T2XWu2hXLZSqt2MUOJpniH+rC | |
| Bi2pi5M4Mxp7AZvtJo7cErfEkHYJTWp/3+cJ/00QFP8g3/f2suT5c55zznP+fb7fc87D+uyzzwiC | |
| IJPKF198ceHChb6+PoFAQBAEQRAEQRAEuWI8Hg+Hw7n11ltvueWW4cfhyPgDmcClCIIgCIIgCIIg | |
| CDJ1QQGMIAiCIAiCIAiCTAtQACMIgiAIgiAIgiDTAhTACIIgCIIgCIIgyLQABTCCIAiCIAiCIAgy | |
| LUABjCAIgiAIgiAIgtxUvPrqq2GPowBGEARBEARBEARBbh5C6jesBkYBjCAIgiAIgiAIgtwkDNe9 | |
| F2tgFMAIgiAIgiAIgiDIzcDFinfUkVs+++wzgiDIpPLFF19cuHChr69PIBCQq8Pnn39+YQB4HEEQ | |
| BJkK3HLLLbcOcNtttxEEQRAEGTcej4fD4UAPAr3J8ONwJPRHpHW/wPPPPx/6AwUwgkw+V1UAQ+AQ | |
| MoRPEARBpjIwXoFxzKhBDIIgCIJE4pICeDywCIIgU4dgMBjJaHVd/MA4ckUQ5LIBQ57P57v99ttZ | |
| LByNIAiCINcI7HIQZMowSv1+wUCuk/QdTkgG38JAEARBJkKoWUMNjCAIglwbsL9BkKkBqNxB9RuS |
| files: | |
| "/opt/elasticbeanstalk/support/conf/sidekiq.conf": | |
| mode: "000755" | |
| content: | | |
| description "Elastic Beanstalk Sidekiq Upstart Manager" | |
| start on runlevel [2345] | |
| stop on runlevel [06] | |
| # explained above | |
| respawn | |
| respawn limit 3 30 |
| # gem install tracker_api | |
| # ruby pt_stories.rb | |
| require "tracker_api" | |
| token = "your-pt-token" | |
| start_date = "07/17/2016" | |
| end_date = "07/25/2016" | |
| owner = "RR" |
| /*Sidebar*/ | |
| #tooltip-bar .span12 { min-height: 20px } | |
| #main-content { padding-left: 0 } | |
| footer { margin-top: 0 } | |
| #sidebar { | |
| background-color: #EEE; | |
| min-height: 1024px; | |
| background: #EEE url(images/bg-sidebar.jpg) repeat-y top right; | |
| ul#sidebar-nav { | |
| list-style: none; |
| diff -r 9fbbfd3b5bec Growl.xcodeproj/project.pbxproj | |
| --- a/Growl.xcodeproj/project.pbxproj Sun Sep 25 21:14:44 2011 -0400 | |
| +++ b/Growl.xcodeproj/project.pbxproj Sat Jan 07 16:13:50 2012 -0430 | |
| @@ -3989,9 +3989,8 @@ | |
| isa = XCBuildConfiguration; | |
| baseConfigurationReference = 315C88BB1068F9A200880530 /* Localization.xcconfig */; | |
| buildSettings = { | |
| - CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application"; | |
| + CODE_SIGN_IDENTITY = ""; | |
| MACOSX_DEPLOYMENT_TARGET = 10.7; |
| ### lib/ruby_ext.rb | |
| Net::SMTP.class_eval do | |
| def initialize_with_timeouts(*args) | |
| initialize_without_timeouts(*args) | |
| @open_timeout = Emailer::OpenTimeout | |
| @read_timeout = Emailer::ReadTimeout | |
| end | |
| alias_method_chain :initialize, :timeouts | |
| end | |
| ApplicationPool_PoolTest: ...........[12=X][13=X][15=X][16=X][17=X][18=X][19=X]......[26=X]..........[37=X] | |
| ApplicationPool_ServerTest: ............ | |
| ApplicationPool_Server_PoolTest: ...........[12=X][13=X][15=X][16=X][17=X][18=X][19=X]......[26=X]..........[37=X] | |
| Base64Test: .. | |
| BufferedIOTest: ....................[30=F][31=F] | |
| CachedFileStatTest: ............ | |
| EventedClientTest: ..................... | |
| FileChangeCheckerTest: .................. | |
| FileDescriptorTest: ... | |
| FilterSupportTest: .............................. |
| Could not start Passenger Nginx core: | |
| [alert]: could not open error log file: open() | |
| "/tmp/passenger-standalone.8865/logs/error.log" failed (2: No such file or | |
| directory) | |
| [alert]: Unable to start the Phusion Passenger watchdog because it encountered | |
| the following error during startup: Unable to start the Phusion Passenger helper | |
| agent: it seems to have crashed during startup for an unknown reason, with exit | |
| code 1 (-1: Unknown error 4294967295) | |
| Stopping web server... done |
| objs/ngx_modules.o \ | |
| -lcrypt -lm /var/lib/passenger-standalone/3.0.5-x86-ruby1.8.7-linux-3.2.3/support/ext/nginx/../common/libpassenger_common.a /var/lib/passenger-standalone/3.0.5-x86-ruby1.8.7-linux-3.2.3/support/ext/nginx/../common/libboost_oxt.a -lstdc++ -lpthread -lcrypto -lz | |
| objs/src/os/unix/ngx_process.o(.text+0xa60): In function `ngx_process_get_status': | |
| : `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead | |
| objs/src/os/unix/ngx_process.o(.text+0xa54): In function `ngx_process_get_status': | |
| : `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead | |
| /var/lib/passenger-standalone/3.0.5-x86-ruby1.8.7-linux-3.2.3/support/ext/nginx/../common/libpassenger_common.a(aggregate.o)(.gnu.linkonce.t._ZNSt23_Rb_tree_const_iteratorISt4pairIKSsSsEEppEi+0x1e): In function `std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator++(int)': | |
| ext/common/FileD |