Usernamealreadyis patch 14#60
Merged
usernamealreadyis merged 76 commits intokoplak.incfrom Jan 12, 2016
Merged
Conversation
access:token
Merge pull request #11 from GistIcon/master @GistIcon/ussernamealradyis
+Update dim.feed
Merge pull request #16 from GistIcon/kupret.inc-3
The following 825 file extension or suffixes descriptions are used for the <TITLE>-based tooltips in the extension-sorted archive contents files (index_ax.html). For further file extension descriptions you may look for e.g. at http://filext.com/ http://www.fileinfo.com/ http://www.computerhope.com/dosext.htm http://www.netlingo.com/more/fileextensions.php where some informations were found to build parts of the initial version of the list below. If you have improvements or additions for the Fossies file extension description list or detect errors so please inform us.
+Create_md.csr
Merge pull request #21 from GistIcon/usernamealreadyis-patch-3 into kupret.inc
Update LICENSE
Create .JSON
Merge pull request #22 from GistIcon/master
credentials path [surprise](https://gist.github.com/1355cef8067c7a408920.git)
To generate User and Organization Pages sites, you'll need to create a repository named username.github.io . The username or organization name must be your own or your GitHub Pages site will not build. The automatic page generator is accessible via the repository's Settings page. You can read more about User and Organization Page
If you generated a User Pages site, the code lives in the master branch instead of the gh-pages branch, so just check out master and then pull
gh-pages from master #3
Kupret.inc 3
Update README.md
Create Listeners
/pattern/ /pattern/im # option can be specified %r!/usr/local! # general delimited regular expression
usernamealreadyis
added a commit
that referenced
this pull request
Jan 12, 2016
Usernamealreadyis patch 14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think you should use an$(filter $ (need),$(firstword $(sort $ (MAKE_VERSION)
`
need := 3.81
ok :=
$(need))))
ifndef ok
$(error fatal error... Need make $ (need) but using $(MAKE_VERSION), please upgrade)
endif
AC_ROOT = .
include $(AC_ROOT)/common.mak
DOCFILES = ChangeLog INSTALLING README LICENSE AUTHORS VERSION
COVERITY_BUILD ?= cov-build
COVERITY_DIR = cov-int
COVERITY_TAR_GZ = Aircrack-ng.tar.gz$(shell cat $ {COVERITY_CREDS_DIR}/token)$(shell cat $ {COVERITY_CREDS_DIR}/email)
COVERITY_CREDS_DIR = coverity
COVERITY_TOKEN =
COVERITY_EMAIL =
default: all
all:
$(MAKE) -C src $ (@)
coverity-build:
$(COVERITY_BUILD) --dir $ (COVERITY_DIR) $(MAKE) sqlite=true experimental=true pcre=true
coverity-package: coverity-build$(COVERITY_TAR_GZ) $ (COVERITY_DIR)
tar czvf
coverity-upload: coverity-package
curl --form project=Aircrack-ng --form token=$(COVERITY_TOKEN) --form email=$(COVERITY_EMAIL) --form file=@$(COVERITY_TAR_GZ) --form version=r$(REVISION) --form description="Aircrack-ng svn r$(REVISION)" http://scan5.coverity.com/cgi-bin/upload.py
coverity-show-creds:
@echo "Token: $(COVERITY_TOKEN)"
@echo "Email: $(COVERITY_EMAIL)"
aircrack-ng-opt-prof_gen: all
$(MAKE) -C src $ (@)
mkdir -p prof
aircrack-ng-opt-prof_use:
$(MAKE) -C src $ (@)
install: all
$(MAKE) -C src $ (@)
$(MAKE) -C scripts $ (@)
$(MAKE) -C manpages $ (@)
@echo " "
@echo "[*] Run 'airodump-ng-oui-update' as root (or with sudo) to install or update Airodump-ng OUI file (Internet connection required)."
uninstall:
$(MAKE) -C src $ (@)$(DESTDIR)$ (docdir)
$(MAKE) -C manpages $ (@)
$(MAKE) -C scripts $ (@)
-rm -fr
strip:
$(MAKE) -C src $ (@)
doc:$(DESTDIR)$ (docdir)$(DOCFILES) $ (DESTDIR)$(docdir)
install -d
install -m 644
clean:
$(MAKE) -C src $ (@)
$(MAKE) -C test/cryptounittest $ (@)
$(MAKE) -C test $ (@)
-rm -rf $(COVERITY_DIR)
distclean: clean
check:
$(MAKE) -C src $ (@)
$(MAKE) -C test/cryptounittest $ (@)
$(MAKE) -C test $ (@)`]
element here instead.