From bf146d8afa47a4ee6229972178db1b8064b8dc0f Mon Sep 17 00:00:00 2001 From: Anthony Molinaro Date: Fri, 1 Feb 2013 09:58:29 -0800 Subject: [PATCH] convert from svn to git --- .gitignore | 23 +++++++++++++++++++++++ bootstrap | 2 +- doc/.gitignore | 14 ++++++++++++++ fw-pkgin/.gitignore | 4 ++++ fw-pkgin/config | 2 -- src/.gitignore | 12 ++++++++++++ tests/.gitignore | 13 +++++++++++++ 7 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 doc/.gitignore create mode 100644 fw-pkgin/.gitignore create mode 100644 src/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9a9afd --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.pc +*.tar.gz +*.tgz +.package +Makefile +Makefile.am +Makefile.in +Makefile.otp +ac-init.generated +aclocal.m4 +autom4te.cache +build +config.guess +config.log +config.status +configure +configure.ac +create-package +fw +fw-pkgout +fw-pkgtmp +install-sh +missing diff --git a/bootstrap b/bootstrap index 2a46895..7071a96 100755 --- a/bootstrap +++ b/bootstrap @@ -14,4 +14,4 @@ if test -z "$fwb" exit 1 fi -"$fwb" --fw_version "0.1.34" --name lyet --template erlang --revision svn --svn_project_path https://fwtemplates.googlecode.com/svn/trunk/lyet --svn_tag_root https://fwtemplates.googlecode.com/svn/tags/lyet "$@" +"$fwb" --fw_version "0.1.34" --name lyet --template erlang --revision git "$@" diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..3c89493 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,14 @@ +*.beam +*.html +*.in +.*.app_ok +.*.beam_ok +.*.erl_ok +.*.script_ok +.run_edoc +Makefile +Makefile.am +edoc-info +erl_crash.dump +erlang.png +stylesheet.css diff --git a/fw-pkgin/.gitignore b/fw-pkgin/.gitignore new file mode 100644 index 0000000..09eb0e4 --- /dev/null +++ b/fw-pkgin/.gitignore @@ -0,0 +1,4 @@ +.*.script_ok +Makefile +Makefile.am +Makefile.in diff --git a/fw-pkgin/config b/fw-pkgin/config index cb199c2..07871d0 100644 --- a/fw-pkgin/config +++ b/fw-pkgin/config @@ -23,8 +23,6 @@ FW_PACKAGE_SUGGESTS="" FW_PACKAGE_BUILD_DEPENDS="" FW_PACKAGE_BUILD_CONFLICTS="" -FW_SUBVERSION_TAG_ROOT="https://fwtemplates.googlecode.com/svn/tags/lyet" - FW_DUPLOAD_ARGS=${FW_DUPLOAD_ARGS-"-t dukeshardy"} FW_RPM_REPO_USER=${FW_RPM_REPO_USER-"`whoami`"} diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..7d094e7 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,12 @@ +*.app +*.beam +*.in +.*.app_ok +.*.beam_ok +.*.erl_ok +.*.script_ok +.dialyzer_ok +Makefile +Makefile.am +erl_crash.dump +fw-erl-app-template.app.in diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..99b4d4e --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,13 @@ +*.COVER.out +*.beam +*.in +*.test.out +.*.app_ok +.*.beam_ok +.*.erl_ok +.*.script_ok +Makefile +Makefile.am +erl_crash.dump +module-* +otp-test-wrapper.sh