Replies: 10 comments
-
|
All good lol, I get wanting to protect your work. I shouldn't have anything changed though so I'm not sure why that's happening. My script to update the repo and rebuild resets the whole thing before building too (although this isn't a project where I keep having to apply patches so it isn't really needed): Could having untracked files cause it? |
Beta Was this translation helpful? Give feedback.
-
|
All the git info is collected at build time (in From a quick test with the commands in your script, the |
Beta Was this translation helpful? Give feedback.
-
|
I don't think I have a different hash? The link (on the US server, which is one commit behind) is https://github.com/Insprill/intellectual.git/tree/eb7797c Just removing the Unless I'm misunderstanding what you're talking about? As for the dirty I can pretty easily stop moving the binary, I don't know why I even did it to begin with. But I'll have to figure out what to do about the updater script and |
Beta Was this translation helpful? Give feedback.
-
|
Ahh, I totally missed the As for the dirty state, can't you clone the repo to a subdirectory? Not sure what your workflow/setup is like, if that'd be possible. If there's anything I can change in the repo that would help, let me know. |
Beta Was this translation helpful? Give feedback.
-
|
Subdirectory would definitely work and that's probably what I'll end up doing. Makes it slightly different than everything else but given this isn't a project where I'm constantly fidgeting with it to stay unblocked it doesn't bother me. Ignoring This is all a tomorrow issue after finals though lmao. I'll let you know once it's all set. |
Beta Was this translation helpful? Give feedback.
-
|
I added |
Beta Was this translation helpful? Give feedback.
-
|
The only modification i made is this patch: #45 (comment) Is it enough for AGPL? I can create a separate repo if needed. |
Beta Was this translation helpful? Give feedback.
-
No, it's okay <3 |
Beta Was this translation helpful? Give feedback.
-
|
Done, updated to the latest git commit |
Beta Was this translation helpful? Give feedback.
-
|
Both my servers are no longer dirty! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@ButteredCats @DarkCat09 I've noticed that both of you are running instances that have been modified outside of the official release tags, without providing the modified source code. This is technically a violation of the AGPL-3.0 license intellectual is released under. What's the reason for this? If there's something missing that either of you requires, please feel free to make an issue about it or submit a pull request. If it isn't something that belongs upstream, then please push the source code somewhere and avoid running dirty builds. The version info in the top left of the navbar is designed to always link to the exact commit the server is built from. Since you're both running dirty builds based on my repo, the link is just a 404. I'd like that button to always work so users can always see what code is running server-side.
Apologies if this came off aggressive. I didn't mean it that way, but wasn't sure how to word it otherwise 😅
Beta Was this translation helpful? Give feedback.
All reactions