Browse Source

mark scripts deprecated by prepatch.sh changes

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
1d32e43baf
  1. 4
      meld-upstream.sh
  2. 2
      patches/branch.sh

4
meld-upstream.sh

@ -1,2 +1,6 @@
#!/bin/sh
nohup meld ~/minetest/games/Bucket_Game patches/deprecated/merged-upstream/Bucket_Game &
echo
sleep 1
echo "This script is not maintained. see also ./prepatch.sh with --meld option"
echo

2
patches/branch.sh

@ -1,4 +1,6 @@
#!/bin/bash
echo "use prepatch.sh instead (which now uses and requires branch name)"
exit 0
master=~/minetest/games/Bucket_Game
branches=~/git/1.pull-requests/Bucket_Game-branches
if [ ! -d "$branches" ]; then

Loading…
Cancel
Save