This repository was archived by the owner on Apr 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Everything is defaults.
- Loading branch information
0 parents
commit a30a246
Showing
28 changed files
with
1,893 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Hey there. Looks like you want to contribute with an issue. Great. Here's what you have to do: | ||
* Have a look through the [Issue Tracker](https://github.com/UndeadZeratul/SystemicSurvival/issues), to see if your issue has been solved already; | ||
* Read through the steps on [Bug Reporting 101](http://vazkii.us/br101/) (You may skip this if you're already familiar with reporting issues, but it's good for newcomers); | ||
|
||
* Note the following points: | ||
* When reporting an issue, please include the version of the modpack (can be found on the title screen), which launcher you are using, and a link to pastebin with any crash report you have received. | ||
* Issues regarding outdated versions of the modpack are **not accepted**; | ||
* Duplicate issues or issues that have been solved already (use the search feature!) will be closed without asking. | ||
* Do not tag your issues' names. "Something Broke" is prefered to "[Bug] Something Broke" because there's a proper label system in place. | ||
* If you are going to post a suggestion, post one, not a wish list; it’s easier to track and manage that way. | ||
|
||
The following "bugs" are not accepted: | ||
* Not a Systemic Survival problem/Not fixable | ||
* Crash on startup with any mod that isn’t [in this list](https://github.com/UndeadZeratul/SystemicSurvival/blob/master/Versions.md) | ||
|
||
--- | ||
|
||
If you want to make a Pull Request keep these in mind: | ||
* Do not use the github editor. Test your PRs before you submit them. | ||
* Unless you have a very good reason for it, keep your PRs all in one commit. You can do it with [rebase](https://git-scm.com/docs/git-rebase). | ||
|
||
--- | ||
|
||
Thanks to Vazkii for the contributing guidelines. 8/8 gr8 job m8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,249 @@ | ||
################# | ||
## Custom | ||
################# | ||
mods/ | ||
target/ | ||
asm/ | ||
cache/ | ||
crash-reports/ | ||
dumps/ | ||
hats/ | ||
journeyMap/ | ||
logs/ | ||
reports/ | ||
saves/ | ||
screenshots/ | ||
|
||
*/config/fastcraft* | ||
*/config/mapwriter* | ||
*/config/opis* | ||
*/config/versionchecker* | ||
**/loaders/*.jar | ||
**/mods/*.jar | ||
modpackdownloader*.jar | ||
|
||
*.lck | ||
*.rar | ||
1213309934 | ||
icon.png | ||
nicknames.json | ||
options.txt | ||
optionsshaders.txt | ||
usercache.json | ||
usernamecache.json | ||
optionsof.txt | ||
|
||
################# | ||
## IntelliJ IDEA | ||
################# | ||
*.iml | ||
.idea | ||
|
||
################# | ||
## Eclipse | ||
################# | ||
|
||
*.pydevproject | ||
.project | ||
.metadata | ||
bin/ | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.classpath | ||
.settings/ | ||
.loadpath | ||
|
||
# External tool builders | ||
.externalToolBuilders/ | ||
|
||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
|
||
# CDT-specific | ||
.cproject | ||
|
||
# PDT-specific | ||
.buildpath | ||
|
||
|
||
################# | ||
## Visual Studio | ||
################# | ||
|
||
## Ignore Visual Studio temporary files, build results, and | ||
## files generated by popular Visual Studio add-ons. | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
*.sln.docstates | ||
|
||
# Build results | ||
|
||
[Dd]ebug/ | ||
[Rr]elease/ | ||
x64/ | ||
build/ | ||
[Bb]in/ | ||
[Oo]bj/ | ||
|
||
# MSTest test Results | ||
[Tt]est[Rr]esult*/ | ||
[Bb]uild[Ll]og.* | ||
|
||
*_i.c | ||
*_p.c | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.pch | ||
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.tmp_proj | ||
*.log | ||
*.vspscc | ||
*.vssscc | ||
.builds | ||
*.pidb | ||
*.log | ||
*.scc | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
*.cachefile | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
*.vspx | ||
|
||
# Guidance Automation Toolkit | ||
*.gpState | ||
|
||
# ReSharper is a .NET coding add-in | ||
_ReSharper*/ | ||
*.[Rr]e[Ss]harper | ||
|
||
# TeamCity is a build add-in | ||
_TeamCity* | ||
|
||
# DotCover is a Code Coverage Tool | ||
*.dotCover | ||
|
||
# NCrunch | ||
*.ncrunch* | ||
.*crunch*.local.xml | ||
|
||
# Installshield output folder | ||
[Ee]xpress/ | ||
|
||
# DocProject is a documentation generator add-in | ||
DocProject/buildhelp/ | ||
DocProject/Help/*.HxT | ||
DocProject/Help/*.HxC | ||
DocProject/Help/*.hhc | ||
DocProject/Help/*.hhk | ||
DocProject/Help/*.hhp | ||
DocProject/Help/Html2 | ||
DocProject/Help/html | ||
|
||
# Click-Once directory | ||
publish/ | ||
|
||
# Publish Web Output | ||
*.Publish.xml | ||
*.pubxml | ||
|
||
# NuGet Packages Directory | ||
## TODO: If you have NuGet Package Restore enabled, uncomment the next line | ||
#packages/ | ||
|
||
# Windows Azure Build Output | ||
csx | ||
*.build.csdef | ||
|
||
# Windows Store app package directory | ||
AppPackages/ | ||
|
||
# Others | ||
sql/ | ||
*.Cache | ||
ClientBin/ | ||
[Ss]tyle[Cc]op.* | ||
~$* | ||
*~ | ||
*.dbmdl | ||
*.[Pp]ublish.xml | ||
*.pfx | ||
*.publishsettings | ||
|
||
# RIA/Silverlight projects | ||
Generated_Code/ | ||
|
||
# SQL Server files | ||
App_Data/*.mdf | ||
App_Data/*.ldf | ||
|
||
############# | ||
## Windows detritus | ||
############# | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Mac crap | ||
.DS_Store | ||
|
||
|
||
############# | ||
## Python | ||
############# | ||
|
||
*.py[co] | ||
|
||
# Packages | ||
*.egg | ||
*.egg-info | ||
dist/ | ||
build/ | ||
eggs/ | ||
parts/ | ||
var/ | ||
sdist/ | ||
develop-eggs/ | ||
.installed.cfg | ||
|
||
# Installer logs | ||
pip-log.txt | ||
|
||
# Unit test / coverage reports | ||
.coverage | ||
.tox | ||
|
||
#Translations | ||
*.mo | ||
|
||
#Mr Developer | ||
.mr.developer.cfg |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
pipeline { | ||
agent any | ||
stages { | ||
stage('Clean Workspace') { | ||
steps { | ||
fileOperations([fileDeleteOperation(excludes: '', includes: 'ModpackDownloader*.jar')]) | ||
fileOperations([fileDeleteOperation(excludes: '', includes: '*/mods/*.jar')]) | ||
} | ||
} | ||
stage('Copy Modpack Downloader') { | ||
steps { | ||
copyArtifacts filter: 'modpackdownloader-cli/target/*.jar', projectName: 'Mod Pack Downloader', selector: lastSuccessful() | ||
} | ||
} | ||
stage('Download Mods') { | ||
steps { | ||
step('Download Common Mods') { | ||
bat '''for /f "delims=" %%i IN (\'dir *.jar /b\') DO set modpackdownloader=%%i | ||
java -jar "%modpackdownloader%" -manifest common/dev/mods.json -folder common/dev/mods | ||
java -jar "%modpackdownloader%" -manifest common/base/mods.json -folder common/base/mods''' | ||
} | ||
step('Download Client Mods') { | ||
bat '''for /f "delims=" %%i IN (\'dir *.jar /b\') DO set modpackdownloader=%%i | ||
java -jar "%modpackdownloader%" -manifest client/base/mods.json -folder client/base/mods''' | ||
} | ||
step('Download Server Mods') { | ||
bat '''for /f "delims=" %%i IN (\'dir *.jar /b\') DO set modpackdownloader=%%i | ||
java -jar "%modpackdownloader%" -manifest server/base/mods.json -folder server/base/mods''' | ||
} | ||
} | ||
} | ||
stage('Build Modpack') { | ||
steps { | ||
script { | ||
if(env.BRANCH_NAME.contains("release") || env.BRANCH_NAME.contains("master")) { | ||
profileName = "master" | ||
} | ||
else { | ||
profileName = "develop" | ||
} | ||
|
||
bat '''mvnw.cmd clean package -D profile.${profileName} -Dbuild.number=${env.BUILD_NUMBER}''' | ||
} | ||
} | ||
} | ||
stage('Archive Artifacts') { | ||
steps { | ||
archiveArtifacts 'target/*.zip,launcher/**/modpack.json,launcher/**/src/mods/*.json' | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.