This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Boolean logic is hard, guys :(
The result of this was that builds were broken on windows and app engine.
Fixes
#59
.
Carl Jackson
11 years ago
parent
28b9206791
commit
e101f75341
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bind/einhorn.go
+1
-1
bind/systemd.go
+1
-1
graceful/einhorn.go
+ 1
- 1
bind/einhorn.go
View File
@ -1,4 +1,4 @@
// +build !windows
!appengine
// +build !windows
,
!appengine
package
bind
+ 1
- 1
bind/systemd.go
View File
@ -1,4 +1,4 @@
// +build !windows
!appengine
// +build !windows
,
!appengine
package
bind
+ 1
- 1
graceful/einhorn.go
View File
@ -1,4 +1,4 @@
// +build !windows
!appengine
// +build !windows
,
!appengine
package
graceful
Write
Preview
Loading…
Cancel
Save