forked from distok/cutthecord
Compare commits
8 commits
55e2e94b63
...
3e0464c796
Author | SHA1 | Date | |
---|---|---|---|
3e0464c796 | |||
f08854f5d0 | |||
f8dbc9333c | |||
1c6b151083 | |||
0359f5f975 | |||
f709704fce | |||
ec47b98061 | |||
1a7ad17c87 |
365 changed files with 267 additions and 103 deletions
|
@ -17,6 +17,9 @@ RUN mkdir ${CTC_FOLDER}
|
|||
RUN mkdir ${CTC_FOLDER}/tools
|
||||
RUN wget -O ${CTC_FOLDER}/tools/apktool.jar https://f001.backblazeb2.com/file/avepub/apktool-cli-all.jar
|
||||
|
||||
# Grab xml-patch (https://github.com/dnault/xml-patch)
|
||||
RUN wget -O ${CTC_FOLDER}/tools/xml-patch.jar https://jcenter.bintray.com/com/github/dnault/xml-patch/0.3.1/xml-patch-0.3.1.jar
|
||||
|
||||
# Grab emoji sets
|
||||
ENV EMOJI_PATH=${CTC_FOLDER}/emojis
|
||||
ENV EMOJI_MUTANT_PATH=${EMOJI_PATH}/mutant
|
||||
|
@ -49,14 +52,10 @@ RUN keytool -genkey -alias test \
|
|||
-dname "CN=Test, OU=Test, O=Test, L=Test, S=Test, C=Test" \
|
||||
-storepass password -keypass password
|
||||
|
||||
# Git will moan about this otherwise..
|
||||
RUN git config pull.rebase false
|
||||
|
||||
# Make folder for git repo
|
||||
RUN mkdir ${CTC_FOLDER}/gitrepo
|
||||
WORKDIR ${CTC_FOLDER}/gitrepo
|
||||
|
||||
|
||||
# paths in ctcconfig in docker
|
||||
# container fs
|
||||
# /opt/ctc/gitrepo
|
||||
|
|
|
@ -11,3 +11,6 @@ Here's why these patches are no longer maintained in this form:
|
|||
- customdefaultemoji: There doesn't seem to be default emojis anymore?
|
||||
- noprofilestrip: UI changes removed the profile strip.
|
||||
- nonearby: Didn't add much anyways.
|
||||
- squareavatars: Moved to xml-patchs
|
||||
- betterrotation: Moved to xml-patchs
|
||||
- noblocked: Moved to xml-patchs
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue