Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtmiller/octave-patch-queue
Patch queue(s) for my works in progress on GNU Octave
https://github.com/mtmiller/octave-patch-queue
Last synced: 9 days ago
JSON representation
Patch queue(s) for my works in progress on GNU Octave
- Host: GitHub
- URL: https://github.com/mtmiller/octave-patch-queue
- Owner: mtmiller
- License: gpl-3.0
- Created: 2012-05-23T23:58:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-23T13:16:16.000Z (over 12 years ago)
- Last Synced: 2023-03-11T05:49:09.716Z (almost 2 years ago)
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Octave Patch Queue(s)
=====================This repository contains my patch queue(s) for works in progress on the
GNU Octave (http://www.octave.org) project.Instructions
------------1. Set up an existing patch queue:
$ cd /path/to/src/octave
$ hg qqueue -c NAME
$ cd .hg
$ git clone -b patches-NAME https://github.com/mtmiller/octave-patch-queue.git patches-NAME
$ cd ..
$ hg qseries2. Create a new patch queue:
$ cd /path/to/src/octave
$ hg qqueue -c NAME
$ cd .hg
$ git clone https://github.com/mtmiller/octave-patch-queue.git patches-NAME
$ cd patches-NAME
$ git checkout -b patches-NAME
$ cd ../..
$ hg qnew foo.diffLicense
-------This set of patches applies only to GNU Octave so they are licensed
under the same terms as GNU Octave itself.This package is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.This package is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file
COPYING for more details.