Skip to content

Commit

Permalink
convert from svn to git
Browse files Browse the repository at this point in the history
  • Loading branch information
djnym committed Feb 1, 2013
1 parent 42e8f90 commit bf146d8
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 3 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
14 changes: 14 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions fw-pkgin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*.script_ok
Makefile
Makefile.am
Makefile.in
2 changes: 0 additions & 2 deletions fw-pkgin/config
Original file line number Diff line number Diff line change
Expand Up @@ -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`"}
Expand Down
12 changes: 12 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf146d8

Please sign in to comment.