# This assumes that the fork has been cloned already. The point of this script # is that you fork General, run this script, and then you push to your fork and # submit your update as a PR. using LocalRegistry # expand from the local path: const GPMAXLIK_PATH = abspath("../") # expand from the local path again. THe docs seem to suggest that this isn't # necessary, but I don't see how it wouldn't be because I'm updating the version # on my non-standard registry.... const REGISTRY_PATH = abspath("./General/") # Register the new change. register(GPMAXLIK_PATH, registry=REGISTRY_PATH)