Skip to content

Commit

Permalink
Merge pull request #1783 from tcmitchell/1781-githash
Browse files Browse the repository at this point in the history
Remove githash file
  • Loading branch information
tcmitchell authored Jan 27, 2017
2 parents 27f3343 + 19c69d9 commit 14c69ab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bin/geni-ch-githash

# temporary/autosave editor files
\#*#
.#*
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
([#1726](https://github.com/GENI-NSF/geni-portal/issues/1726))
* Fix redirect on upload ssh key
([#1778](https://github.com/GENI-NSF/geni-portal/issues/1778))
* Remove githash file
([#1781](https://github.com/GENI-NSF/geni-portal/issues/1781))

## Installation Notes

Expand Down
15 changes: 6 additions & 9 deletions Makefile.sync
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,20 @@ SRC_DIR = ../$(notdir $(CURDIR))
default:
echo "Choose a specific sync target."

bin/geni-ch-githash: .git
git rev-parse HEAD > bin/geni-ch-githash

syncb: bin/geni-ch-githash
syncb:
$(RSYNC) $(RSYNC_ARGS) $(SRC_DIR) bigslide.gpolab.bbn.com:

syncd: bin/geni-ch-githash
syncd:
$(RSYNC) $(RSYNC_ARGS) $(SRC_DIR) dagoola.gpolab.bbn.com:

syncm: bin/geni-ch-githash
syncm:
$(RSYNC) $(RSYNC_ARGS) $(SRC_DIR) marilac.gpolab.bbn.com:

synci: bin/geni-ch-githash
synci:
$(RSYNC) $(RSYNC_ARGS) $(SRC_DIR) illyrica.gpolab.bbn.com:

syncc: bin/geni-ch-githash
syncc:
$(RSYNC) $(RSYNC_ARGS) $(SRC_DIR) cascade.gpolab.bbn.com:

syncn: bin/geni-ch-githash
syncn:
$(RSYNC) $(RSYNC_ARGS) $(SRC_DIR) nye.gpolab.bbn.com:
4 changes: 0 additions & 4 deletions bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ dist_bin_SCRIPTS = \
bin_SCRIPTS = \
geni-get-ad-rspecs

if INSTALL_GITHASH
pkgsysconf_DATA = geni-ch-githash
endif

# GPO Lab
# Install in /usr/local/lib, not /usr/lib
PYFILES = portal_utils/__init__.py portal_utils/orbit_interface.py
Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ AC_ARG_ENABLE([gpo_lab],
esac],[gpo_lab=false])
AM_CONDITIONAL([GPO_LAB], [test x$gpo_lab = xtrue])

AM_CONDITIONAL(INSTALL_GITHASH, [test -f bin/geni-ch-githash])

AC_CONFIG_FILES([Makefile etc/Makefile bin/Makefile])
AC_CONFIG_FILES([sr/Makefile lib/Makefile])
AC_CONFIG_FILES([kmtool/Makefile portal/Makefile openid/Makefile])
Expand Down

0 comments on commit 14c69ab

Please sign in to comment.