John Gallagher

Results 7 issues of John Gallagher

I am using Alex along with Happy, and I have a rule that looks something like: ``` gdecl : typedef type ident ';' {%^ mkTypDef $2 $3 } ``` The...

Following https://github.com/delphix/appliance-build/pull/166, there is a new upgrade failure mode. In particular, we support building upgrade images which don't contain all of the packages needed to run upgrade on any supported...

In order to be able to build the upgrade image, a `debs.tar.gz` is created for each VM artifact, containing all of the debian packages that were installed in the process...

Upgrade images contain a `VERSION` field which is tied to the version of the `delphix-virtualization` package. Somewhere we should document the details of how this works, since this is made...

A recent run failed when `dpkg` segfaulted: http://ops.jenkins.delphix.com/job/devops-gate/job/master/job/appliance-build-stage1/job/master/job/post-push/10408/consoleFull. ``` 23:19:25 TASK [appliance-build.masking-common : apt] ************************************ 23:19:25 task path: /opt/appliance-build/live-build/misc/ansible-roles/appliance-build.masking-common/tasks/main.yml:18 23:20:34 fatal: [binary]: FAILED! => {"cache_update_time": 1561443552, "cache_updated": false, "changed": false,...

It appears that, at least in some cases, not all symbols are loaded when a corefile is opened: ``` delphix@ip-10-110-245-2:~$ sudo sdb $(which init) core.1 sdb> echo 0x55e87c2be070 | cast...

drgn-bug

## Changes This updates `scripts/update-docs.rb` to account for the change in extension (`.txt` -> `.adoc`) when processing include directives during the creation of the `en` manual pages. The changes to...