I hereby claim:
- I am hsanjuan on github.
- I am hsanjuan (https://keybase.io/hsanjuan) on keybase.
- I have a public key whose fingerprint is B882 EE44 C062 0AAD 6F48 51AB 187A D938 2814 C04D
To claim this, I am signing this object:
| diff --git a/host-linux/GNUmakefile b/host-linux/GNUmakefile | |
| index 1274617..22c184a 100644 | |
| --- a/host-linux/GNUmakefile | |
| +++ b/host-linux/GNUmakefile | |
| @@ -22,7 +22,7 @@ endif | |
| include ../VERSION.mk | |
| all: | |
| - qmake VERSION=$(VERSIONEX) | |
| + qmake-qt5 VERSION=$(VERSIONEX) |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Prerequisites: http://wiki.openwrt.org/doc/howto/buildroot.exigence | |
| # Additionally JDK is needed | |
| generate_buildenv() { | |
| # Prepare build enviroment | |
| mkdir openwrt_build | |
| cd openwrt_build | |
| git clone --depth=1 git://git.openwrt.org/15.05/openwrt.git |
Working with ADOX products: http://www.adox.de .
| # Standard ephemeralResponse, although very simple idea, does not respond to our needs | |
| # because it expects that an endpoint will always return the same data | |
| # whether our endpoints return different data because the data is modified in the tests | |
| # We monkey patch fixtures so that data is saved and loaded with a request number | |
| # attached. This allows us to store data for every request | |
| module EphemeralResponse | |
| $requestnumber = 0 | |
| class Fixture |
| class Hash | |
| def to_yaml(opts={}) | |
| YAML::quick_emit( self, opts ) do |out| | |
| out.map( taguri, to_yaml_style ) do |map| | |
| keys = keys().sort {|a,b| a.to_s <=> b.to_s} | |
| keys.each do |k| | |
| v = self[k] | |
| map.add( k, v ) | |
| end | |
| end |