Skip to content

Instantly share code, notes, and snippets.

@jmcgeheeiv
jmcgeheeiv / sunrose-terrace.md
Last active June 23, 2020 00:15
Fairway Crest Sunrose Terrace Sunnyvale CA Information

This file contains technical information about Fairway Crest condominiums at Sunrose Terrace, Sunnyvale, CA

Service schedules

  • Monday: Garbage collected
  • Tuesday: Common area cleaning
  • Thursday: Gardening
  • Friday: Garbage collected, recyclables collected

Parts

@jmcgeheeiv
jmcgeheeiv / packer_issue_6866
Last active October 16, 2018 22:25
This is data for hashicorp/packer issue #6866: Please give error message for invalid Vagrant Cloud token
This is the result of running the command:
PACKER_LOG=1 packer build -var "version=1.0.7" -var "username=jmcgeheeiv" ubuntu1804.json
For the most interesting line, search for "Status:401 Unauthorized StatusCode:401"
File ubuntu1804.json appears below.
2018/10/16 14:39:00 [INFO] Packer version: 1.3.1
2018/10/16 14:39:00 Packer Target OS/Arch: linux amd64
@jmcgeheeiv
jmcgeheeiv / download-latest-jenkins-artifact.py
Last active November 8, 2023 06:36 — forked from supertom/fetch_debs_from_jenkins.py
Download the latest successful build artifacts from Jenkins using Python 3
#!/usr/bin/env python3
# Download the latest successful build artifacts from Jenkins using Python 3
# John McGehee 1/25/2016
#
# Based on the Python 2 version by supertom: https://gist.github.com/supertom/2759847
import argparse
import codecs
import io
import json