Skip to content
Snippets Groups Projects
Verified Commit 7daf1ec4 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

build_custom.sh: fix wayfire build to 04d964eeeafde3fcdb6f15a4142301a8882df41e

parent f02d92ac
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,10 @@ if [ -z "$(reprepro listfilter reform "Package (== wayfire)")" ]; then ...@@ -46,7 +46,10 @@ if [ -z "$(reprepro listfilter reform "Package (== wayfire)")" ]; then
cd ../wayfire cd ../wayfire
git clone --recursive https://github.com/WayfireWM/wayfire.git wayfire-src git clone --recursive https://github.com/WayfireWM/wayfire.git wayfire-src
WFCOMMIT=$(git rev-parse --short HEAD) git -C wayfire-src reset --hard 04d964eeeafde3fcdb6f15a4142301a8882df41e
git -C wayfire-src clean -df
WFCOMMIT=$(git -C wayfire-src rev-parse --short HEAD)
WFDATE=$(date +%Y-%m-%d) WFDATE=$(date +%Y-%m-%d)
WFVERTAR="0.8~$WFDATE" WFVERTAR="0.8~$WFDATE"
WFVER="wayfire_$WFVERTAR-git$WFCOMMIT" WFVER="wayfire_$WFVERTAR-git$WFCOMMIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment