#Git notes
Warning : Support for isplay of git notes has been dropped by github : https://github.com/blog/707-git-notes-display
Resource : https://vimeo.com/34273537
##Add
git notes add
#Git notes
Warning : Support for isplay of git notes has been dropped by github : https://github.com/blog/707-git-notes-display
Resource : https://vimeo.com/34273537
##Add
git notes add
In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the Meeting section with a
note indicating the meeting has been waived (example: Meeting waived: Paul Mooring)
I hereby claim:
To claim this, I am signing this object:
| #cloud-config | |
| package_upgrade: true | |
| packages: | |
| - zsh | |
| - tmux | |
| - nmap | |
| - curl | |
| - wget | |
| - git | |
| - htop |
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "Stmt1416260474000", | |
| "Effect": "Allow", | |
| "Action": [ | |
| "s3:CreateBucket", | |
| "s3:GetLifecycleConfiguration", | |
| "s3:ListBucket", |
| # Testing tasks | |
| namespace :test do | |
| desc 'Runs ruby or jq syntax check on roles' | |
| task :roles do | |
| puts '===== Running ruby syntax check on roles' | |
| Dir.foreach('roles/') do |file| | |
| if file =~ /.rb$/ | |
| sh "ruby -c roles/#{file}" | |
| elsif file =~ /.json$/ |
| #!/usr/bin/env ruby | |
| ## | |
| # Creates a PNG file from the 1st page of each PDF in a given directory | |
| require 'mkmf' | |
| stop = Proc.new { |msg| puts "\nFailure#{msg}"; exit 1 } | |
| ARGV[0].nil? ? stop.call(': Provide directory of PDF files as first argument') : Dir.chdir(ARGV[0]) | |
| %w{gs convert}.each do |cmd| |
| background do | |
| set_omniauth() | |
| click_link_or_button 'Sign up with Facebook' | |
| end |